diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-12 12:59:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-12 12:59:55 +0000 |
commit | d165f2bd0ac5bf9c00ee94add1b5e0c2869c120c (patch) | |
tree | b4d1019d0295c1a5c47fa5300035e828a0573003 /usr.sbin/ypserv/mknetid | |
parent | 0a4456856fb720c08f83dac043509dda2676828d (diff) |
- section reorder
- macro fixes
- kill whitespace at EOL
- new sentence, new line
Diffstat (limited to 'usr.sbin/ypserv/mknetid')
-rw-r--r-- | usr.sbin/ypserv/mknetid/mknetid.8 | 4 | ||||
-rw-r--r-- | usr.sbin/ypserv/mknetid/netid.5 | 20 |
2 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/ypserv/mknetid/mknetid.8 b/usr.sbin/ypserv/mknetid/mknetid.8 index c2238afaa54..7a83ed2d7ff 100644 --- a/usr.sbin/ypserv/mknetid/mknetid.8 +++ b/usr.sbin/ypserv/mknetid/mknetid.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mknetid.8,v 1.11 2003/06/02 21:58:26 maja Exp $ +.\" $OpenBSD: mknetid.8,v 1.12 2003/06/12 12:59:54 jmc Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -100,4 +100,4 @@ file. .Xr passwd 5 , .Xr yp 8 .Sh AUTHORS -Mats O Jansson <moj@stacken.kth.se> +.An Mats O Jansson Aq moj@stacken.kth.se diff --git a/usr.sbin/ypserv/mknetid/netid.5 b/usr.sbin/ypserv/mknetid/netid.5 index 9f7e983e628..2cd7416cd84 100644 --- a/usr.sbin/ypserv/mknetid/netid.5 +++ b/usr.sbin/ypserv/mknetid/netid.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netid.5,v 1.9 2003/06/02 21:58:26 maja Exp $ +.\" $OpenBSD: netid.5,v 1.10 2003/06/12 12:59:54 jmc Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -34,7 +34,7 @@ network credential file .Sh DESCRIPTION Files in -.Xr netid 5 +.Nm netid format are rare. One lives in the .Nm YP @@ -57,22 +57,22 @@ unix.<hostname>@<yp-domain> 0:<hostname> .Ed .Pp The third type refers to records from a -.Xr netid 5 +.Nm netid file other than the two types above. -.Sh EXAMPLES -A configuration file might look like the following: -.Bd -literal -unix.10714@kaka 10714:400,10 -unix.jodie@kaka 0:jodie -.Ed .Sh FILES .Bl -tag -width /etc/netid -compact .It Pa /etc/netid for lines not generated automatically by .Xr mknetid 8 . .El +.Sh EXAMPLES +A configuration file might look like the following: +.Bd -literal +unix.10714@kaka 10714:400,10 +unix.jodie@kaka 0:jodie +.Ed .Sh SEE ALSO .Xr mknetid 8 , .Xr yp 8 .Sh AUTHORS -Mats O Jansson <moj@stacken.kth.se> +.An Mats O Jansson Aq moj@stacken.kth.se |