PERFORCE change 147284 for review
Ed Schouten
ed at FreeBSD.org
Wed Aug 13 09:01:16 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147284
Change 147284 by ed at 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
More information about the p4-projects
mailing list