Swap manpage descriptions of HIGH(n) and LOW(n) (#1545)

This commit is contained in:
Quinn
2024-10-17 05:10:50 +10:00
committed by GitHub
parent 3b3263273c
commit dd6c741143

View File

@@ -378,8 +378,8 @@ Even a non-constant operand with any non-zero bits will return 0.
Besides operators, there are also some functions which have more specialized uses. Besides operators, there are also some functions which have more specialized uses.
.Bl -column "BITWIDTH(n)" .Bl -column "BITWIDTH(n)"
.It Sy Name Ta Sy Operation .It Sy Name Ta Sy Operation
.It Fn HIGH n Ta Equivalent to Ql Ar n No & $FF . .It Fn HIGH n Ta Equivalent to Ql Po Ns Ar n No & $FF00 Pc >> 8 .
.It Fn LOW n Ta Equivalent to Ql Po Ns Ar n No & $FF00 Pc >> 8 . .It Fn LOW n Ta Equivalent to Ql Ar n No & $FF .
.EQ .EQ
delim $$ delim $$
.EN .EN