summaryrefslogtreecommitdiffstats
path: root/usr.sbin
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 /usr.sbin
parent15e59884c93adf7c0d22cbaca565934c6eda53a9 (diff)
downloadFreeBSD-src-f4325cbb8be5678f80d062f6b978366e9dcaa1e4.zip
FreeBSD-src-f4325cbb8be5678f80d062f6b978366e9dcaa1e4.tar.gz
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/inetd/inetd.84
-rw-r--r--usr.sbin/pkg_install/add/pkg_add.18
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.14
-rw-r--r--usr.sbin/pkg_install/delete/pkg_delete.18
-rw-r--r--usr.sbin/ppp/ppp.82
-rw-r--r--usr.sbin/ppp/ppp.8.m42
-rw-r--r--usr.sbin/sicontrol/sicontrol.82
-rw-r--r--usr.sbin/vidcontrol/vidcontrol.12
-rw-r--r--usr.sbin/vnconfig/vnconfig.86
9 files changed, 19 insertions, 19 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 264da2df..0bee405 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -163,7 +163,7 @@ server program arguments
.Ed
.Pp
To specify an
-.No Tn "ONC RPC" Ns -based
+.Tn "ONC RPC" Ns -based
service, the entry would contain these fields:
.Pp
.Bd -unfilled -offset indent -compact
@@ -209,7 +209,7 @@ should
be the official name of the service (that is, the first entry in
.Pa /etc/services ) .
When used to specify an
-.No Tn "ONC RPC" Ns -based
+.Tn "ONC RPC" Ns -based
service, this field is a valid RPC service name in
the file
.Pa /etc/rpc .
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1
index 9d1cac1..426eadb 100644
--- a/usr.sbin/pkg_install/add/pkg_add.1
+++ b/usr.sbin/pkg_install/add/pkg_add.1
@@ -274,9 +274,9 @@ The
.Ar PRE-INSTALL
keyword will not appear if separate scripts for pre-install and post-install
are given during package creation time (using the
-.Cm Fl i
+.Fl i
and
-.Cm Fl I
+.Fl I
flags to
.Xr pkg_create 1 ) .
.It
@@ -331,9 +331,9 @@ The
.Ar POST-INSTALL
keyword will not appear if separate scripts for pre-install and post-install
are given during package creation time (using the
-.Cm Fl i
+.Fl i
and
-.Cm Fl I
+.Fl I
flags to
.Xr pkg_create 1 ) .
.Pp
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index 3e69527..8a89ac7 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -122,7 +122,7 @@ first argument.
.Pp
.Sy Note :
if the
-.Cm Fl I
+.Fl I
option is not given, this script will serve as both the pre-install and the
post-install script for the package, differentiating between the
functionality by passing the keywords
@@ -163,7 +163,7 @@ name as the first argument.
.Pp
.Sy Note :
if the
-.Cm Fl K
+.Fl K
option is not given, this script will serve as both the de-install and the
post-deinstall script for the package, differentiating between the
functionality by passing the keywords
diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1
index 55350bf..2657d61 100644
--- a/usr.sbin/pkg_install/delete/pkg_delete.1
+++ b/usr.sbin/pkg_install/delete/pkg_delete.1
@@ -184,9 +184,9 @@ The
.Ar DEINSTALL
keyword will not appear if separate scripts for deinstall and post-deinstall
are given during package creation time (using the
-.Cm Fl k
+.Fl k
and
-.Cm Fl K
+.Fl K
flags to
.Xr pkg_create 1 ) .
.Pp
@@ -218,9 +218,9 @@ The
.Ar POST-DEINSTALL
keyword will not appear if separate scripts for deinstall and post-deinstall
are given during package creation time (using the
-.Cm Fl k
+.Fl k
and
-.Cm Fl K
+.Fl K
flags to
.Xr pkg_create 1 ) .
.Pp
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 7bf2679..db9ee68 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -3868,7 +3868,7 @@ Received identification packets are logged to the LCP log (see
.Ic set log
for details) and are never responded to.
.It set Ns Xo
-.No Op up
+.Op up
.Ar var value
.Xc
This option allows the setting of any of the following variables:
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 7bf2679..db9ee68 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -3868,7 +3868,7 @@ Received identification packets are logged to the LCP log (see
.Ic set log
for details) and are never responded to.
.It set Ns Xo
-.No Op up
+.Op up
.Ar var value
.Xc
This option allows the setting of any of the following variables:
diff --git a/usr.sbin/sicontrol/sicontrol.8 b/usr.sbin/sicontrol/sicontrol.8
index 36b1e62..fc183a5 100644
--- a/usr.sbin/sicontrol/sicontrol.8
+++ b/usr.sbin/sicontrol/sicontrol.8
@@ -9,7 +9,7 @@
.Sh SYNOPSIS
.Nm
device
-.Ar command Op Cm Ar param ...
+.Ar command Op Ar param ...
.Sh DESCRIPTION
.Nm Sicontrol
is used to configure and monitor the SI/XIO device driver.
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1
index e656213..c950021 100644
--- a/usr.sbin/vidcontrol/vidcontrol.1
+++ b/usr.sbin/vidcontrol/vidcontrol.1
@@ -204,7 +204,7 @@ If the required size of font has not been loaded to the kernel,
will fail if the user attempts to set a new video mode.
.Pp
.Bl -column "25 line modes" "8x16 (VGA), 8x14 (EGA)" -compact
-.Li Sy Modes Ta Sy Font size
+.Sy Modes Ta Sy Font size
.Li 25 line modes Ta 8x16 (VGA), 8x14 (EGA)
.Li 30 line modes Ta 8x16
.Li 43 line modes Ta 8x8
diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8
index bb46fed..201abf7 100644
--- a/usr.sbin/vnconfig/vnconfig.8
+++ b/usr.sbin/vnconfig/vnconfig.8
@@ -189,17 +189,17 @@ option:
Swapping is enabled on the special file.
See
.Xr swapon 2 .
-.It Dv Pf mountro= Pa mount_point
+.It Dv mountro Ns = Ns Pa mount_point
The special file is mounted read-only on
.Ar mount_point .
See
.Xr mount 2 .
-.It Dv Pf mountrw= Pa mount_point
+.It Dv mountrw Ns = Ns Pa mount_point
The special file is mounted read-write on
.Ar mount_point .
See
.Xr mount 2 .
-.It Dv Pf mount= Pa mount_point
+.It Dv mount Ns = Ns Pa mount_point
Same as ``mountrw=''.
.El
.Pp
OpenPOWER on IntegriCloud