diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-11-05 21:00:23 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-11-05 21:00:23 +0100 |
commit | 2c1dc1aa4f374f5c8d6a13e7e82a26c4e27e6775 (patch) | |
tree | c42e6412647194044a56f7a5f1d53900fb5a38b9 | |
parent | 0560d1d6b657294de891017e1f9c56cf4db07360 (diff) | |
download | plan9front-2c1dc1aa4f374f5c8d6a13e7e82a26c4e27e6775.tar.xz |
fix some manpage cross references
-rw-r--r-- | sys/man/1/pkg | 1 | ||||
-rw-r--r-- | sys/man/1/vnc | 2 | ||||
-rw-r--r-- | sys/man/4/iostats | 2 |
3 files changed, 1 insertions, 4 deletions
diff --git a/sys/man/1/pkg b/sys/man/1/pkg index fb89e76ab..269dfa672 100644 --- a/sys/man/1/pkg +++ b/sys/man/1/pkg @@ -115,7 +115,6 @@ source files of packages installed locally. .br .B http://plan9.bell-labs.com/sources/contrib/staal1978/pkg .SH SEE ALSO -.IR contrib (1) , .IR gzip (1) , .IR tar (1) .SH HISTORY diff --git a/sys/man/1/vnc b/sys/man/1/vnc index fbf1f5373..ae732b2f7 100644 --- a/sys/man/1/vnc +++ b/sys/man/1/vnc @@ -197,8 +197,6 @@ print verbose output to standard error. .SH SOURCE .B /sys/src/cmd/vnc .SH "SEE ALSO -.IR drawterm (8) -.br .B http://www.uk.research.att.com/vnc .SH BUGS If the remote frame buffer is larger than the local screen, diff --git a/sys/man/4/iostats b/sys/man/4/iostats index 58387a0f5..6f7eefaf5 100644 --- a/sys/man/4/iostats +++ b/sys/man/4/iostats @@ -61,7 +61,7 @@ The .B -C flag sets the MCACHE flag on the mount which allows the kernel to cache (see -.IR bind(1) ). +.IR bind (1)). .SH EXAMPLE Display summary of file I/O incurred by .IR ls (1): |