diff options
author | 2004-07-22 17:55:07 +0000 | |
---|---|---|
committer | 2004-07-22 17:55:07 +0000 | |
commit | 8868db243e8349e21d5b79ac6627ccb763e45efa (patch) | |
tree | d009d486767615a71e031fa5f06b9c4ae6ae93a7 | |
parent | Fix incorrect snprintf return value check noticed by Jarno Huuskonen. (diff) | |
download | wireguard-openbsd-8868db243e8349e21d5b79ac6627ccb763e45efa.tar.xz wireguard-openbsd-8868db243e8349e21d5b79ac6627ccb763e45efa.zip |
use full path to netgroup file in SYNOPSIS
mention /etc/netgroup in FILES
ok jmc
-rw-r--r-- | share/man/man5/netgroup.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/netgroup.5 b/share/man/man5/netgroup.5 index 724df5a6a9e..b41a12dd640 100644 --- a/share/man/man5/netgroup.5 +++ b/share/man/man5/netgroup.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netgroup.5,v 1.12 2003/06/06 13:28:13 jmc Exp $ +.\" $OpenBSD: netgroup.5,v 1.13 2004/07/22 17:55:07 jaredy Exp $ .\" $NetBSD: netgroup.5,v 1.3 1995/03/18 14:58:34 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ .Nm netgroup .Nd defines network groups .Sh SYNOPSIS -.Nm netgroup +.Nm /etc/netgroup .Sh DESCRIPTION The .Nm @@ -97,6 +97,8 @@ Lines that begin with a are treated as comments. .Sh FILES .Bl -tag -width /etc/netgroup.db -compact +.It Pa /etc/netgroup +default netgroup list .It Pa /etc/netgroup.db netgroup database .El |