X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftabs.1.html;h=1354f6c55a05dcfc61593bf19729486a3352734f;hp=86255f618f64eb369a9a27d13b0ccb9485c78e38;hb=06078d3fa68db669ed37178c01873546b4b28745;hpb=7fa7badf32c514211478cf9f79c70f20d435c2f2 diff --git a/doc/html/man/tabs.1.html b/doc/html/man/tabs.1.html index 86255f61..1354f6c5 100644 --- a/doc/html/man/tabs.1.html +++ b/doc/html/man/tabs.1.html @@ -1,6 +1,6 @@ @@ -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.0 (patch 20171118).