diff options
author | BurnZeZ <brz-9dev@feline.systems> | 2016-03-01 15:24:07 -0500 |
---|---|---|
committer | BurnZeZ <brz-9dev@feline.systems> | 2016-03-01 15:24:07 -0500 |
commit | 63abfb50563b70d35908c258085f3e2f6d95446f (patch) | |
tree | e8ed37d7d286ad679704f577d437a91c8382ac06 | |
parent | 169bfb46102ceb254e180e0b8265382aab7ef7f0 (diff) | |
download | plan9front-63abfb50563b70d35908c258085f3e2f6d95446f.tar.xz |
manpage references/typos
-rw-r--r-- | sys/man/2/9pcmdbuf | 2 | ||||
-rw-r--r-- | sys/man/2/memdraw | 2 | ||||
-rw-r--r-- | sys/man/2/qball | 2 | ||||
-rw-r--r-- | sys/man/7/scat | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/2/9pcmdbuf b/sys/man/2/9pcmdbuf index 83dcef887..d4b7d8ff4 100644 --- a/sys/man/2/9pcmdbuf +++ b/sys/man/2/9pcmdbuf @@ -96,7 +96,7 @@ Whenever returns nil, it sets the system error string. .PP .I Respondcmderror -resoponds to request +responds to request .I r with an error of the form `\fIfmt\fB:\fI cmd\fR,' diff --git a/sys/man/2/memdraw b/sys/man/2/memdraw index 733ae0e78..9542d88aa 100644 --- a/sys/man/2/memdraw +++ b/sys/man/2/memdraw @@ -271,7 +271,7 @@ returning pointers to the word and byte, respectively, that contain the beginning of the data for a given pixel. .PP .I Allocmemimage -allocages +allocates images with a given rectangle and channel descriptor (see .B strtochan diff --git a/sys/man/2/qball b/sys/man/2/qball index 95f00561e..ea71420ba 100644 --- a/sys/man/2/qball +++ b/sys/man/2/qball @@ -47,7 +47,7 @@ Argument is the orientation that .I redraw should examine, represented as a unit Quaternion (see -.IR quaternion(9.2)). +.IR quaternion(2)). The caller may set it to any orientation. It will be updated before each call to .I redraw diff --git a/sys/man/7/scat b/sys/man/7/scat index d9bf8db80..8a292c690 100644 --- a/sys/man/7/scat +++ b/sys/man/7/scat @@ -279,7 +279,7 @@ does not change the hardware color map, which should be set externally to a grey scale; try the command .B getmap gamma (see -.IR getmap (9.1)) +.IR colors (1)) on an 8-bit color-mapped display. .PD .SH EXAMPLES |