diff options
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getpwent.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/getpwnam.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index 1189f238658..c975d387544 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpwent.3,v 1.30 2015/10/27 04:41:18 guenther Exp $ +.\" $OpenBSD: getpwent.3,v 1.31 2016/08/14 14:57:16 tb Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 27 2015 $ +.Dd $Mdocdate: August 14 2016 $ .Dt GETPWENT 3 .Os .Sh NAME @@ -131,7 +131,7 @@ secure password database file .It Pa /etc/master.passwd current password file .It Pa /etc/passwd -a Version 7 format password file +legacy password file .El .Sh ERRORS The diff --git a/lib/libc/gen/getpwnam.3 b/lib/libc/gen/getpwnam.3 index abdb8c2ac7a..21e7884ce6d 100644 --- a/lib/libc/gen/getpwnam.3 +++ b/lib/libc/gen/getpwnam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpwnam.3,v 1.10 2015/11/18 19:32:23 tedu Exp $ +.\" $OpenBSD: getpwnam.3,v 1.11 2016/08/14 14:57:16 tb Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 18 2015 $ +.Dd $Mdocdate: August 14 2016 $ .Dt GETPWNAM 3 .Os .Sh NAME @@ -199,7 +199,7 @@ secure password database file .It Pa /etc/master.passwd current password file .It Pa /etc/passwd -a Version 7 format password file +legacy password file .El .Sh ERRORS The |