Clean up SYNOPSIS formatting.

This commit is contained in:
mycroft 1999-03-07 11:29:58 +00:00
parent f6590b22cd
commit a1c657fe56
18 changed files with 292 additions and 67 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: crunchgen.1,v 1.7 1998/12/21 13:41:38 mrg Exp $
.\" $NetBSD: crunchgen.1,v 1.8 1999/03/07 11:29:58 mycroft Exp $
.\"
.\" Copyright (c) 1994 University of Maryland
.\" All Rights Reserved.
@ -31,14 +31,26 @@
.Nm crunchgen
.Nd generates build environment for a crunched binary
.Sh SYNOPSIS
.Nm
.Nm ""
.Op Fl fq
.Bk -words
.Op Fl m Ar makefile-name
.Ek
.Bk -words
.Op Fl c Ar c-file-name
.Ek
.Bk -words
.Op Fl e Ar exec-file-name
.Ek
.Bk -words
.Op Fl D Ar src-root
.Ek
.Bk -words
.Op Fl L Ar lib-dir
.Ek
.Bk -words
.Op Ar conf-file
.Ek
.Sh DESCRIPTION
A crunched binary is a program made up of many other programs linked
together into a single executable. The crunched binary main()

View File

@ -1,4 +1,4 @@
.\" $NetBSD: crunchide.1,v 1.5 1997/08/02 21:30:15 perry Exp $
.\" $NetBSD: crunchide.1,v 1.6 1999/03/07 11:29:59 mycroft Exp $
.\"
.\" Copyright (c) 1994 University of Maryland
.\" All Rights Reserved.
@ -31,10 +31,16 @@
.Nm crunchide
.Nd hides symbol names from ld, for crunching programs together
.Sh SYNOPSIS
.Nm crunchide
.Nm ""
.Bk -words
.Op Fl f Ar keep-list-file
.Ek
.Bk -words
.Op Fl k Ar keep-symbol
.Ek
.Bk -words
.Op Ar object-file ...
.Ek
.Sh DESCRIPTION
.Nm Crunchide
hides the global symbols of

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fdformat.1,v 1.7 1998/02/06 06:18:47 perry Exp $
.\" $NetBSD: fdformat.1,v 1.8 1999/03/07 11:29:59 mycroft Exp $
.\"
.\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -41,19 +41,41 @@
.Nm fdformat
.Nd format a floppy diskette
.Sh SYNOPSIS
.Nm
.Nm ""
.Bk -words
.Op Fl f Ar device
.Ek
.Bk -words
.Op Fl t Ar type
.Ek
.Op Fl n
.Bk -words
.Op Fl B Ar nbps
.Ek
.Bk -words
.Op Fl S Ar nspt
.Ek
.Bk -words
.Op Fl T Ar ntrk
.Ek
.Bk -words
.Op Fl C Ar ncyl
.Ek
.Bk -words
.Op Fl P Ar stepspercyl
.Ek
.Bk -words
.Op Fl G Ar gaplen
.Ek
.Bk -words
.Op Fl F Ar fillbyte
.Ek
.Bk -words
.Op Fl X Ar xfer_rate
.Ek
.Bk -words
.Op Fl I Ar interleave
.Ek
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ftp.1,v 1.32 1999/01/24 02:39:30 lukem Exp $
.\" $NetBSD: ftp.1,v 1.33 1999/03/07 11:29:59 mycroft Exp $
.\"
.\" Copyright (c) 1985, 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -44,7 +44,7 @@
.Tn ARPANET
file transfer program
.Sh SYNOPSIS
.Nm
.Nm ""
.Op Fl A
.Op Fl a
.Op Fl d
@ -53,27 +53,41 @@ file transfer program
.Op Fl i
.Op Fl n
.Op Fl p
.Bk -words
.Op Fl P Ar port
.Ek
.Bk -words
.Op Fl r Ar seconds
.Ek
.Op Fl t
.Op Fl v
.Op Fl V
.Bk -words
.Op Ar host Op Ar port
.Ek
.Nm ftp
.Op Fl f
.Bk -words
.Op Fl o Ar output
.Ek
file:///\fIfile\fR
.Nm ftp
.Op Fl f
.Bk -words
.Op Fl o Ar output
.Ek
ftp://[\fIuser\fR:\fIpassword\fR@]\fIhost\fR[:\fIport\fR]/\fIfile\fR[/]
.Nm ftp
.Op Fl f
.Bk -words
.Op Fl o Ar output
.Ek
http://\fIhost\fR[:\fIport\fR]/\fIfile\fR
.Nm ftp
.Op Fl f
.Bk -words
.Op Fl o Ar output
.Ek
\fIhost\fR:[/\fIpath\fR/]\fIfile\fR[/]
.Sh DESCRIPTION
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: hexdump.1,v 1.9 1998/02/20 23:45:27 jeremy Exp $
.\" $NetBSD: hexdump.1,v 1.10 1999/03/07 11:29:59 mycroft Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -40,11 +40,17 @@
.Nm hexdump
.Nd ascii, decimal, hexadecimal, octal dump
.Sh SYNOPSIS
.Nm
.Nm ""
.Op Fl bcCdovx
.Bk -words
.Op Fl e Ar format_string
.Ek
.Bk -words
.Op Fl f Ar format_file
.Ek
.Bk -words
.Op Fl n Ar length
.Ek
.Bk -words
.Op Fl s Ar skip
.Ek

