svn commit: r191938 - head/lib/libc/gen

Ed Schouten ed at FreeBSD.org
Sat May 9 16:42:58 UTC 2009


Author: ed
Date: Sat May  9 16:42:57 2009
New Revision: 191938
URL: http://svn.freebsd.org/changeset/base/191938

Log:
  TTYs don't necessarily use /dev/ttyxx.
  
  Submitted by:	csjp

Modified:
  head/lib/libc/gen/ttyname.3

Modified: head/lib/libc/gen/ttyname.3
==============================================================================
--- head/lib/libc/gen/ttyname.3	Sat May  9 15:41:22 2009	(r191937)
+++ head/lib/libc/gen/ttyname.3	Sat May  9 16:42:57 2009	(r191938)
@@ -57,11 +57,10 @@ These descriptors are not related to the
 .Dv FILE
 typedef, but refer to the special device files found in
 .Pa /dev
-and named
-.Pa /dev/tty Ns Ar xx
 and for which an entry exists
 in the initialization file
-.Pa /etc/ttys .
+.Pa /etc/ttys
+or pseudo-terminals.
 (See
 .Xr ttys 5 . )
 .Pp


More information about the svn-src-all mailing list