Skip to content

Commit

Permalink
.Nm does not need a dummy argument ("") before punctuation or
Browse files Browse the repository at this point in the history
for correct formatting of the SYNOPSIS any longer.
  • Loading branch information
0-wiz-0 committed Feb 25, 2003
1 parent 606066d commit 0ea27b5
Show file tree
Hide file tree
Showing 307 changed files with 899 additions and 900 deletions.
4 changes: 2 additions & 2 deletions bin/csh/csh.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: csh.1,v 1.35 2002/09/25 15:18:37 wiz Exp $
.\" $NetBSD: csh.1,v 1.36 2003/02/25 10:34:36 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -43,7 +43,7 @@
.Nm
.Op Fl bcefinstvVxX
.Op arg ...
.Nm ""
.Nm
.Op Fl l
.Sh DESCRIPTION
The
Expand Down
6 changes: 3 additions & 3 deletions bin/date/date.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: date.1,v 1.31 2002/09/25 15:18:38 wiz Exp $
.\" $NetBSD: date.1,v 1.32 2003/02/25 10:34:37 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -47,7 +47,7 @@
.Op Fl nu
.Op Fl r Ar seconds
.Op Cm + Ns Ar format
.Nm ""
.Nm
.Sm off
.Oo Oo Oo Oo Oo
.Ar cc Oc
Expand Down Expand Up @@ -144,7 +144,7 @@ Time changes for Daylight Saving and Standard time and leap seconds
and years are handled automatically.
.Sh ENVIRONMENT
The following environment variables affect the execution of
.Nm "" :
.Nm :
.Bl -tag -width iTZ
.It Ev TZ
The timezone to use when displaying dates.
Expand Down
4 changes: 2 additions & 2 deletions bin/dd/dd.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: dd.1,v 1.14 2002/02/08 01:21:56 ross Exp $
.\" $NetBSD: dd.1,v 1.15 2003/02/25 10:34:38 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -253,7 +253,7 @@ will be positioned past the block in which the error occurred using
Do not truncate the output file.
This will preserve any blocks in the output file not explicitly written
by
.Nm "" .
.Nm .
The
.Cm notrunc
value is not supported for tapes.
Expand Down
8 changes: 4 additions & 4 deletions bin/kill/kill.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: kill.1,v 1.16 2002/03/04 13:02:32 ad Exp $
.\" $NetBSD: kill.1,v 1.17 2003/02/25 10:34:38 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -47,14 +47,14 @@
.Op Fl s Ar signal_name
.Ar pid
\&...
.Nm ""
.Nm
.Fl l
.Op Ar signal_number
.Nm ""
.Nm
.Fl signal_name
.Ar pid
\&...
.Nm ""
.Nm
.Fl signal_number
.Ar pid
\&...
Expand Down
4 changes: 2 additions & 2 deletions bin/ln/ln.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: ln.1,v 1.18 2002/12/28 21:15:24 wiz Exp $
.\" $NetBSD: ln.1,v 1.19 2003/02/25 10:34:38 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -47,7 +47,7 @@
.Op Fl fhnsv
.Ar source_file
.Op Ar target_file
.Nm ""
.Nm
.Op Fl fhnsv
.Ar source_file ... target_dir
.Sh DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions bin/ls/ls.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: ls.1,v 1.37 2003/02/10 16:10:22 grant Exp $
.\" $NetBSD: ls.1,v 1.38 2003/02/25 10:34:39 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -378,7 +378,7 @@ The
utility exits 0 on success, and \*[Gt]0 if an error occurs.
.Sh ENVIRONMENT
The following environment variables affect the execution of
.Nm "" :
.Nm :
.Bl -tag -width BLOCKSIZE
.It Ev BLOCKSIZE
If the environment variable
Expand Down
4 changes: 2 additions & 2 deletions bin/mt/mt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: mt.1,v 1.31 2003/02/04 23:07:28 perry Exp $
.\" $NetBSD: mt.1,v 1.32 2003/02/25 10:34:39 wiz Exp $
.\"
.\" Copyright (c) 1981, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -209,7 +209,7 @@ Note that many tape drive vendors also define model-specific codes.
.El
.Sh ENVIRONMENT
If the following environment variables exist, they are used by
.Nm "" .
.Nm .
.Bl -tag -width Fl
.It Ev TAPE
.Nm
Expand Down
4 changes: 2 additions & 2 deletions bin/mv/mv.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: mv.1,v 1.22 2003/01/19 10:03:28 jdolecek Exp $
.\" $NetBSD: mv.1,v 1.23 2003/02/25 10:34:39 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -46,7 +46,7 @@
.Nm
.Op Fl fiv
.Ar source target
.Nm ""
.Nm
.Op Fl fiv
.Ar source ... directory
.Sh DESCRIPTION
Expand Down
12 changes: 6 additions & 6 deletions bin/pax/pax.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: pax.1,v 1.38 2002/12/28 21:15:25 wiz Exp $
.\" $NetBSD: pax.1,v 1.39 2003/02/25 10:34:40 wiz Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
.\" Copyright (c) 1992, 1993
Expand Down Expand Up @@ -44,7 +44,7 @@
.Nm pax
.Nd read and write file archives and copy directory hierarchies
.Sh SYNOPSIS
.Nm ""
.Nm
.Op Fl cdnvzO
.Bk -words
.Op Fl E Ar limit
Expand Down Expand Up @@ -78,7 +78,7 @@
.Ar ...\&
.Ek
.Op Ar pattern ...\&
.Nm ""
.Nm
.Fl r
.Op Fl cdiknuvzADOYZ
.Bk -words
Expand Down Expand Up @@ -121,7 +121,7 @@
.Ar ...\&
.Ek
.Op Ar pattern ...\&
.Nm ""
.Nm
.Fl w
.Op Fl dituvzAHLMOPX
.Bk -words
Expand Down Expand Up @@ -168,7 +168,7 @@
.Ar ...\&
.Ek
.Op Ar file ...\&
.Nm ""
.Nm
.Fl r
.Fl w
.Op Fl diklntuvzADHLMOPXYZ
Expand Down Expand Up @@ -675,7 +675,7 @@ are not selected and will be skipped.
Reset the access times of any file or directory read or accessed by
.Nm
to be the same as they were before being read or accessed by
.Nm "" ,
.Nm ,
if the user has the appropriate permissions required by
.Xr utime 3 .
.It Fl u
Expand Down
6 changes: 3 additions & 3 deletions bin/ps/ps.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: ps.1,v 1.57 2003/01/18 10:52:17 thorpej Exp $
.\" $NetBSD: ps.1,v 1.58 2003/02/25 10:34:40 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -40,7 +40,7 @@
.Nm ps
.Nd process status
.Sh SYNOPSIS
.Nm ""
.Nm
.Op Fl acCehjlmrsSTuvwx
.Bk -words
.Op Fl M Ar core
Expand All @@ -66,7 +66,7 @@
.Bk -words
.Op Fl W Ar swap
.Ek
.Nm ""
.Nm
.Op Fl L
.Sh DESCRIPTION
.Nm
Expand Down
8 changes: 4 additions & 4 deletions bin/rcp/rcp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: rcp.1,v 1.13 2002/09/25 15:18:42 wiz Exp $
.\" $NetBSD: rcp.1,v 1.14 2003/02/25 10:34:41 wiz Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -44,7 +44,7 @@
.Op Fl Kpx
.Op Fl k Ar realm
.Ar file1 file2
.Nm ""
.Nm
.Op Fl Kprx
.Op Fl k Ar realm
.Ar file ...
Expand Down Expand Up @@ -100,7 +100,7 @@ The
option turns on
.Tn DES
encryption for all data passed by
.Nm "" .
.Nm .
This may impact response time and
.Tn CPU
utilization, but provides
Expand Down Expand Up @@ -161,4 +161,4 @@ The destination user and hostname may have to be specified as
``rhost.rname'' when the destination machine is running the
.Bx 4.2
version of
.Nm "" .
.Nm .
8 changes: 4 additions & 4 deletions bin/sh/sh.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: sh.1,v 1.60 2003/02/12 19:00:08 wiz Exp $
.\" $NetBSD: sh.1,v 1.61 2003/02/25 10:34:41 wiz Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
Expand Down Expand Up @@ -42,7 +42,7 @@
.Nm sh
.Nd command interpreter (shell)
.Sh SYNOPSIS
.Nm ""
.Nm
.Bk -words
.Op Fl aCefnuvxIimqVEb
.Op Cm +aCefnuvxIimqVEb
Expand All @@ -54,7 +54,7 @@
.Bk -words
.Op Ar command_file Oo Ar argument ... Oc
.Ek
.Nm ""
.Nm
.Fl c
.Bk -words
.Op Fl aCefnuvxIimqVEb
Expand All @@ -68,7 +68,7 @@
.Ar command_string
.Op Ar command_name Oo Ar argument ... Oc
.Ek
.Nm ""
.Nm
.Fl s
.Bk -words
.Op Fl aCefnuvxIimqVEb
Expand Down
4 changes: 2 additions & 2 deletions bin/sync/sync.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: sync.8,v 1.12 2001/12/20 20:03:30 wiz Exp $
.\" $NetBSD: sync.8,v 1.13 2003/02/25 10:34:42 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -57,7 +57,7 @@ to shut down the system,
as they may perform additional actions
such as resynchronizing the hardware clock
and flushing internal caches before performing a final
.Nm "" .
.Nm .
.Pp
The
.Nm
Expand Down
4 changes: 2 additions & 2 deletions crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" $Heimdal: verify_krb5_conf.8,v 1.7 2002/08/20 17:07:28 joda Exp $
.\" $NetBSD: verify_krb5_conf.8,v 1.7 2003/01/02 12:58:56 wiz Exp $
.\" $NetBSD: verify_krb5_conf.8,v 1.8 2003/02/25 10:34:42 wiz Exp $
.\"
.Dd August 30, 2001
.Dt VERIFY_KRB5_CONF 8
Expand Down Expand Up @@ -49,7 +49,7 @@ versa, or just that
is confused.
.It <path>: unknown entry
Means that <string> is not known by
.Nm "" .
.Nm .
.El
.Sh SEE ALSO
.Xr krb5.conf 5
Expand Down
8 changes: 4 additions & 4 deletions dist/bind/man/named.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: named.8,v 1.13 2002/12/21 12:28:59 wiz Exp $
.\" $NetBSD: named.8,v 1.14 2003/02/25 10:34:43 wiz Exp $
.\"
.\" ++Copyright++ 1985, 1996
.\" -
Expand Down Expand Up @@ -96,7 +96,7 @@ flags.
.Pp
.Sy NOTE :
Several of
.Nm "" Ns 's
.Nm Ns 's
options, and much more of its behaviour, can be controlled in the configuration
file. Please refer to the configuration file guide included with this
.Sy BIND
Expand All @@ -116,7 +116,7 @@ is set to
.Sy NOTE :
The new debugging framework is considerably more sophisticated than it
was in older versions of
.Nm "" .
.Nm .
The configuration file's
.Dq Li logging
statement allows for multiple, distinct levels of debugging for each of
Expand All @@ -141,7 +141,7 @@ was supported; the first port was that used when contacting
servers, and the second one was the service port bound by the
.Em local
instance of
.Nm "" .
.Nm .
The current usage is equivalent to the old usage without the
.Ar localport#
specified; this functionality can be specified with the
Expand Down
1 change: 0 additions & 1 deletion dist/ntp/ntp-html2mdoc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ sub dehtmlchar {
dehtmlchar;
s/^\s+//;
s/\n+\s*/\n/g;
s/\n.Nm\n([,\.:]) /\n.Nm "" $1\n/g;
s/\n\.(Pa|%T) (.*)\n([,\.:]) /\n.$1 $2 $3\n/g;
s/\s+\n/\n/g;
s/\n$//;
Expand Down
4 changes: 2 additions & 2 deletions dist/pdisk/pdisk.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: pdisk.8,v 1.10 2003/02/18 16:20:37 soren Exp $
.\" $NetBSD: pdisk.8,v 1.11 2003/02/25 10:34:43 wiz Exp $
.Dd August 19, 2002
.Os
.Dt PDISK 8
Expand Down Expand Up @@ -79,7 +79,7 @@ from writing to the device.
.It Fl v
.It Fl -version
Prints the version number of
.Nm "" .
.Nm .
.El
.Ss Editing Partition Tables
An argument which is simply the name of a
Expand Down
6 changes: 3 additions & 3 deletions distrib/utils/more/more.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: more.1,v 1.6 2003/02/04 23:07:31 perry Exp $
.\" $NetBSD: more.1,v 1.7 2003/02/25 10:34:44 wiz Exp $
.\"
.\" Copyright (c) 1988, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -274,7 +274,7 @@ the first byte of the last line displayed on the screen.
.Ic ZZ
.Xc
Exits
.Nm "" .
.Nm .
.El
.Sh ENVIRONMENT
The
Expand All @@ -283,7 +283,7 @@ command uses the following environment variables, if they exist:
.Bl -tag -width Fl
.It Ev MORE
This variable may be set with favored options to
.Nm "" .
.Nm .
.It Ev EDITOR
Specify default editor.
.It Ev SHELL
Expand Down
Loading

0 comments on commit 0ea27b5

Please sign in to comment.