summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 11:39:41 +0000
committerru <ru@FreeBSD.org>2000-11-20 11:39:41 +0000
commitbe1f850a8f4b96d39e564a129716f8b709eaf391 (patch)
tree8a89fb254852cf22c2fc47da7ecb516c42e7a87b
parent310d1292beb0595a580be9567908efd4fff625e3 (diff)
downloadFreeBSD-src-be1f850a8f4b96d39e564a129716f8b709eaf391.zip
FreeBSD-src-be1f850a8f4b96d39e564a129716f8b709eaf391.tar.gz
mdoc(7) police: use the new features of the Nm macro.
-rw-r--r--bin/cat/cat.12
-rw-r--r--bin/chmod/chmod.12
-rw-r--r--bin/cp/cp.14
-rw-r--r--bin/date/date.14
-rw-r--r--bin/dd/dd.14
-rw-r--r--bin/df/df.12
-rw-r--r--bin/domainname/domainname.12
-rw-r--r--bin/echo/echo.12
-rw-r--r--bin/ed/ed.16
-rw-r--r--bin/expr/expr.12
-rw-r--r--bin/hostname/hostname.12
-rw-r--r--bin/kill/kill.18
-rw-r--r--bin/ln/ln.14
-rw-r--r--bin/ls/ls.14
-rw-r--r--bin/mkdir/mkdir.12
-rw-r--r--bin/mv/mv.14
-rw-r--r--bin/pax/pax.110
-rw-r--r--bin/ps/ps.14
-rw-r--r--bin/pwd/pwd.12
-rw-r--r--bin/rcp/rcp.18
-rw-r--r--bin/rm/rm.14
-rw-r--r--bin/rmdir/rmdir.12
-rw-r--r--bin/stty/stty.12
-rw-r--r--bin/sync/sync.84
-rw-r--r--bin/test/test.112
25 files changed, 51 insertions, 51 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1
index f0e6b09..ee446ae 100644
--- a/bin/cat/cat.1
+++ b/bin/cat/cat.1
@@ -42,7 +42,7 @@
.Nm cat
.Nd concatenate and print files
.Sh SYNOPSIS
-.Nm cat
+.Nm
.Op Fl benstuv
.Op Ar
.Sh DESCRIPTION
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index 58d5f44..edcf3a4 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -42,7 +42,7 @@
.Nm chmod
.Nd change file modes
.Sh SYNOPSIS
-.Nm chmod
+.Nm
.Oo
.Fl f
.Fl R
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index 54e050a..5fa5116 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -42,7 +42,7 @@
.Nm cp
.Nd copy files
.Sh SYNOPSIS
-.Nm cp
+.Nm
.Oo
.Fl R
.Op Fl H | Fl L | Fl P
@@ -50,7 +50,7 @@
.Op Fl f | i
.Op Fl pv
.Ar source_file target_file
-.Nm cp
+.Nm
.Oo
.Fl R
.Op Fl H | Fl L | Fl P
diff --git a/bin/date/date.1 b/bin/date/date.1
index f473122..5904a3bc 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -42,7 +42,7 @@
.Nm date
.Nd display or set date and time
.Sh SYNOPSIS
-.Nm date
+.Nm
.Op Fl jnu
.Op Fl d Ar dst
.Op Fl r Ar seconds
@@ -315,7 +315,7 @@ sets the time to
without modifying the date.
.Sh ENVIRONMENT
The following environment variables affect the execution of
-.Nm Ns :
+.Nm :
.Bl -tag -width Ds
.It Ev TZ
The timezone to use when displaying dates.
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index 24149f4..f2a4a4a 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -42,7 +42,7 @@
.Nm dd
.Nd convert and copy a file
.Sh SYNOPSIS
-.Nm dd
+.Nm
.Op operands ...
.Sh DESCRIPTION
The
@@ -251,7 +251,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 Ns .
+.Nm .
The
.Cm notrunc
value is not supported for tapes.
diff --git a/bin/df/df.1 b/bin/df/df.1
index 9660183..7cf8f84 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -39,7 +39,7 @@
.Nm df
.Nd display free disk space
.Sh SYNOPSIS
-.Nm df
+.Nm
.Oo
.Fl b | h | H | k |
.Fl m | P
diff --git a/bin/domainname/domainname.1 b/bin/domainname/domainname.1
index 7829238..9254c76 100644
--- a/bin/domainname/domainname.1
+++ b/bin/domainname/domainname.1
@@ -39,7 +39,7 @@
.Nm domainname
.Nd set or print name of current YP/NIS domain
.Sh SYNOPSIS
-.Nm domainname
+.Nm
.Op Ar ypdomain
.Sh DESCRIPTION
.Nm Domainname
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index 0f43f99..a5a1674 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -42,7 +42,7 @@
.Nm echo
.Nd write arguments to the standard output
.Sh SYNOPSIS
-.Nm echo
+.Nm
.Op Fl n
.Op "string ..."
.Sh DESCRIPTION
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1
index 7f5e1f5..5d2567e 100644
--- a/bin/ed/ed.1
+++ b/bin/ed/ed.1
@@ -8,7 +8,7 @@
.Nm red
.Nd text editor
.Sh SYNOPSIS
-.Nm ed
+.Nm
.Op Fl
.Op Fl sx
.Op Fl p Ar string
@@ -35,7 +35,7 @@ Changes are made to this copy and not directly to
.Ar file
itself.
Upon quitting
-.Nm Ns ,
+.Nm ,
any changes not explicitly saved with a
.Em w
command are lost.
@@ -605,7 +605,7 @@ Unless a prompt was specified by with command-line option
the command prompt is by default turned off.
.It q
Quit
-.Nm Ns .
+.Nm .
.It Q
Quit
.Nm
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1
index 85a0c8e..defd8a4 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -37,7 +37,7 @@
.Nm expr
.Nd evaluate expression
.Sh SYNOPSIS
-.Nm expr
+.Nm
.Ar expression
.Sh DESCRIPTION
The
diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1
index ebadd2e..ed7f27c 100644
--- a/bin/hostname/hostname.1
+++ b/bin/hostname/hostname.1
@@ -39,7 +39,7 @@
.Nm hostname
.Nd set or print name of current host system
.Sh SYNOPSIS
-.Nm hostname
+.Nm
.Op Fl s
.Op Ar name-of-host
.Sh DESCRIPTION
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1
index 1a6d0f7..6e3a126 100644
--- a/bin/kill/kill.1
+++ b/bin/kill/kill.1
@@ -42,18 +42,18 @@
.Nm kill
.Nd terminate or signal a process
.Sh SYNOPSIS
-.Nm kill
+.Nm
.Op Fl s Ar signal_name
.Ar pid
\&...
-.Nm kill
+.Nm
.Fl l
.Op Ar exit_status
-.Nm kill
+.Nm
.Fl signal_name
.Ar pid
\&...
-.Nm kill
+.Nm
.Fl signal_number
.Ar pid
\&...
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 51d9892..6eb4f60 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -43,11 +43,11 @@
.Nm link
.Nd make links
.Sh SYNOPSIS
-.Nm ln
+.Nm
.Op Fl fisv
.Ar source_file
.Op target_file
-.Nm ln
+.Nm
.Op Fl fisv
.Ar source_file ...
.Op target_dir
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 29a303f..f0a05de 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -42,7 +42,7 @@
.Nm ls
.Nd list directory contents
.Sh SYNOPSIS
-.Nm ls
+.Nm
.Op Fl ABCFGHLPRTWabcdfgiklnoqrstu1
.Op Ar file ...
.Sh DESCRIPTION
@@ -364,7 +364,7 @@ The
utility exits 0 on success, and >0 if an error occurs.
.Sh ENVIRONMENT
The following environment variables affect the execution of
-.Nm Ns :
+.Nm :
.Bl -tag -width BLOCKSIZE
.It Ev BLOCKSIZE
If the environment variable
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index 759382e..54d9fac 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -42,7 +42,7 @@
.Nm mkdir
.Nd make directories
.Sh SYNOPSIS
-.Nm mkdir
+.Nm
.Op Fl pv
.Op Fl m Ar mode
.Ar directory_name ...
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 528eeaa..c76c69b 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -42,11 +42,11 @@
.Nm mv
.Nd move files
.Sh SYNOPSIS
-.Nm mv
+.Nm
.Op Fl f | Fl i
.Op Fl v
.Ar source target
-.Nm mv
+.Nm
.Op Fl f | Fl i
.Op Fl v
.Ar source ... directory
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index 43311b9..84f4081 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -43,7 +43,7 @@
.Nm pax
.Nd read and write file archives and copy directory hierarchies
.Sh SYNOPSIS
-.Nm pax
+.Nm
.Op Fl cdnv
.Bk -words
.Op Fl f Ar archive
@@ -69,7 +69,7 @@
.Ar ...
.Ek
.Op Ar pattern ...
-.Nm pax
+.Nm
.Fl r
.Op Fl cdiknuvDYZ
.Bk -words
@@ -105,7 +105,7 @@
.Ar ...
.Ek
.Op Ar pattern ...
-.Nm pax
+.Nm
.Fl w
.Op Fl dituvHLPX
.Bk -words
@@ -147,7 +147,7 @@
.Ar ...
.Ek
.Op Ar file ...
-.Nm pax
+.Nm
.Fl r
.Fl w
.Op Fl diklntuvDHLPXYZ
@@ -640,7 +640,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 Ns .
+.Nm .
.It Fl u
Ignore files that are older (having a less recent file modification time)
than a pre-existing file or archive member with the same name.
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 6e81ab1..b195746 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -39,7 +39,7 @@
.Nm ps
.Nd process status
.Sh SYNOPSIS
-.Nm ps
+.Nm
.Op Fl aCcefhjlmrSTuvwx
.Op Fl M Ar core
.Op Fl N Ar system
@@ -51,7 +51,7 @@
.Op , Ns Ar username Ns No ...
.Oc
.Op Fl W Ar swap
-.Nm ps
+.Nm
.Op Fl L
.Sh DESCRIPTION
.Nm Ps
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1
index 455f791..afbe03c 100644
--- a/bin/pwd/pwd.1
+++ b/bin/pwd/pwd.1
@@ -42,7 +42,7 @@
.Nm pwd
.Nd return working directory name
.Sh SYNOPSIS
-.Nm pwd
+.Nm
.Sh DESCRIPTION
.Nm Pwd
writes the absolute pathname of the current working directory to
diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1
index 14995e9..4f32bac 100644
--- a/bin/rcp/rcp.1
+++ b/bin/rcp/rcp.1
@@ -39,11 +39,11 @@
.Nm rcp
.Nd remote file copy
.Sh SYNOPSIS
-.Nm rcp
+.Nm
.Op Fl Kpx
.Op Fl k Ar realm
.Ar file1 file2
-.Nm rcp
+.Nm
.Op Fl Kprx
.Op Fl k Ar realm
.Ar file ...
@@ -93,7 +93,7 @@ the destination must be a directory.
Turn on
.Tn DES
encryption for all data passed by
-.Nm Ns .
+.Nm .
This may impact response time and
.Tn CPU
utilization, but provides
@@ -160,4 +160,4 @@ The destination user and hostname may have to be specified as
when the destination machine is running the
.Bx 4.2
version of
-.Nm Ns .
+.Nm .
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index a038392..d93a069 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -43,7 +43,7 @@
.Nm unlink
.Nd remove directory entries
.Sh SYNOPSIS
-.Nm rm
+.Nm
.Op Fl dfiPRrvW
.Ar file ...
.Nm unlink
@@ -195,7 +195,7 @@ command is almost
compatible, except that
.Tn POSIX
requires
-.Nm rm
+.Nm
to act like
.Xr rmdir 1
when the
diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1
index a6a2478..018b793 100644
--- a/bin/rmdir/rmdir.1
+++ b/bin/rmdir/rmdir.1
@@ -42,7 +42,7 @@
.Nm rmdir
.Nd remove directories
.Sh SYNOPSIS
-.Nm rmdir
+.Nm
.Op Fl p
.Ar directory ...
.Sh DESCRIPTION
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1
index 28f3e1d..7a4bed8 100644
--- a/bin/stty/stty.1
+++ b/bin/stty/stty.1
@@ -42,7 +42,7 @@
.Nm stty
.Nd set the options for a terminal device interface
.Sh SYNOPSIS
-.Nm stty
+.Nm
.Op Fl a | Fl e | Fl g
.Op Fl f Ar file
.Op operands
diff --git a/bin/sync/sync.8 b/bin/sync/sync.8
index ea45b3d..896b763 100644
--- a/bin/sync/sync.8
+++ b/bin/sync/sync.8
@@ -39,7 +39,7 @@
.Nm sync
.Nd force completion of pending disk writes (flush cache)
.Sh SYNOPSIS
-.Nm sync
+.Nm
.Sh DESCRIPTION
.Nm Sync
can be called to insure that all disk writes have been completed before the
@@ -55,7 +55,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 Ns .
+.Nm .
.Pp
.Nm Sync
utilizes the
diff --git a/bin/test/test.1 b/bin/test/test.1
index d959942..fde8434 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -43,13 +43,13 @@
.Nm \&[
.Nd condition evaluation utility
.Sh SYNOPSIS
-.Nm test
+.Nm
.Ar expression
.Nm \&[
.Ar expression Cm ]
.Sh DESCRIPTION
The
-.Nm test
+.Nm
utility evaluates the expression and, if it evaluates
to true, returns a zero (true) exit status; otherwise
it returns 1 (false).
@@ -57,7 +57,7 @@ If there is no expression, test also
returns 1 (false).
.Pp
All operators and flags are separate arguments to the
-.Nm test
+.Nm
utility.
.Pp
The following primaries are used to construct expression:
@@ -288,7 +288,7 @@ operator has higher precedence than the
operator.
.Sh GRAMMAR AMBIGUITY
The
-.Nm test
+.Nm
grammar is inherently ambiguous. In order to assure a degree of consistency,
the cases described in the
.St -p1003.2 ,
@@ -298,7 +298,7 @@ standards document. All other cases are subject to the ambiguity in the
command semantics.
.Sh RETURN VALUES
The
-.Nm test
+.Nm
utility exits with one of the following values:
.Bl -tag -width Ds
.It 0
@@ -314,7 +314,7 @@ An error occurred.
.Xr sh 1
.Sh STANDARDS
The
-.Nm test
+.Nm
utility implements a superset of the
.St -p1003.2
specification.
OpenPOWER on IntegriCloud