From owner-p4-projects@FreeBSD.ORG Wed Aug 13 09:01:16 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D8C1A1065675; Wed, 13 Aug 2008 09:01:15 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D076106564A for ; Wed, 13 Aug 2008 09:01:15 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 86A238FC2D for ; Wed, 13 Aug 2008 09:01:15 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7D91Fls004821 for ; Wed, 13 Aug 2008 09:01:15 GMT (envelope-from ed@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7D91FeO004819 for perforce@freebsd.org; Wed, 13 Aug 2008 09:01:15 GMT (envelope-from ed@FreeBSD.org) Date: Wed, 13 Aug 2008 09:01:15 GMT Message-Id: <200808130901.m7D91FeO004819@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to ed@FreeBSD.org using -f From: Ed Schouten To: Perforce Change Reviews Cc: Subject: PERFORCE change 147284 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2008 09:01:16 -0000 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