Deleted Added
full compact
tabs.1 (262629) tabs.1 (262685)
1.\"***************************************************************************
1.\"***************************************************************************
2.\" Copyright (c) 2008-2009,2010 Free Software Foundation, Inc. *
2.\" Copyright (c) 2008-2011,2013 Free Software Foundation, Inc. *
3.\" *
4.\" Permission is hereby granted, free of charge, to any person obtaining a *
5.\" copy of this software and associated documentation files (the *
6.\" "Software"), to deal in the Software without restriction, including *
7.\" without limitation the rights to use, copy, modify, merge, publish, *
8.\" distribute, distribute with modifications, sublicense, and/or sell *
9.\" copies of the Software, and to permit persons to whom the Software is *
10.\" furnished to do so, subject to the following conditions: *

--- 10 unchanged lines hidden (view full) ---

21.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
22.\" *
23.\" Except as contained in this notice, the name(s) of the above copyright *
24.\" holders shall not be used in advertising or otherwise to promote the *
25.\" sale, use or other dealings in this Software without prior written *
26.\" authorization. *
27.\"***************************************************************************
28.\"
3.\" *
4.\" Permission is hereby granted, free of charge, to any person obtaining a *
5.\" copy of this software and associated documentation files (the *
6.\" "Software"), to deal in the Software without restriction, including *
7.\" without limitation the rights to use, copy, modify, merge, publish, *
8.\" distribute, distribute with modifications, sublicense, and/or sell *
9.\" copies of the Software, and to permit persons to whom the Software is *
10.\" furnished to do so, subject to the following conditions: *

--- 10 unchanged lines hidden (view full) ---

21.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
22.\" *
23.\" Except as contained in this notice, the name(s) of the above copyright *
24.\" holders shall not be used in advertising or otherwise to promote the *
25.\" sale, use or other dealings in this Software without prior written *
26.\" authorization. *
27.\"***************************************************************************
28.\"
29.\" $Id: tabs.1,v 1.8 2010/12/04 18:40:45 tom Exp $
29.\" $Id: tabs.1,v 1.11 2013/06/22 18:11:57 tom Exp $
30.TH @TABS@ 1 ""
31.ds n 5
32.SH NAME
30.TH @TABS@ 1 ""
31.ds n 5
32.SH NAME
33\fBtabs\fR \- set tabs on a terminal
33\fB@TABS@\fR \- set tabs on a terminal
34.SH SYNOPSIS
34.SH SYNOPSIS
35\fBtabs\fR [\fB\-v\fR[\fIn\fR]] [\fB\-ahuUV\fR] \fIfile...\fR
36.br
35\fB@TABS@\fR [\fIoptions\fR]] \fI[tabstop-list]\fR
37.SH DESCRIPTION
38.PP
36.SH DESCRIPTION
37.PP
39The \fBtabs\fP program clears and sets tab-stops on the terminal.
38The \fB@TABS@\fP program clears and sets tab-stops on the terminal.
40This uses the terminfo \fIclear_all_tabs\fP and \fIset_tab\fP capabilities.
39This uses the terminfo \fIclear_all_tabs\fP and \fIset_tab\fP capabilities.
41If either is absent, \fBtabs\fP is unable to clear/set tab-stops.
40If either is absent, \fB@TABS@\fP is unable to clear/set tab-stops.
42The terminal should be configured to use hard tabs, e.g.,
43.sp
44.RS
45stty tab0
46.RE
47.SH OPTIONS
48.SS General Options
49.TP 5
50.BI \-T "name"
41The terminal should be configured to use hard tabs, e.g.,
42.sp
43.RS
44stty tab0
45.RE
46.SH OPTIONS
47.SS General Options
48.TP 5
49.BI \-T "name"
51Tell \fBtabs\fP which terminal type to use.
52If this option is not given, \fBtabs\fP will use the \fB$TERM\fP
50Tell \fB@TABS@\fP which terminal type to use.
51If this option is not given, \fB@TABS@\fP will use the \fB$TERM\fP
53environment variable.
54If that is not set, it will use the \fIansi+tabs\fP entry.
55.TP 5
56.B \-d
57The debugging option shows a ruler line, followed by two data lines.
58The first data line shows the expected tab-stops marked with asterisks.
59The second data line shows the actual tab-stops, marked with asterisks.
60.TP 5
61.B \-n
52environment variable.
53If that is not set, it will use the \fIansi+tabs\fP entry.
54.TP 5
55.B \-d
56The debugging option shows a ruler line, followed by two data lines.
57The first data line shows the expected tab-stops marked with asterisks.
58The second data line shows the actual tab-stops, marked with asterisks.
59.TP 5
60.B \-n
62This option tells \fBtabs\fP to check the options and run any debugging
61This option tells \fB@TABS@\fP to check the options and run any debugging
63option, but not to modify the terminal settings.
62option, but not to modify the terminal settings.
63.TP
64\fB\-V\fR
65reports the version of ncurses which was used in this program, and exits.
64.PP
66.PP
65The \fBtabs\fP program processes a single list of tab stops.
67The \fB@TABS@\fP program processes a single list of tab stops.
66The last option to be processed which defines a list is the one that
67determines the list to be processed.
68.SS Implicit Lists
69Use a single number as an option, e.g., "\fB\-5\fP" to set tabs at the given
70interval (in this case 1, 6, 11, 16, 21, etc.). Tabs are repeated up to
71the right margin of the screen.
72.PP
73Use "\fB\-0\fP" to clear all tabs.

--- 68 unchanged lines hidden ---
68The last option to be processed which defines a list is the one that
69determines the list to be processed.
70.SS Implicit Lists
71Use a single number as an option, e.g., "\fB\-5\fP" to set tabs at the given
72interval (in this case 1, 6, 11, 16, 21, etc.). Tabs are repeated up to
73the right margin of the screen.
74.PP
75Use "\fB\-0\fP" to clear all tabs.

--- 68 unchanged lines hidden ---