View File

@ -1,4 +1,4 @@
.\" $NetBSD: od.1,v 1.7 1999/03/06 11:50:46 mycroft Exp $
.\" $NetBSD: od.1,v 1.8 1999/03/07 11:30:00 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $NetBSD: od.1,v 1.7 1999/03/06 11:50:46 mycroft Exp $
.\" $NetBSD: od.1,v 1.8 1999/03/07 11:30:00 mycroft Exp $
.\" from: @(#)od.1 8.1 (Berkeley) 6/6/93
.\"
.Dd June 8, 1998
@ -41,7 +41,7 @@
.Nm od
.Nd octal, decimal, hex, ascii dump
.Sh SYNOPSIS
.Nm
.Nm ""
.Op Fl aBbcDdeFfHhIiLlOovXx
.Sm off
.Oo

View File

@ -1,4 +1,4 @@
.\" $NetBSD: indent.1,v 1.8 1997/10/19 03:17:15 lukem Exp $
.\" $NetBSD: indent.1,v 1.9 1999/03/07 11:30:00 mycroft Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -43,14 +43,22 @@
.Nm indent
.Nd indent and format C program source
.Sh SYNOPSIS
.Nm
.Nm ""
.Bk -words
.Op Ar input-file Op Ar output-file
.Ek
.Bk -words
.Op Fl bad | Fl nbad
.Ek
.Bk -words
.Op Fl bap | Fl nbap
.Ek
.Bk -words
.Op Fl bbb | Fl nbbb
.Ek
.Bk -words
.Op Fl \&bc | Fl nbc
.Ek
.Op Fl \&bl
.Op Fl \&br
.Op Fl c Ns Ar n
@ -58,7 +66,9 @@
.Bk -words
.Op Fl cdb | Fl ncdb
.Ek
.Bk -words
.Op Fl \&ce | Fl nce
.Ek
.Op Fl \&ci Ns Ar n
.Op Fl cli Ns Ar n
.Op Fl d Ns Ar n
@ -67,20 +77,32 @@
.Op Fl fc1 | Fl nfc1
.Ek
.Op Fl i Ns Ar n
.Bk -words
.Op Fl \&ip | Fl nip
.Ek
.Op Fl l Ns Ar n
.Op Fl \&lc Ns Ar n
.Bk -words
.Op Fl \&lp | Fl nlp
.Ek
.Op Fl npro
.Bk -words
.Op Fl pcs | Fl npcs
.Ek
.Bk -words
.Op Fl psl | Fl npsl
.Ek
.Bk -words
.Op Fl \&sc | Fl nsc
.Ek
.Bk -words
.Op Fl sob | Fl nsob
.Ek
.Op Fl \&st
.Op Fl troff
.Bk -words
.Op Fl v | Fl \&nv
.Ek
.Sh DESCRIPTION
.Nm
is a

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ipcrm.1,v 1.3 1997/10/19 03:18:18 lukem Exp $
.\" $NetBSD: ipcrm.1,v 1.4 1999/03/07 11:30:00 mycroft Exp $
.\"
.\" Copyright (c) 1994 Adam Glass
.\" All rights reserved.
@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $NetBSD: ipcrm.1,v 1.3 1997/10/19 03:18:18 lukem Exp $
.\" $NetBSD: ipcrm.1,v 1.4 1999/03/07 11:30:00 mycroft Exp $
.\""
.Dd August 8th, 1994
.Dt ipcrm 1
@ -33,13 +33,25 @@
.Nd remove the specified message queues, semaphore sets, and shared memory
segments
.Sh SYNOPSIS
.Nm
.Nm ""
.Bk -words
.Op Fl q Ar msqid
.Ek
.Bk -words
.Op Fl m Ar shmid
.Ek
.Bk -words
.Op Fl s Ar semid
.Ek
.Bk -words
.Op Fl Q Ar msgkey
.Ek
.Bk -words
.Op Fl M Ar shmkey
.Ek
.Bk -words
.Op Fl S Ar semkey
.Ek
.Ar ...
.Sh DESCRIPTION
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ipcs.1,v 1.5 1997/10/19 03:23:46 lukem Exp $
.\" $NetBSD: ipcs.1,v 1.6 1999/03/07 11:30:00 mycroft Exp $
.\"
.\" Copyright (c) 1994 SigmaSoft, Th. Lockert
.\" All rights reserved.
@ -35,10 +35,14 @@
.Nm ipcs
.Nd report System V interprocess communication facilities status
.Sh SYNOPSIS
.Nm
.Nm ""
.Op Fl abcmopqstMQST
.Bk -words
.Op Fl C Ar system
.Ek
.Bk -words
.Op Fl N Ar core
.Ek
.Sh DESCRIPTION
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: join.1,v 1.5 1997/10/19 03:32:12 lukem Exp $
.\" $NetBSD: join.1,v 1.6 1999/03/07 11:30:00 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -35,7 +35,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)join.1 8.3 (Berkeley) 4/28/95
.\" $NetBSD: join.1,v 1.5 1997/10/19 03:32:12 lukem Exp $
.\" $NetBSD: join.1,v 1.6 1999/03/07 11:30:00 mycroft Exp $
.\"
.Dd April 28, 1995
.Dt JOIN 1
@ -44,20 +44,25 @@
.Nm join
.Nd relational database operator
.Sh SYNOPSIS
.Nm
.Nm ""
.Bk -words
.Oo
.Fl a Ar file_number | Fl v Ar file_number
.Oc
.Op Fl e Ar string
.Op Fl j Ar file_number field
.Op Fl o Ar list
.Ek
.Bk -words
.Op Fl e Ar string
.Ek
.Bk -words
.Op Fl j Ar file_number field
.Ek
.Bk -words
.Op Fl o Ar list
.Ek
.Op Fl t Ar char
.Op Fl \&1 Ar field
.Op Fl \&2 Ar field
.Ar file1
.Ar file2
.Ar file1 file2
.Sh DESCRIPTION
The join utility performs an ``equality join'' on the specified files
and writes the result to the standard output.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: jot.1,v 1.3 1997/11/01 04:58:39 mycroft Exp $
.\" $NetBSD: jot.1,v 1.4 1999/03/07 11:30:01 mycroft Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@ -40,12 +40,20 @@
.Nm jot
.Nd print sequential or random data
.Sh SYNOPSIS
.Nm jot
.Nm ""
.Op Fl rcn
.Bk -words
.Op Fl b Ar word
.Ek
.Bk -words
.Op Fl w Ar word
.Ek
.Bk -words
.Op Fl s Ar string
.Ek
.Bk -words
.Op Fl p Ar precision
.Ek
.Oo Ar reps
.Oo Ar begin
.Oo Ar end

