Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man5 group is used by getgrent(3) not getpwent(3).
details: https://anonhg.NetBSD.org/src/rev/1ec3d1c2b74b
branches: trunk
changeset: 475000:1ec3d1c2b74b
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jul 29 00:11:28 1999 +0000
description:
group is used by getgrent(3) not getpwent(3).
noticed by Johnny C. Lam <lamj%stat.cmu.edu@localhost>
diffstat:
share/man/man5/nsswitch.conf.5 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6e1571e47e72 -r 1ec3d1c2b74b share/man/man5/nsswitch.conf.5
--- a/share/man/man5/nsswitch.conf.5 Wed Jul 28 23:23:46 1999 +0000
+++ b/share/man/man5/nsswitch.conf.5 Thu Jul 29 00:11:28 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: nsswitch.conf.5,v 1.14 1999/03/17 20:19:47 garbled Exp $
+.\" $NetBSD: nsswitch.conf.5,v 1.15 1999/07/29 00:11:28 lukem Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -31,7 +31,7 @@
.\" TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 22, 1998
+.Dd July 29, 1999
.Dt NSSWITCH.CONF 5
.Os
.Sh NAME
@@ -92,7 +92,7 @@
.Bl -column "netgroup" -offset indent -compact
.Sy Database Used by
.It group
-.Xr getpwent 3
+.Xr getgrent 3
.It hosts
.Xr gethostbyname 3
.It netgroup
Home |
Main Index |
Thread Index |
Old Index