Corrected some man pages.
This commit is contained in:
parent
79e8f53e89
commit
7e1b43a53a
3 changed files with 7 additions and 9 deletions
|
@ -368,14 +368,10 @@ and
|
||||||
.I label
|
.I label
|
||||||
are as in
|
are as in
|
||||||
.IR initdraw ;
|
.IR initdraw ;
|
||||||
.I mousedir
|
|
||||||
and
|
|
||||||
.I windir
|
.I windir
|
||||||
are the directories holding the
|
is the directory holding the
|
||||||
.B mouse
|
|
||||||
and
|
|
||||||
.B winname
|
.B winname
|
||||||
files; and
|
file; and
|
||||||
.I ref
|
.I ref
|
||||||
specifies the refresh function to be used to create the window, if running under
|
specifies the refresh function to be used to create the window, if running under
|
||||||
.IR rio (1)
|
.IR rio (1)
|
||||||
|
|
|
@ -40,6 +40,8 @@ the
|
||||||
channel format
|
channel format
|
||||||
of the image,
|
of the image,
|
||||||
the
|
the
|
||||||
|
replicate bit,
|
||||||
|
the
|
||||||
.BR min.x ,
|
.BR min.x ,
|
||||||
.BR min.y ,
|
.BR min.y ,
|
||||||
.BR max.x ,
|
.BR max.x ,
|
||||||
|
@ -70,7 +72,7 @@ files associated with the connection.
|
||||||
Via the
|
Via the
|
||||||
.B ctl
|
.B ctl
|
||||||
and
|
and
|
||||||
.B draw
|
.B data
|
||||||
files, the
|
files, the
|
||||||
.I draw
|
.I draw
|
||||||
device provides access to
|
device provides access to
|
||||||
|
|
|
@ -57,8 +57,8 @@ will appear as
|
||||||
.I d
|
.I d
|
||||||
contiguous bits in a byte, with the pixel's high order bit
|
contiguous bits in a byte, with the pixel's high order bit
|
||||||
starting at the byte's bit number
|
starting at the byte's bit number
|
||||||
.if t \fIw\fP\(mu(\fIx\fP mod (8/\fIw\fP)),
|
.if t \fId\fP\(mu(\fIx\fP mod (8/\fId\fP)),
|
||||||
.if n w*(x mod (8/w)),
|
.if n d*(x mod (8/d)),
|
||||||
where bits within a byte are numbered 0 to 7 from the
|
where bits within a byte are numbered 0 to 7 from the
|
||||||
high order to the low order bit.
|
high order to the low order bit.
|
||||||
Rows contain integral number of bytes, so there may be some unused
|
Rows contain integral number of bytes, so there may be some unused
|
||||||
|
|
Loading…
Reference in a new issue