Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/lib/libc/gen Pull up revision 1.34 (requested by kleink i...
details: https://anonhg.NetBSD.org/src/rev/fb611b5df868
branches: netbsd-3
changeset: 575919:fb611b5df868
user: tron <tron%NetBSD.org@localhost>
date: Sat May 28 13:42:38 2005 +0000
description:
Pull up revision 1.34 (requested by kleink in ticket #345):
Truth, meet standards section. Standards section, meet truth.
diffstat:
lib/libc/gen/getpwent.3 | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
diffs (42 lines):
diff -r 5e8b872227db -r fb611b5df868 lib/libc/gen/getpwent.3
--- a/lib/libc/gen/getpwent.3 Sat May 28 13:40:45 2005 +0000
+++ b/lib/libc/gen/getpwent.3 Sat May 28 13:42:38 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getpwent.3,v 1.25.2.1 2005/04/04 18:04:55 tron Exp $
+.\" $NetBSD: getpwent.3,v 1.25.2.2 2005/05/28 13:42:38 tron Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -222,16 +222,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