Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2009 16:42:57 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191938 - head/lib/libc/gen
Message-ID:  <200905091642.n49GgvNd028768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905091642.n49GgvNd028768>