summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2019-08-30 23:35:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2019-08-30 23:35:41 +0000
commit58ec320a1ed112df459b94407670247de24383b1 (patch)
tree973fd4b0727e51913a80527233f65312d18e97b8 /lib/libc/gen
parent9bca865e8bbd28ae0f08b49b7653612e73f08c8c (diff)
ypclnt -> yp_bind;
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/getgrent.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3
index 8151dfb881b..cf4a08e26cb 100644
--- a/lib/libc/gen/getgrent.3
+++ b/lib/libc/gen/getgrent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getgrent.3,v 1.23 2018/12/28 11:40:23 tb Exp $
+.\" $OpenBSD: getgrent.3,v 1.24 2019/08/30 23:35:40 jmc Exp $
.\"
.\" Copyright (c) 1989, 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: December 28 2018 $
+.Dd $Mdocdate: August 30 2019 $
.Dt GETGRENT 3
.Os
.Sh NAME
@@ -236,7 +236,7 @@ functions do not set errno.
.Sh SEE ALSO
.Xr getpwent 3 ,
.Xr sysconf 3 ,
-.Xr ypclnt 3 ,
+.Xr yp_bind 3 ,
.Xr group 5 ,
.Xr yp 8
.Sh STANDARDS