From 7e1b43a53a6089b2f01aef8a176abb922a2400d0 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 17 Jan 2014 19:15:24 +0100 Subject: Corrected some man pages. --- sys/man/6/image | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/man/6') 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 -- cgit v1.2.3