Remove some hardcode *roff font change escape codes from
this man page to prevent half of it from coming out with underlines. This man page needs to be gone over to fully convert it to mdoc format. This closes PR#1440. Submitted by: Jens Schweikhardt <schweikhardt@rus.uni-stuttgart.de>
This commit is contained in:
parent
cec5f6b6fc
commit
59f4464fdf
@ -93,10 +93,10 @@ byte0 << ((\fIlen\fPN-1) * 8) | byte1 << ((\fIlen\fPN-2) * 8) | ... | byte\fIlen
|
||||
The result is then ANDed with
|
||||
.Ar ~mask
|
||||
and ORed with
|
||||
.Ar mask\fPN.
|
||||
.Ar maskN .
|
||||
Codesets 2 and 3 are special in that the leading byte (0x8e or 0x8f) is
|
||||
first removed and the
|
||||
.Ar len\fPN
|
||||
.Ar lenN
|
||||
argument is reduced by 1.
|
||||
.sp
|
||||
For example, the Japanese locale has the following
|
||||
|
@ -93,10 +93,10 @@ byte0 << ((\fIlen\fPN-1) * 8) | byte1 << ((\fIlen\fPN-2) * 8) | ... | byte\fIlen
|
||||
The result is then ANDed with
|
||||
.Ar ~mask
|
||||
and ORed with
|
||||
.Ar mask\fPN.
|
||||
.Ar maskN .
|
||||
Codesets 2 and 3 are special in that the leading byte (0x8e or 0x8f) is
|
||||
first removed and the
|
||||
.Ar len\fPN
|
||||
.Ar lenN
|
||||
argument is reduced by 1.
|
||||
.sp
|
||||
For example, the Japanese locale has the following
|
||||
|
Loading…
Reference in New Issue
Block a user