Module Name: src
Committed By: jruoho
Date: Fri Apr 30 05:50:46 UTC 2010
Modified Files:
src/lib/libc/gen: getpass.3
Log Message:
Marked as legacy already in SUSv2; removed in POSIX 2001.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/gen/getpass.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/getpass.3
diff -u src/lib/libc/gen/getpass.3:1.11 src/lib/libc/gen/getpass.3:1.12
--- src/lib/libc/gen/getpass.3:1.11 Thu Aug 7 16:42:50 2003
+++ src/lib/libc/gen/getpass.3 Fri Apr 30 05:50:46 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: getpass.3,v 1.11 2003/08/07 16:42:50 agc Exp $
+.\" $NetBSD: getpass.3,v 1.12 2010/04/30 05:50:46 jruoho Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getpass.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd April 30, 2010
.Dt GETPASS 3
.Os
.Sh NAME
@@ -68,6 +68,15 @@
.El
.Sh SEE ALSO
.Xr crypt 3
+.Sh STANDARDS
+The
+.Fn getpass
+function appeared in
+.St -susv2 ,
+but it was already marked as legacy.
+The function was removed in the
+.St -p1003.1-2001
+standard.
.Sh HISTORY
A
.Nm