diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-12 15:34:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-12 15:34:01 +0000 |
commit | ac3c8fffcfcf766d823e53a05249253539c4a42a (patch) | |
tree | ccbec50c299ab83f8a0589c5261b1a6dd19f05c0 /usr.sbin/ypserv/makedbm | |
parent | e5ae1033bcc8679ae3742d06c8cc83dc365a2999 (diff) |
cleanup
Diffstat (limited to 'usr.sbin/ypserv/makedbm')
-rw-r--r-- | usr.sbin/ypserv/makedbm/makedbm.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ypserv/makedbm/makedbm.8 b/usr.sbin/ypserv/makedbm/makedbm.8 index 151d29f9b22..1c50dff7a22 100644 --- a/usr.sbin/ypserv/makedbm/makedbm.8 +++ b/usr.sbin/ypserv/makedbm/makedbm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: makedbm.8,v 1.5 1997/07/22 10:53:00 maja Exp $ +.\" $OpenBSD: makedbm.8,v 1.6 1999/03/12 15:33:59 aaron Exp $ .\" Copyright (c) 1994-97 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -48,7 +48,7 @@ .Ar infile .Ar outfile .Sh DESCRIPTION -.Nm Makedbm +.Nm is the utiliy in YP that creates the database file containing the YP map. The databse format is a slightly modified version of ndbm. .Pp @@ -89,9 +89,9 @@ Include an entry the in the map with the key YP_MASTER_NAME and the argument as value. .El .Sh SEE ALSO -.Xr yp 8 , .Xr db 3 , -.Xr ypxfr 8 , -.Xr ypserv 8 +.Xr yp 8 , +.Xr ypserv 8 , +.Xr ypxfr 8 .Sh AUTHOR Mats O Jansson <moj@stacken.kth.se> |