Add RCS Id. Sort sections. Sort option descriptions. Use .Aq. Fix Dd argument.

This commit is contained in:
wiz 2008-12-11 12:39:41 +00:00
parent aa75124521
commit 3ec1800aa0
1 changed files with 9 additions and 7 deletions

View File

@ -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. .\" Copyright (c) 2008 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@ -25,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE. .\" POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd December 09, 2008 .Dd December 9, 2008
.Dt TABS 1 .Dt TABS 1
.Os .Os
.Sh NAME .Sh NAME
@ -112,14 +114,16 @@ Equivalent to
Equivalent to Equivalent to
.Nm .Nm
1,10,55 1,10,55
.It Fl T Ar type
Indicates the type of terminal.
.It Fl u .It Fl u
Assembler, applicable to some mainframes. Assembler, applicable to some mainframes.
Equivalent to Equivalent to
.Nm .Nm
1,12,20,44 1,12,20,44
.It Fl T Ar type
Indicates the type of terminal.
.El .El
.Sh EXIT STATUS
.Ex -std
.Sh ENVIRONMENT .Sh ENVIRONMENT
The The
.Ev COLUMNS .Ev COLUMNS
@ -147,8 +151,6 @@ will fail.
.Xr tput 1 , .Xr tput 1 ,
.Xr unexpand 1 , .Xr unexpand 1 ,
.Xr termcap 5 .Xr termcap 5
.Sh EXIT STATUS
.Ex -std
.Sh STANDARDS .Sh STANDARDS
The The
.Nm .Nm
@ -160,11 +162,11 @@ A
utility first appeared in PWB UNIX. utility first appeared in PWB UNIX.
This implementation was introduced in This implementation was introduced in
.Nx 6.0 . .Nx 6.0 .
.Sh AUTHORS
.An Roy Marples Aq roy@NetBSD.org
.Sh BUGS .Sh BUGS
The current The current
.Xr termcap 5 .Xr termcap 5
database does not define the set left soft margin database does not define the set left soft margin
.Ql ML .Ql ML
capability for any terminals. capability for any terminals.
.Sh AUTHORS
.An Roy Marples <roy@NetBSD.org>