Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2008 09:01:15 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 147284 for review
Message-ID:  <200808130901.m7D91FeO004819@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147284

Change 147284 by ed@ed_dull on 2008/08/13 09:00:34

	Also document the new TABDLY and TAB0 flags.

Affected files ...

.. //depot/projects/mpsafetty/share/man/man4/termios.4#3 edit

Differences ...

==== //depot/projects/mpsafetty/share/man/man4/termios.4#3 (text+ko) ====

@@ -1082,6 +1082,10 @@
 */
 .It Dv OCRNL
 /* map CR to NL */
+.It Dv TABDLY
+/* tab delay mask */
+.It Dv TAB0
+/* no tab delay and expansion */
 .It Dv TAB3
 /* expand tabs to spaces */
 .It Dv ONOEOT
@@ -1108,6 +1112,18 @@
 .Dv OCRNL
 is set, carriage returns are translated to newlines.
 .Pp
+The
+.Dv TABDLY
+bits specify the tab delay.
+The
+.Fa c_oflag
+is masked with
+.Dv TABDLY
+and compared with the
+values
+.Dv TAB0
+or
+.Dv TAB3 .
 If
 .Dv TAB3
 is set, tabs are expanded to the appropriate number of



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