Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen * highlight that getgrent() doesn't suppress du...



details:   https://anonhg.NetBSD.org/src/rev/e3c32311250b
branches:  trunk
changeset: 472222:e3c32311250b
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Apr 25 13:47:37 1999 +0000

description:
* highlight that getgrent() doesn't suppress duplicate info from multiple
  nsswitch.conf sources
* consistently refer to `functions', rather than occasionally referring
  to them as `routines'.

diffstat:

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

diffs (35 lines):

diff -r fdff9e33d74a -r e3c32311250b lib/libc/gen/getgrent.3
--- a/lib/libc/gen/getgrent.3   Sun Apr 25 13:45:02 1999 +0000
+++ b/lib/libc/gen/getgrent.3   Sun Apr 25 13:47:37 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.13 1999/04/25 13:47:37 lukem 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