summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-11-24 20:46:40 +0000
committermillert <millert@openbsd.org>2002-11-24 20:46:40 +0000
commit0a7587660d514d2199043a576e85f405027dd9db (patch)
tree0437597573a499540ee60082ce164c3d607799d7
parenttest altq and queue (diff)
downloadwireguard-openbsd-0a7587660d514d2199043a576e85f405027dd9db.tar.xz
wireguard-openbsd-0a7587660d514d2199043a576e85f405027dd9db.zip
Add HISTORY section
-rw-r--r--lib/libutil/pw_getconf.39
-rw-r--r--share/man/man5/passwd.conf.59
2 files changed, 16 insertions, 2 deletions
diff --git a/lib/libutil/pw_getconf.3 b/lib/libutil/pw_getconf.3
index f184a9cc3cd..f7f6c972787 100644
--- a/lib/libutil/pw_getconf.3
+++ b/lib/libutil/pw_getconf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pw_getconf.3,v 1.8 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pw_getconf.3,v 1.9 2002/11/24 20:46:40 millert Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -78,3 +78,10 @@ An empty string is also returned for other errors.
.Xr login.conf 5 ,
.Xr passwd 5 ,
.Xr passwd.conf 5
+.Sh HISTORY
+The
+.Fn pw_getconf
+function appeared in
+.Ox 2.1
+and was deprecated in
+.Ox 3.0 .
diff --git a/share/man/man5/passwd.conf.5 b/share/man/man5/passwd.conf.5
index 0baaddcfdcb..1abca45317d 100644
--- a/share/man/man5/passwd.conf.5
+++ b/share/man/man5/passwd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: passwd.conf.5,v 1.15 2002/05/27 21:12:54 itojun Exp $
+.\" $OpenBSD: passwd.conf.5,v 1.16 2002/11/24 20:46:40 millert Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -120,3 +120,10 @@ The old Unix crypt is used as YP cipher:
.Xr passwd 1 ,
.Xr pw_getconf 3 ,
.Xr passwd 5
+.Sh HISTORY
+The
+.Pa /etc/passwd.conf
+file appeared in
+.Ox 2.1
+and was deprecated in
+.Ox 3.0 .