summaryrefslogtreecommitdiff
path: root/libexec/mknetid
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-07-19 06:53:05 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-07-19 06:53:05 +0000
commit7d26afd3600c909b45a0c6fecb668abc478eefeb (patch)
treec7c9b2f92bcab72fba7f2d0b95c3f23ebd1ff90e /libexec/mknetid
parentfe9ab80f3caab6b216c56232b7b9ad4f96277353 (diff)
Notes
Diffstat (limited to 'libexec/mknetid')
-rw-r--r--libexec/mknetid/mknetid.86
-rw-r--r--libexec/mknetid/mknetid.c5
2 files changed, 8 insertions, 3 deletions
diff --git a/libexec/mknetid/mknetid.8 b/libexec/mknetid/mknetid.8
index e260614bbea5..c9147339d9a8 100644
--- a/libexec/mknetid/mknetid.8
+++ b/libexec/mknetid/mknetid.8
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: mknetid.8,v 1.1.1.1 1996/06/25 20:26:38 wpaul Exp $
+.\" $Id: mknetid.8,v 1.1.1.1.2.1 1997/12/15 07:16:14 charnier Exp $
.\"
.Dd June 23, 1996
.Dt MKNETID 8
@@ -91,7 +91,7 @@ file. The compiled-in default is
Specify the location of the passwd information
file. The compiled-in default is
.Pa /etc/passwd .
-.It Fl h Ar group_file
+.It Fl h Ar hosts_file
Specify the location of the hosts database
file. The compiled-in default is
.Pa /etc/hosts .
@@ -138,5 +138,5 @@ the default netid database file
.Sh SEE ALSO
.Xr yp 4 ,
.Xr yp_mkdb 8
-.Sh AUTHOR
+.Sh AUTHORS
.An Bill Paul Aq wpaul@ctr.columbia.edu
diff --git a/libexec/mknetid/mknetid.c b/libexec/mknetid/mknetid.c
index 14c7b10f1c81..a5747c64228c 100644
--- a/libexec/mknetid/mknetid.c
+++ b/libexec/mknetid/mknetid.c
@@ -38,6 +38,11 @@
#ifndef lint
static const char rcsid[] =
+ "$Id: mknetid.c,v 1.4.2.2 1997/12/15 07:16:15 charnier Exp $";
+#endif /* not lint */
+
+#ifndef lint
+static const char rcsid[] =
"$Id$";
#endif /* not lint */