diff --git a/usr.bin/tabs/tabs.1 b/usr.bin/tabs/tabs.1 index ef4697d2a9c9..9db5e50be6e6 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