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/netgroup_mkdb | |
parent | 0a4456856fb720c08f83dac043509dda2676828d (diff) |
- section reorder
- macro fixes
- kill whitespace at EOL
- new sentence, new line
Diffstat (limited to 'usr.sbin/netgroup_mkdb')
-rw-r--r-- | usr.sbin/netgroup_mkdb/netgroup_mkdb.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 b/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 index f240e771f8c..e33d0b658b0 100644 --- a/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 +++ b/usr.sbin/netgroup_mkdb/netgroup_mkdb.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: netgroup_mkdb.8,v 1.6 2003/06/12 12:59:51 jmc Exp $ .\" .\" Copyright (c) 1994 Christos Zoulas .\" All rights reserved. @@ -27,8 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: netgroup_mkdb.8,v 1.5 2000/11/09 17:53:19 aaron Exp $ -.\" .Dd February 3, 1994 .Dt NETGROUP_MKDB 8 .Os @@ -38,12 +37,13 @@ .Sh SYNOPSIS .Nm netgroup_mkdb .Op Fl o Ar database -.Op file +.Op Ar file .Sh DESCRIPTION .Nm netgroup_mkdb creates .Xr db 3 -style databases for the specified file. +style databases for the specified +.Ar file . If no file is specified, .Pa /etc/netgroup is used. @@ -72,6 +72,10 @@ a temporary file .It Pa /etc/netgroup current netgroup file .El +.Sh SEE ALSO +.Xr db 3 , +.Xr getnetgrent 3 , +.Xr netgroup 5 .Sh BUGS Because .Nm netgroup_mkdb @@ -83,7 +87,3 @@ to install over the destination file. If .Nm netgroup_mkdb fails it will leave the previous version of the destination file intact. -.Sh SEE ALSO -.Xr db 3 , -.Xr getnetgrent 3 , -.Xr netgroup 5 |