Truth, meet standards section. Standards section, meet truth.
This commit is contained in:
parent
abf1d9c9d1
commit
c0b528fad0
@ -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 @@ group database file
|
||||
.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 ,
|
||||
|
@ -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 @@ A Version 7 format password file
|
||||
.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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user