X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftabs.1.html;h=02fb7935d61de484bba7bebd0aa09e1a78b444c2;hp=8ce3ea2564d7dd8c19dd04c0c2cd9bdd6d037a69;hb=acb4184f8f69fddd052a3daa8c8675f4bf8ce369;hpb=b5be26931d6488adcb1ff8bc07df9de378ce0d27 diff --git a/doc/html/man/tabs.1.html b/doc/html/man/tabs.1.html index 8ce3ea25..02fb7935 100644 --- a/doc/html/man/tabs.1.html +++ b/doc/html/man/tabs.1.html @@ -1,6 +1,6 @@ - + tabs 1 @@ -40,7 +40,7 @@

tabs 1

-tabs(1)                                                                tabs(1)
+tabs(1)                     General Commands Manual                    tabs(1)
 
 
 
@@ -59,7 +59,7 @@
        absent,  tabs is unable to clear/set tab-stops.  The terminal should be
        configured to use hard tabs, e.g.,
 
-         stty tab0
+           stty tab0
 
        Like clear(1), tabs writes to the standard output.   You  can  redirect
        the standard output to a file (which prevents tabs from actually chang-
@@ -107,13 +107,13 @@
        greater than zero.  They are separated by a comma or a blank, for exam-
        ple,
 
-         tabs 1,6,11,16,21
-         tabs 1 6 11 16 21
+           tabs 1,6,11,16,21
+           tabs 1 6 11 16 21
 
        Use  a  "+"  to treat a number as an increment relative to the previous
        value, e.g.,
 
-         tabs 1,+5,+5,+5,+5
+           tabs 1,+5,+5,+5,+5
 
        which is equivalent to the 1,6,11,16,21 example.
 
@@ -141,7 +141,7 @@
 
 
 

PORTABILITY

-       IEEE  Std  1003.1/The  Open  Group    Base   Specifications   Issue   7
+       IEEE  Std  1003.1/The  Open   Group   Base   Specifications   Issue   7
        (POSIX.1-2008) describes a tabs utility.  However
 
        o   This  standard describes a +m option, to set a terminal's left-mar-
@@ -164,7 +164,7 @@
 

SEE ALSO

        tset(1), infocmp(1m), curses(3x), terminfo(5).
 
-       This describes ncurses version 6.0 (patch 20171028).
+       This describes ncurses version 6.1 (patch 20190112).