diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-22 03:55:31 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-22 03:55:31 +0200 |
commit | 83f08e65a78ca560ad85fcd779e328fd287c8274 (patch) | |
tree | 437fa8d8354a0d2fa59fee1d2d7e480bdb7dfa2b | |
parent | 78c6967600cd1314d58dc6f7fc77664401713124 (diff) | |
download | plan9front-83f08e65a78ca560ad85fcd779e328fd287c8274.tar.xz |
fix bad manpage cross reference format
-rw-r--r-- | sys/man/3/shr | 2 | ||||
-rw-r--r-- | sys/man/4/rio | 2 | ||||
-rw-r--r-- | sys/man/8/boot | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/3/shr b/sys/man/3/shr index 8dae89ad9..e9b5da361 100644 --- a/sys/man/3/shr +++ b/sys/man/3/shr @@ -50,7 +50,7 @@ on the mount tree. The service file can be reopened and passed to .IR mount (see -.IR bind(2)) +.IR bind (2)) or added to another share. .PP Multiple services can be mounted under a share forming a union diff --git a/sys/man/4/rio b/sys/man/4/rio index ad1e4f566..a4e680757 100644 --- a/sys/man/4/rio +++ b/sys/man/4/rio @@ -129,7 +129,7 @@ Closing the file makes the window revert to default state .TP .B kbd represents the raw keyboard events (see -.IR kbdfs(8)) +.IR kbdfs (8)) for the corresponding window. While open, navigation keys and input on the .IR cons diff --git a/sys/man/8/boot b/sys/man/8/boot index 0b76fb277..851240485 100644 --- a/sys/man/8/boot +++ b/sys/man/8/boot @@ -104,7 +104,7 @@ bootargs is (tcp, local!device)[/dev/sdC0/fscache]: A newline picks the default. Entering .B !rc breaks into the -.IR rc(1) +.IR rc (1) shell. Other possible responses are .I method |