diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-11 22:38:05 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-11 22:38:05 +0000 |
commit | 3aeb7f1d49074a8872660d87d96bd1ba0e41d3e5 (patch) | |
tree | 88dc95b3030f35aa0317c9879f6efa7e9605d2d5 /usr.sbin/ypbind | |
parent | a3a752bd16c86a841f9dbe7ed1efdfbbae49f627 (diff) | |
download | FreeBSD-src-3aeb7f1d49074a8872660d87d96bd1ba0e41d3e5.zip FreeBSD-src-3aeb7f1d49074a8872660d87d96bd1ba0e41d3e5.tar.gz |
Correct a bunch of man page cross references and generally
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
Diffstat (limited to 'usr.sbin/ypbind')
-rw-r--r-- | usr.sbin/ypbind/ypbind.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index 4748a21..2e0d9c1 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ypbind.8,v 1.2 1995/04/26 19:03:15 wpaul Exp $ +.\" $Id: ypbind.8,v 1.3 1995/07/20 22:33:02 wpaul Exp $ .\" .Dd April 9, 1995 .Dt YPBIND 8 @@ -153,10 +153,10 @@ System configuration file where the system default domain and ypbind startup options are specified. .El .Sh SEE ALSO -.Xr syslog 3 , .Xr domainname 1 , +.Xr syslog 3 , +.Xr yp 4 .Xr ypserv 8 , -.Xr ypset 8 , -.Xr yp 8 +.Xr ypset 8 .Sh AUTHOR Theo de Raadt <deraadt@fsa.ca> |