Author: smh Date: Fri Nov 13 01:01:16 2015 New Revision: 290735 URL: https://svnweb.freebsd.org/changeset/base/290735
Log: MFC r290440: Correct posix_openpt reference in pty(3) Sponsored by: Multiplay Modified: stable/10/lib/libutil/pty.3 Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libutil/pty.3 ============================================================================== --- stable/10/lib/libutil/pty.3 Fri Nov 13 00:50:34 2015 (r290734) +++ stable/10/lib/libutil/pty.3 Fri Nov 13 01:01:16 2015 (r290735) @@ -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 var .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 _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"