Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/lib/libc/gen pullup 1.12->1.13 (lukem)



details:   https://anonhg.NetBSD.org/src/rev/987acddf985a
branches:  netbsd-1-4
changeset: 468509:987acddf985a
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Apr 27 14:10:38 1999 +0000

description:
pullup 1.12->1.13 (lukem)

diffstat:

 lib/libc/gen/getgrent.3 |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 0e2d9b9c89b7 -r 987acddf985a lib/libc/gen/getgrent.3
--- a/lib/libc/gen/getgrent.3   Tue Apr 27 13:57:38 1999 +0000
+++ b/lib/libc/gen/getgrent.3   Tue Apr 27 14:10:38 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getgrent.3,v 1.12 1999/01/16 08:03:08 lukem Exp $
+.\"    $NetBSD: getgrent.3,v 1.12.2.1 1999/04/27 14:10:38 perry Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)getgrent.3 8.2 (Berkeley) 4/19/94
 .\"
-.Dd January 16, 1999
+.Dd April 25, 1999
 .Dt GETGRENT 3
 .Os
 .Sh NAME
@@ -98,7 +98,7 @@
 sequentially reads the group database and is intended for programs
 that wish to step through the complete list of groups.
 .Pp
-All three routines will open the group file for reading, if necessary.
+All three functions will open the group file for reading, if necessary.
 .Pp
 The
 .Fn setgroupent
@@ -198,3 +198,7 @@
 .Fn setgrent
 are fairly useless in a networked environment and should be
 avoided, if possible.
+.Fn getgrent
+makes no attempt to suppress duplicate information if multiple
+sources are specified in
+.Xr nsswitch.conf 5



Home | Main Index | Thread Index | Old Index