summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-03-12 12:54:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-03-12 12:54:46 +0000
commitead0ee87572ab2f8ccf94da42782dd2c490056c9 (patch)
tree29375d9cc07f4d723a76e62e1dc5ac301cc21dd2
parent88d76b03ae05ca4c03666f56402d3079e59eb626 (diff)
since we are documenting that setpwfile() is no longer available, maybe
don;t cross reference (Xr) its also no longer available man page: use Fn instead;
-rw-r--r--lib/libc/gen/getpwent.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index 8721b4b6f36..d8eefcca39f 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpwent.3,v 1.27 2014/03/12 11:36:06 schwarze Exp $
+.\" $OpenBSD: getpwent.3,v 1.28 2014/03/12 12:54:45 jmc Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -172,7 +172,7 @@ functions appeared in
.At v7 .
.Pp
The historic function
-.Xr setpwfile 3 ,
+.Fn setpwfile ,
which allowed the specification of alternate password databases,
has been deprecated and is no longer available.
.Sh BUGS