diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-11 07:26:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-11 07:26:21 +0000 |
commit | a645f6d6a6003686925c0d67baa4a64e92cdda24 (patch) | |
tree | 37a98c954eb41bbe7d6f3de19f654f2988bc9af7 /usr.sbin/ypserv | |
parent | 199203cc6e9ce5047db158983f6ada92b7d6a0df (diff) |
typos;
raidctl(8) ok millert@
mknetid(8) help maja@
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r-- | usr.sbin/ypserv/makedbm/makedbm.8 | 10 | ||||
-rw-r--r-- | usr.sbin/ypserv/mknetid/mknetid.8 | 10 |
2 files changed, 11 insertions, 9 deletions
diff --git a/usr.sbin/ypserv/makedbm/makedbm.8 b/usr.sbin/ypserv/makedbm/makedbm.8 index 767fc71d211..a1d64ed7d91 100644 --- a/usr.sbin/ypserv/makedbm/makedbm.8 +++ b/usr.sbin/ypserv/makedbm/makedbm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: makedbm.8,v 1.11 2001/08/02 18:37:35 mpech Exp $ +.\" $OpenBSD: makedbm.8,v 1.12 2003/02/11 07:26:20 jmc Exp $ .\" .\" Copyright (c) 1994-97 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -80,16 +80,16 @@ and .Xr ypserv 8 that the YP map is going to be handled as secure. .It Fl i Ar yp_input_file -Include an entry the in the map with the key YP_INPUT_FILE and the argument +Include an entry in the map with the key YP_INPUT_FILE and the argument as value. .It Fl o Ar yp_output_file -Include an entry the in the map with the key YP_OUTPUT_FILE and the argument +Include an entry in the map with the key YP_OUTPUT_FILE and the argument as value. .It Fl d Ar yp_domain_name -Include an entry the in the map with the key YP_DOMAIN_NAME and the argument +Include an entry in the map with the key YP_DOMAIN_NAME and the argument as value. .It Fl m Ar yp_master_name -Include an entry the in the map with the key YP_MASTER_NAME and the argument +Include an entry in the map with the key YP_MASTER_NAME and the argument as value. .El .Sh SEE ALSO diff --git a/usr.sbin/ypserv/mknetid/mknetid.8 b/usr.sbin/ypserv/mknetid/mknetid.8 index 4d429b7d2a9..63f4c76c1dc 100644 --- a/usr.sbin/ypserv/mknetid/mknetid.8 +++ b/usr.sbin/ypserv/mknetid/mknetid.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mknetid.8,v 1.9 2001/08/02 18:37:35 mpech Exp $ +.\" $OpenBSD: mknetid.8,v 1.10 2003/02/11 07:26:20 jmc Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -37,12 +37,14 @@ .Nd a YP filter program .Sh SYNOPSIS .Nm mknetid +.Bk -words .Op Fl d Ar domain .Op Fl q .Op Fl p Ar passwdfile .Op Fl g Ar groupfile .Op Fl h Ar hostfile .Op Fl m Ar netidfile +.Ek .Sh DESCRIPTION .Nm is used to create a map named @@ -51,10 +53,10 @@ The map consists of information from .Xr passwd 5 , .Xr group 5 and -.Xr hosts 5 -eventually concatenated with a +.Xr hosts 5 , +concatenated with a .Xr netid 5 -file. +file, if one exists. .Pp The options are as follows: .Bl -tag -width Ds |