aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorSteven Hartland <smh@FreeBSD.org>2015-11-06 12:02:24 +0000
committerSteven Hartland <smh@FreeBSD.org>2015-11-06 12:02:24 +0000
commit72c33534b280e16bab55a48c8436a9f1b6b7203d (patch)
tree44a27e5ffb16a01b5e2cafe32bcc18f1b6efc7c3 /lib/libutil
parent160caba341e2737dc657c33f44c1c0d7d41b2e8a (diff)
downloadsrc-72c33534b280e16bab55a48c8436a9f1b6b7203d.tar.gz
src-72c33534b280e16bab55a48c8436a9f1b6b7203d.zip
Correct posix_openpt reference in pty(3)
MFC after: 1 week Sponsored by: Multiplay
Notes
Notes: svn path=/head/; revision=290440
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/pty.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/pty.3 b/lib/libutil/pty.3
index f71cc5323d72..0f06cc17811e 100644
--- a/lib/libutil/pty.3
+++ b/lib/libutil/pty.3
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\" "
-.Dd December 29, 1996
+.Dd November 11, 2015
.Dt PTY 3
.Os
.Sh NAME
@@ -120,7 +120,7 @@ function may fail and set the global variable
.Dv errno
for any of the errors specified for the
.Xr grantpt 3 ,
-.Xr posix_openpt 3 ,
+.Xr posix_openpt 2 ,
.Xr ptsname 3 ,
and
.Xr unlockpt 3