summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-03-12 10:01:06 +0000
committeruqs <uqs@FreeBSD.org>2010-03-12 10:01:06 +0000
commit8f141f1a1390adac9394a01f23c3e2f6882a2799 (patch)
tree19e97d3d146d965075d184a33b4998b1d300ee97 /usr.sbin
parent42b8493f26e9c0a4e1b13f014e35151d5be17487 (diff)
downloadFreeBSD-src-8f141f1a1390adac9394a01f23c3e2f6882a2799.zip
FreeBSD-src-8f141f1a1390adac9394a01f23c3e2f6882a2799.tar.gz
Fix several typos in macros or macro misusage.
Found by: make manlint Reviewed by: ru Approved by: philip (mentor)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/freebsd-update/freebsd-update.82
-rw-r--r--usr.sbin/pkg_install/updating/pkg_updating.19
-rw-r--r--usr.sbin/pmcannotate/pmcannotate.81
-rw-r--r--usr.sbin/uhsoctl/uhsoctl.16
4 files changed, 4 insertions, 14 deletions
diff --git a/usr.sbin/freebsd-update/freebsd-update.8 b/usr.sbin/freebsd-update/freebsd-update.8
index 9c8120f..1d684b0 100644
--- a/usr.sbin/freebsd-update/freebsd-update.8
+++ b/usr.sbin/freebsd-update/freebsd-update.8
@@ -149,7 +149,7 @@ other than 3AM, to avoid overly imposing an uneven load
on the server(s) hosting the updates.
.It
In spite of its name,
-.Cm
+.Nm
IDS should not be relied upon as an "Intrusion Detection
System", since if the system has been tampered with
it cannot be trusted to operate correctly.
diff --git a/usr.sbin/pkg_install/updating/pkg_updating.1 b/usr.sbin/pkg_install/updating/pkg_updating.1
index 0c35f9a..998b4c4 100644
--- a/usr.sbin/pkg_install/updating/pkg_updating.1
+++ b/usr.sbin/pkg_install/updating/pkg_updating.1
@@ -44,34 +44,25 @@ Defines a alternative location of the UPDATING
Print help message.
.El
.Sh EXAMPLES
-.Bl -tag -width indent
Shows all entries of all installed ports:
-.Pp
.Dl % pkg_updating
.Pp
Shows all entries of all installed ports since 2007-01-01:
-.Pp
.Dl % pkg_updating -d 20070101
.Pp
Shows all entries for all apache and mysql ports:
-.Pp
.Dl % pkg_updating apache mysql
.Pp
Shows all apache entries since 2006-01-01:
-.Pp
.Dl % pkg_updating -d 20060101 apache
.Pp
Defines that the UPDATING file is in /tmp and shows all entries of all
installed ports:
-.Pp
.Dl % pkg_updating -f /tmp/UPDATING
.Pp
Fetch UPDATING file from ftp mirror and show all entries of all
installed ports:
-.Pp
.Dl % pkg_updating -f ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/UPDATING
-.Pp
-.El
.Sh ENVIRONMENT
.Bl -tag -width PKG_DBDIR
.It Ev PKG_DBDIR
diff --git a/usr.sbin/pmcannotate/pmcannotate.8 b/usr.sbin/pmcannotate/pmcannotate.8
index 38a413a..adadae4 100644
--- a/usr.sbin/pmcannotate/pmcannotate.8
+++ b/usr.sbin/pmcannotate/pmcannotate.8
@@ -86,6 +86,7 @@ This directory specifies where
should look for the kernel and its modules.
The default is
.Pa /boot/kernel .
+.El
.Sh LIMITATIONS
As long as
.Nm
diff --git a/usr.sbin/uhsoctl/uhsoctl.1 b/usr.sbin/uhsoctl/uhsoctl.1
index 932cefa..e01c1a2 100644
--- a/usr.sbin/uhsoctl/uhsoctl.1
+++ b/usr.sbin/uhsoctl/uhsoctl.1
@@ -94,11 +94,9 @@ on interface
and use PIN
.Dq 1234
to enable the SIM card.
-
.Dl "uhsoctl -a apn.example.com -p 1234 uhso0"
-
-Disconnect from a previously established connection
-
+.Pp
+Disconnect from a previously established connection.
.Dl "uhsoctl -d uhso0"
.Sh SEE ALSO
.Xr uhso 4
OpenPOWER on IntegriCloud