summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-07 19:57:16 +0000
committerru <ru@FreeBSD.org>2004-07-07 19:57:16 +0000
commit9f45c1d92e08ca0df8a3120536812394d23d746a (patch)
tree5be3daa298d2ca42efb7a9f88eff43492e0bfd56 /usr.sbin
parenta61052b4e84c4a944ab87da5111af6a18d5a0c6e (diff)
downloadFreeBSD-src-9f45c1d92e08ca0df8a3120536812394d23d746a.zip
FreeBSD-src-9f45c1d92e08ca0df8a3120536812394d23d746a.tar.gz
mdoc(7) fixes.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/boot0cfg/boot0cfg.82
-rw-r--r--usr.sbin/daemon/daemon.86
-rw-r--r--usr.sbin/traceroute6/traceroute6.822
-rw-r--r--usr.sbin/watchdogd/watchdog.82
4 files changed, 18 insertions, 14 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8
index ff21a85..d545608 100644
--- a/usr.sbin/boot0cfg/boot0cfg.8
+++ b/usr.sbin/boot0cfg/boot0cfg.8
@@ -83,7 +83,7 @@ Specify which
.Sq boot0
image to use.
The default is
-.Pa /boot/boot0
+.Pa /boot/boot0
which will use the video card as output, alternatively
.Pa /boot/boot0sio
can be used for output to the COM1 port.
diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8
index 23702db..a1048fd 100644
--- a/usr.sbin/daemon/daemon.8
+++ b/usr.sbin/daemon/daemon.8
@@ -52,7 +52,7 @@ Change the current working directory to the root
Redirect standard input, standard output and standard error to
.Pa /dev/null .
.It Fl p Ar file
-Write the id of the created process into the
+Write the ID of the created process into the
.Ar file .
Note, that the file will be created shortly before the process is
actually executed, and will remain after the process exits (although
@@ -63,7 +63,9 @@ The
.Nm
utility exits 1 if an error is returned by the
.Xr daemon 3
-library routine, 2 if the pid-file is requested, but can not be opened,
+library routine, 2 if the
+.Ar pidfile
+is requested, but cannot be opened,
otherwise 0.
If the command cannot be executed, an error message is displayed on
standard error unless the
diff --git a/usr.sbin/traceroute6/traceroute6.8 b/usr.sbin/traceroute6/traceroute6.8
index 99d8448..04c800d 100644
--- a/usr.sbin/traceroute6/traceroute6.8
+++ b/usr.sbin/traceroute6/traceroute6.8
@@ -69,17 +69,18 @@
.Ek
.\"
.Sh DESCRIPTION
+The
.Nm
+utility
uses the IPv6 protocol hop limit field to elicit an ICMPv6 TIME_EXCEEDED
response from each gateway along the path to some host.
.Pp
The only mandatory parameter is the destination host name or IPv6 address.
The default probe datagram carries 12 bytes of payload,
in addition to the IPv6 header.
-The size of the payload can be specified by giving a length
-.Po in bytes
-.Pc
-after the destination host name.
+The size of the payload can be specified by giving a length
+(in bytes)
+after the destination host name.
.Pp
Other options are:
.Bl -tag -width Ds
@@ -123,21 +124,20 @@ Be verbose.
Specify the delay time between probes.
.El
.Pp
-This program prints the route to the given destination and the round-trip
+This program prints the route to the given destination and the round-trip
time to each gateway, in the same manner as traceroute.
.Pp
Here is a list of possible annotations after the round-trip time for each gateway:
-.Pp
.Bl -hang -offset indent
-.It !N
+.It !N
Destination Unreachable - No Route to Host.
-.It !P
+.It !P
Destination Unreachable - Administratively Prohibited.
-.It !S
+.It !S
Destination Unreachable - Not a Neighbour.
-.It !A
+.It !A
Destination Unreachable - Address Unreachable.
-.It !
+.It !\&
This is printed if the hop limit is <= 1 on a port unreachable message.
This means that the packet got to the destination,
but that the reply had a hop limit that was just large enough to
diff --git a/usr.sbin/watchdogd/watchdog.8 b/usr.sbin/watchdogd/watchdog.8
index f305b1f..7813947 100644
--- a/usr.sbin/watchdogd/watchdog.8
+++ b/usr.sbin/watchdogd/watchdog.8
@@ -42,10 +42,12 @@ utility can be used to control the kernel's watchdog facility.
.Pp
The
.Fl d
+option
enables debugging.
.Pp
The
.Fl t Ar timeout
+option
specifies the desired timeout period in seconds, a value of
zero will disable the watchdog.
.Sh SEE ALSO
OpenPOWER on IntegriCloud