View File

@ -1,4 +1,4 @@
.\" $NetBSD: make.1,v 1.29 1998/11/17 23:56:23 ross Exp $
.\" $NetBSD: make.1,v 1.30 1999/03/07 11:30:01 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -40,19 +40,33 @@
.Nm make
.Nd maintain program dependencies
.Sh SYNOPSIS
.Nm
.Nm ""
.Op Fl Beiknqrst
.Bk -words
.Op Fl D Ar variable
.Ek
.Bk -words
.Op Fl d Ar flags
.Ek
.Bk -words
.Op Fl f Ar makefile
.Ek
.Bk -words
.Op Fl I Ar directory
.Ek
.Bk -words
.Op Fl j Ar max_jobs
.Ek
.Bk -words
.Op Fl m Ar directory
.Ek
.Bk -words
.Op Fl V Ar variable
.Ek
.Op Ar variable=value
.Bk -words
.Op Ar target ...
.Ek
.Sh DESCRIPTION
.Nm
is a program designed to simplify the maintenance of other programs.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: nl.1,v 1.1 1999/02/15 15:07:15 kleink Exp $
.\" $NetBSD: nl.1,v 1.2 1999/03/07 11:30:01 mycroft Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -41,18 +41,38 @@
.Nm \&nl
.Nd line numbering filter
.Sh SYNOPSIS
.Nm
.Nm ""
.Op Fl p
.Bk -words
.Op Fl b Ar type
.Ek
.Bk -words
.Op Fl d Ar delim
.Ek
.Bk -words
.Op Fl f Ar type
.Ek
.Bk -words
.Op Fl h Ar type
.Ek
.Bk -words
.Op Fl i Ar incr
.Ek
.Bk -words
.Op Fl l Ar num
.Ek
.Bk -words
.Op Fl n Ar format
.Ek
.Bk -words
.Op Fl s Ar sep
.Ek
.Bk -words
.Op Fl v Ar startnum
.Ek
.Bk -words
.Op Fl w Ar width
.Ek
.Op Ar file
.Sh DESCRIPTION
The

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pr.1,v 1.6 1997/10/19 12:42:05 lukem Exp $
.\" $NetBSD: pr.1,v 1.7 1999/03/07 11:30:01 mycroft Exp $
.\"
.\" Copyright (c) 1991 Keith Muller.
.\" Copyright (c) 1993
@ -36,7 +36,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)pr.1 8.1 (Berkeley) 6/6/93
.\" $NetBSD: pr.1,v 1.6 1997/10/19 12:42:05 lukem Exp $
.\" $NetBSD: pr.1,v 1.7 1999/03/07 11:30:01 mycroft Exp $
.\"
.Dd June 6, 1993
.Dt PR 1
@ -45,7 +45,7 @@
.Nm pr
.Nd print files
.Sh SYNOPSIS
.Nm
.Nm ""
.Bk -words
.Op Ar \&+page
.Ek

