diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-06 19:19:48 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-06 19:19:48 +0000 |
commit | 9639b20db64d084fa58b75058a2bd896b1f743e1 (patch) | |
tree | a6b4b2576ebd3b2a11ee774c4c4c22866c4c05b5 /libexec/mknetid | |
parent | 26da445d07574246abb5617f3bb216069636355d (diff) | |
download | FreeBSD-src-9639b20db64d084fa58b75058a2bd896b1f743e1.zip FreeBSD-src-9639b20db64d084fa58b75058a2bd896b1f743e1.tar.gz |
The .Nm utility
Diffstat (limited to 'libexec/mknetid')
-rw-r--r-- | libexec/mknetid/mknetid.8 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libexec/mknetid/mknetid.8 b/libexec/mknetid/mknetid.8 index 8a2e3ab..ce27e89 100644 --- a/libexec/mknetid/mknetid.8 +++ b/libexec/mknetid/mknetid.8 @@ -45,8 +45,9 @@ .Op Fl n Ar netid_file .Op Fl d Ar domain .Sh DESCRIPTION -.Nm Mknetid -processes the contents of the +The +.Nm +utility processes the contents of the .Xr group 5 , .Xr passwd 5 , .Xr hosts 5 @@ -61,12 +62,12 @@ and hosts in a operating system independent format. .Pp The .Nm -command checks for duplicate occurrences of netids and filters +utility checks for duplicate occurrences of netids and filters them out. .Pp The .Nm -command prints its results on the standard output. +utility prints its results on the standard output. It is usually called only by .Pa /var/yp/Makefile @@ -76,7 +77,7 @@ maps. .Sh OPTIONS The .Nm -command supports the following options: +utility supports the following options: .Bl -tag -width indent .It Fl q Normally, @@ -115,7 +116,7 @@ support is added to .It Fl d Ar domain By default, the .Nm -command uses the system domainname when generating netid records. +utility uses the system domainname when generating netid records. If the system domainname is not set, the domain must be specified on the command line with the |