svn commit: r290440 - head/lib/libutil

Steven Hartland smh at FreeBSD.org
Fri Nov 6 12:02:25 UTC 2015


Author: smh
Date: Fri Nov  6 12:02:24 2015
New Revision: 290440
URL: https://svnweb.freebsd.org/changeset/base/290440

Log:
  Correct posix_openpt reference in pty(3)
  
  MFC after:	1 week
  Sponsored by:	Multiplay

Modified:
  head/lib/libutil/pty.3

Modified: head/lib/libutil/pty.3
==============================================================================
--- head/lib/libutil/pty.3	Fri Nov  6 11:29:24 2015	(r290439)
+++ head/lib/libutil/pty.3	Fri Nov  6 12:02:24 2015	(r290440)
@@ -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


More information about the svn-src-all mailing list