summaryrefslogtreecommitdiff
path: root/usr.bin/tabs
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2008-12-11 12:39:41 +0000
committerwiz <wiz@NetBSD.org>2008-12-11 12:39:41 +0000
commit3ec1800aa019d76a91e5ca9b82e674d7906ccc3c (patch)
tree2e0d39fd00d5a2fceef0c180ab20139360392e6e /usr.bin/tabs
parentaa751245215303d91e0b6a5059940d05ee1789ea (diff)
Add RCS Id. Sort sections. Sort option descriptions. Use .Aq. Fix Dd argument.
Diffstat (limited to 'usr.bin/tabs')
-rw-r--r--usr.bin/tabs/tabs.116
1 files changed, 9 insertions, 7 deletions
diff --git a/usr.bin/tabs/tabs.1 b/usr.bin/tabs/tabs.1
index ef4697d2a9c..9db5e50be6e 100644
--- a/usr.bin/tabs/tabs.1
+++ b/usr.bin/tabs/tabs.1
@@ -1,3 +1,5 @@
+.\" $NetBSD: tabs.1,v 1.2 2008/12/11 12:39:41 wiz Exp $
+.\"
.\" Copyright (c) 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@@ -25,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 09, 2008
+.Dd December 9, 2008
.Dt TABS 1
.Os
.Sh NAME
@@ -112,14 +114,16 @@ Equivalent to
Equivalent to
.Nm
1,10,55
+.It Fl T Ar type
+Indicates the type of terminal.
.It Fl u
Assembler, applicable to some mainframes.
Equivalent to
.Nm
1,12,20,44
-.It Fl T Ar type
-Indicates the type of terminal.
.El
+.Sh EXIT STATUS
+.Ex -std
.Sh ENVIRONMENT
The
.Ev COLUMNS
@@ -147,8 +151,6 @@ will fail.
.Xr tput 1 ,
.Xr unexpand 1 ,
.Xr termcap 5
-.Sh EXIT STATUS
-.Ex -std
.Sh STANDARDS
The
.Nm
@@ -160,11 +162,11 @@ A
utility first appeared in PWB UNIX.
This implementation was introduced in
.Nx 6.0 .
+.Sh AUTHORS
+.An Roy Marples Aq roy@NetBSD.org
.Sh BUGS
The current
.Xr termcap 5
database does not define the set left soft margin
.Ql ML
capability for any terminals.
-.Sh AUTHORS
-.An Roy Marples <roy@NetBSD.org>