View File

@ -1,4 +1,4 @@
.\" $NetBSD: telnet.1,v 1.9 1997/06/03 06:31:20 mikel Exp $
.\" $NetBSD: telnet.1,v 1.10 1999/03/07 11:30:02 mycroft Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -42,27 +42,39 @@
.Tn TELNET
protocol
.Sh SYNOPSIS
.Nm telnet
.Nm ""
.Op Fl 8
.Op Fl E
.Op Fl F
.Op Fl K
.Op Fl L
.Bk -words
.Op Fl S Ar tos
.Ek
.Bk -words
.Op Fl X Ar authtype
.Ek
.Op Fl a
.Op Fl c
.Op Fl d
.Bk -words
.Op Fl e Ar escapechar
.Ek
.Op Fl f
.Bk -words
.Op Fl k Ar realm
.Ek
.Bk -words
.Op Fl l Ar user
.Ek
.Bk -words
.Op Fl n Ar tracefile
.Ek
.Op Fl r
.Op Fl x
.Oo
.Ar host
.Op port
.Op Ar port
.Oc
.Sh DESCRIPTION
The

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vgrind.1,v 1.6 1997/10/20 03:01:27 lukem Exp $
.\" $NetBSD: vgrind.1,v 1.7 1999/03/07 11:30:02 mycroft Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -40,18 +40,24 @@
.Nm vgrind
.Nd grind nice listings of programs
.Sh SYNOPSIS
.Nm
.Nm ""
.Op Fl
.Op Fl W
.Bk -words
.Op Fl d Ar file
.Ek
.Op Fl f
.Bk -words
.Op Fl h Ar header
.Ek
.Bk -words
.Op Fl l Ar language
.Ek
.Op Fl n
.Op Fl sn
.Op Fl t
.Op Fl x
.Ar name Ar ...
.Ar
.Sh DESCRIPTION
.Nm
formats the program sources which are arguments

