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.
.\" 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>