X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftabs.1.html;h=eef270d8ce7246fe42a2a26ed1c91427ba81f6ce;hp=86255f618f64eb369a9a27d13b0ccb9485c78e38;hb=02c4e383be9337e73a0e75844dfd1047745adb28;hpb=7fa7badf32c514211478cf9f79c70f20d435c2f2 diff --git a/doc/html/man/tabs.1.html b/doc/html/man/tabs.1.html index 86255f61..eef270d8 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.
 
@@ -164,7 +164,7 @@
 

SEE ALSO

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