Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Truth, meet standards section. Standards secti...
details: https://anonhg.NetBSD.org/src/rev/8af49441e413
branches: trunk
changeset: 581102:8af49441e413
user: kleink <kleink%NetBSD.org@localhost>
date: Tue May 24 18:01:36 2005 +0000
description:
Truth, meet standards section. Standards section, meet truth.
diffstat:
lib/libc/gen/getgrent.3 | 23 +++++++++++++++++------
lib/libc/gen/getpwent.3 | 23 +++++++++++++++++------
2 files changed, 34 insertions(+), 12 deletions(-)
diffs (84 lines):
diff -r b90ca35b6ca7 -r 8af49441e413 lib/libc/gen/getgrent.3
--- a/lib/libc/gen/getgrent.3 Tue May 24 17:36:29 2005 +0000
+++ b/lib/libc/gen/getgrent.3 Tue May 24 18:01:36 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getgrent.3,v 1.26 2005/04/19 10:00:50 wiz Exp $
+.\" $NetBSD: getgrent.3,v 1.27 2005/05/24 18:01:36 kleink Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -219,16 +219,27 @@
.Xr nsswitch.conf 5
.Sh STANDARDS
The
+.Fn getgrgid
+and
+.Fn getgrnam
+functions conform to
+.St -p1003.1-90 .
+The
+.Fn getgrgid_r
+and
+.Fn getgrnam_r
+functions conform to
+.St -p1003.1c-95 .
+The
.Fn endgrent ,
.Fn getgrent ,
-.Fn getgrgid ,
-.Fn getgrgid_r ,
-.Fn getgrnam ,
-.Fn getgrnam_r ,
and
.Fn setgrent
functions conform to
-.St -p1003.1-90 .
+.St -xpg4.2
+and
+.St -p1003.1-2004
+(XSI extension).
.Sh HISTORY
The functions
.Fn endgrent ,
diff -r b90ca35b6ca7 -r 8af49441e413 lib/libc/gen/getpwent.3
--- a/lib/libc/gen/getpwent.3 Tue May 24 17:36:29 2005 +0000
+++ b/lib/libc/gen/getpwent.3 Tue May 24 18:01:36 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getpwent.3,v 1.33 2005/04/19 10:00:50 wiz Exp $
+.\" $NetBSD: getpwent.3,v 1.34 2005/05/24 18:01:36 kleink Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -249,16 +249,27 @@
.Xr vipw 8
.Sh STANDARDS
The
+.Fn getpwnam
+and
+.Fn getpwuid ,
+functions conform to
+.St -p1003.1-90 .
+The
+.Fn getpwnam_r
+and
+.Fn getpwuid_r
+functions conform to
+.St -p1003.1c-95 .
+The
.Fn endpwent ,
.Fn getpwent ,
-.Fn getpwnam ,
-.Fn getpwnam_r ,
-.Fn getpwuid ,
-.Fn getpwuid_r ,
and
.Fn setpwent
functions conform to
-.St -p1003.1-90 .
+.St -xpg4.2
+and
+.St -p1003.1-2004
+(XSI extension).
.Sh HISTORY
The
.Nm getpwent ,
Home |
Main Index |
Thread Index |
Old Index