diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 14:00:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 14:00:33 +0000 |
commit | 80a698c6d9624e8f0309483f4cc25a4e94733204 (patch) | |
tree | 31f9bbaae2f9afa4add18d205b3587d0d7812e43 /lib/libc/gen/getpwent.3 | |
parent | a2a3121d7669033166b5b6e62dc845b393a310bc (diff) |
- clean up macro abuse
- section reorder
- merge COMPATIBILITY
Diffstat (limited to 'lib/libc/gen/getpwent.3')
-rw-r--r-- | lib/libc/gen/getpwent.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index 4e631acda6f..0bba28977f3 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpwent.3,v 1.17 2002/11/21 22:15:22 millert Exp $ +.\" $OpenBSD: getpwent.3,v 1.18 2003/05/30 14:00:32 jmc Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -175,6 +175,11 @@ The .Fn setpassent function appeared in .Bx 4.3 Reno . +.Pp +The historic function +.Xr setpwfile 3 , +which allowed the specification of alternate password databases, +has been deprecated and is no longer available. .Sh BUGS The functions .Fn getpwent , @@ -193,8 +198,3 @@ and .Fn setpwent are fairly useless in a networked environment and should be avoided, if possible. -.Sh COMPATIBILITY -The historic function -.Xr setpwfile 3 , -which allowed the specification of alternate password databases, -has been deprecated and is no longer available. |