diff options
author | aap <aap@papnet.eu> | 2014-01-17 19:15:24 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2014-01-17 19:15:24 +0100 |
commit | 7e1b43a53a6089b2f01aef8a176abb922a2400d0 (patch) | |
tree | 67aa696663a4916d9f19c8ea019afcdf33445a3f /sys/man/6 | |
parent | 79e8f53e89d83805784bd2a8832cddc4bc0de608 (diff) |
Corrected some man pages.
Diffstat (limited to 'sys/man/6')
-rw-r--r-- | sys/man/6/image | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/6/image b/sys/man/6/image index 315608919..010644e56 100644 --- a/sys/man/6/image +++ b/sys/man/6/image @@ -57,8 +57,8 @@ will appear as .I d contiguous bits in a byte, with the pixel's high order bit starting at the byte's bit number -.if t \fIw\fP\(mu(\fIx\fP mod (8/\fIw\fP)), -.if n w*(x mod (8/w)), +.if t \fId\fP\(mu(\fIx\fP mod (8/\fId\fP)), +.if n d*(x mod (8/d)), where bits within a byte are numbered 0 to 7 from the high order to the low order bit. Rows contain integral number of bytes, so there may be some unused |