diff options
author | smh <smh@FreeBSD.org> | 2015-11-13 01:01:16 +0000 |
---|---|---|
committer | smh <smh@FreeBSD.org> | 2015-11-13 01:01:16 +0000 |
commit | 2393a1a0d5344e22371a3c2b06e392425f4f9fc4 (patch) | |
tree | 79a9dee045b57d3ccbf9f9b4a2f50546a785ef6f | |
parent | f91ade9d24ff00c5f6f2b46422df18bd732f9201 (diff) | |
download | FreeBSD-src-2393a1a0d5344e22371a3c2b06e392425f4f9fc4.zip FreeBSD-src-2393a1a0d5344e22371a3c2b06e392425f4f9fc4.tar.gz |
MFC r290440:
Correct posix_openpt reference in pty(3)
Sponsored by: Multiplay
-rw-r--r-- | lib/libutil/pty.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/pty.3 b/lib/libutil/pty.3 index f71cc53..0f06cc1 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 |