summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-28 17:38:53 +0000
committerru <ru@FreeBSD.org>2001-02-28 17:38:53 +0000
commitf4325cbb8be5678f80d062f6b978366e9dcaa1e4 (patch)
treee31c6e8990ba85351f1ed4d140cfcf2804f9ab1a /share
parent15e59884c93adf7c0d22cbaca565934c6eda53a9 (diff)
downloadFreeBSD-src-f4325cbb8be5678f80d062f6b978366e9dcaa1e4.zip
FreeBSD-src-f4325cbb8be5678f80d062f6b978366e9dcaa1e4.tar.gz
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/da.44
-rw-r--r--share/man/man4/ddb.414
-rw-r--r--share/man/man4/netgraph.42
-rw-r--r--share/man/man4/ng_ksocket.48
-rw-r--r--share/man/man4/pt.42
-rw-r--r--share/man/man4/yp.44
-rw-r--r--share/man/man5/rc.conf.52
-rw-r--r--share/man/man8/yp.84
8 files changed, 20 insertions, 20 deletions
diff --git a/share/man/man4/da.4 b/share/man/man4/da.4
index 7ad4ddb..0f670f0 100644
--- a/share/man/man4/da.4
+++ b/share/man/man4/da.4
@@ -251,7 +251,7 @@ block mode
.Tn SCSI
disk unit
.Ar u ,
-.No Ar n Ns th
+.Ar n Ns th
slice, partition
.Ar p
.Sm off
@@ -267,7 +267,7 @@ raw mode
.Tn SCSI
disk unit
.Ar u ,
-.No Ar n Ns th
+.Ar n Ns th
slice, partition
.Ar p
.El
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 432b279..820484d 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -191,7 +191,7 @@ except that the last start address subtracted by the size displayed by it
is used as the start address.
.It Cm print Ns Op Cm /acdoruxz
Print
-.No Ar addr Ns s
+.Ar addr Ns s
according to the modifier character (as described above for
.Li examine ) .
Valid formats are:
@@ -218,7 +218,7 @@ ecx = yyyyyy
.Ed
.It Xo
.Cm write Ns Op Cm /bhl
-.No Ar addr Ar expr1 Op Ar "expr2 ..."
+.Ar addr Ar expr1 Op Ar "expr2 ..."
.Xc
Write the expressions specified after
.Ar addr
@@ -239,7 +239,7 @@ things may happen.
It's best to enclose each expression in parentheses.
.It Xo
.Cm set
-.No Li \&$ Ns Ar variable
+.Li \&$ Ns Ar variable
.Op Li =
.Ar expr
.Xc
@@ -326,7 +326,7 @@ modifier is specified, print the call nesting depth and the
cumulative instruction count at each call or return. Otherwise,
only print when the matching return is hit.
.It Xo
-.No Cm trace Ns Op Cm /u
+.Cm trace Ns Op Cm /u
.Op Ar frame
.Op , Ns Ar count
.Xc
@@ -346,7 +346,7 @@ is omitted, all frames are printed.
User space stack trace is valid
only if the machine dependent code supports it.
.It Xo
-.No Cm search Ns Op Cm /bhl
+.Cm search Ns Op Cm /bhl
.Ar addr
.Ar value
.Op Ar mask
@@ -405,7 +405,7 @@ complete object is printed.
Displays all watchpoints.
.It Xo
.Cm watch
-.No Ar addr Ns Li \&, Ns Ar size
+.Ar addr Ns Li \&, Ns Ar size
.Xc
Set a watchpoint for a region. Execution stops
when an attempt to modify the region occurs.
@@ -433,7 +433,7 @@ abbreviations.
.El
.Sh VARIABLES
The debugger accesses registers and variables as
-.No Li \&$ Ns Em name .
+.Li \&$ Ns Em name .
Register names are as in the
.Dq Cm show registers
command.
diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4
index 5f773a4..28e0af8 100644
--- a/share/man/man4/netgraph.4
+++ b/share/man/man4/netgraph.4
@@ -1001,7 +1001,7 @@ This message converts a binary control message to its
form.
The entire control message to be converted is contained within the
arguments field of the
-.Dv Dv NGM_BINARY2ASCII
+.Dv NGM_BINARY2ASCII
message itself. If successful, the reply will contain the same control
message in
.Tn ASCII
diff --git a/share/man/man4/ng_ksocket.4 b/share/man/man4/ng_ksocket.4
index 17f7f02..04583be 100644
--- a/share/man/man4/ng_ksocket.4
+++ b/share/man/man4/ng_ksocket.4
@@ -69,12 +69,12 @@ associated socket is closed.
.Sh HOOKS
This node type supports a single hook connection at a time.
The name of the hook must be of the form
-.Dv Em <family>/<type>/<proto> ,
+.Em <family>/<type>/<proto> ,
where the
-.Dv Em family ,
-.Dv Em type ,
+.Em family ,
+.Em type ,
and
-.Dv Em proto
+.Em proto
are the decimal equivalent of the same arguments to
.Xr socket 2 .
Alternately, aliases for the commonly used values are accepted as
diff --git a/share/man/man4/pt.4 b/share/man/man4/pt.4
index 32edfcb..ab3a7b2 100644
--- a/share/man/man4/pt.4
+++ b/share/man/man4/pt.4
@@ -79,7 +79,7 @@ driver read and write timeouts. The value should be in seconds.
.Bl -tag -width /dev/ptQQQ -compact
.It Pa /dev/pt Ns Ar N
the
-.No Ar N Ns th processor device.
+.Ar N Ns th processor device.
.El
.Sh SEE ALSO
.Xr scsi 4
diff --git a/share/man/man4/yp.4 b/share/man/man4/yp.4
index e33c0f8..ed386b8 100644
--- a/share/man/man4/yp.4
+++ b/share/man/man4/yp.4
@@ -93,9 +93,9 @@ The canonical copies of all
.Tn NIS
information are stored on a single machine
called the
-.Em Tn NIS master server .
+.Tn NIS Em master server .
The databases used to store the information are called
-.Em Tn NIS maps .
+.Tn NIS Em maps .
In
.Fx ,
these maps are stored in
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index bf9ba9d..76ec46a 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -1113,7 +1113,7 @@ and
daemons. This variable is only applicable if
.So
.No atm_arpserver_ Ns Va <netif>
-.No Ns = Ns Qq local
+.No = Ns Qq local
.Sc
is defined.
.It Ar atm_pvcs
diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8
index e33c0f8..ed386b8 100644
--- a/share/man/man8/yp.8
+++ b/share/man/man8/yp.8
@@ -93,9 +93,9 @@ The canonical copies of all
.Tn NIS
information are stored on a single machine
called the
-.Em Tn NIS master server .
+.Tn NIS Em master server .
The databases used to store the information are called
-.Em Tn NIS maps .
+.Tn NIS Em maps .
In
.Fx ,
these maps are stored in
OpenPOWER on IntegriCloud