View File

@ -1,4 +1,4 @@
.\" $NetBSD: install.1,v 1.15 1999/02/04 11:56:48 christos Exp $
.\" $NetBSD: install.1,v 1.16 1999/03/07 11:30:00 mycroft Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -40,35 +40,67 @@
.Nm install
.Nd install binaries
.Sh SYNOPSIS
.Nm
.Nm ""
.Op Fl bcps
.Bk -words
.Op Fl B Ar suffix
.Ek
.Bk -words
.Op Fl f Ar flags
.Ek
.Bk -words
.Op Fl m Ar mode
.Ek
.Bk -words
.Op Fl o Ar owner
.Ek
.Bk -words
.Op Fl g Ar group
.Ek
.Bk -words
.Op Fl l Ar linkflags
.Ek
.Bk -words
.Op Fl S Ar stripflag
.Ek
.Ar file1 file2
.Nm ""
.Op Fl bcprs
.Bk -words
.Op Fl B Ar suffix
.Ek
.Bk -words
.Op Fl f Ar flags
.Ek
.Bk -words
.Op Fl m Ar mode
.Ek
.Bk -words
.Op Fl o Ar owner
.Ek
.Bk -words
.Op Fl g Ar group
.Ek
.Bk -words
.Op Fl l Ar linkflags
.Ek
.Bk -words
.Op Fl S Ar stripflag
.Ar file1
\&...
.Ek
.Ar file1 ...\&
.Ar fileN directory
.Nm ""
.Fl pd
.Bk -words
.Op Fl m Ar mode
.Ek
.Bk -words
.Op Fl o Ar owner
.Ek
.Bk -words
.Op Fl g Ar group
.Ar directory
\&...
.Ek
.Ar directory ...\&
.Sh DESCRIPTION
The file(s) are moved (copied if the
.Fl c

View File

@ -1,4 +1,4 @@
.\" $NetBSD: lint.1,v 1.7 1998/03/24 23:25:31 sommerfe Exp $
.\" $NetBSD: lint.1,v 1.8 1999/03/07 11:30:01 mycroft Exp $
.\"
.\" Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
.\" Copyright (c) 1994, 1995 Jochen Pohl
@ -37,26 +37,56 @@
.Nm lint
.Nd a C program verifier.
.Sh SYNOPSIS
.Nm lint
.Nm ""
.Op Fl abceghprvxzHFV
.Op Fl s Ns | Ns Fl t
.Op Fl i Ns | Ns Fl nu
.Op Fl D Ns Ar name Ns Op =def
.Op Fl U Ns Ar name
.Op Fl I Ns Ar directory
.Op Fl d Ns Ar directory
.Op Fl L Ns Ar directory
.Op Fl l Ns Ar library
.Op Fl o Ns Ar outputfile
.Bk -words
.Op Fl s | Fl t
.Ek
.Bk -words
.Op Fl i | Fl nu
.Ek
.Bk -words
.Op Fl D Ar name Ns Op =def
.Ek
.Bk -words
.Op Fl U Ar name
.Ek
.Bk -words
.Op Fl I Ar directory
.Ek
.Bk -words
.Op Fl d Ar directory
.Ek
.Bk -words
.Op Fl L Ar directory
.Ek
.Bk -words
.Op Fl l Ar library
.Ek
.Bk -words
.Op Fl o Ar outputfile
.Ek
.Ar
.Nm lint
.Op Fl abceghprvzHFV
.Op Fl s Ns | Ns Fl t
.Fl C Ns Ar library
.Op Fl D Ns Ar name Ns Op =def
.Op Fl U Ns Ar name
.Op Fl I Ns Ar directory
.Op Fl d Ns Ar directory
.Bk -words
.Op Fl s | Fl t
.Ek
.Bk -words
.Fl C Ar library
.Ek
.Bk -words
.Op Fl D Ar name Ns Op =def
.Ek
.Bk -words
.Op Fl U Ar name
.Ek
.Bk -words
.Op Fl I Ar directory
.Ek
.Bk -words
.Op Fl d Ar directory
.Ek
.Ar
.Sh DESCRIPTION
.Nm