summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-06-08 14:06:45 +0000
committercharnier <charnier@FreeBSD.org>2003-06-08 14:06:45 +0000
commit9f740d6ffa7fa6474861ee0512fb2d6110e16f11 (patch)
tree44321bc81508e15d72b9ef671c9205d1babdd93e
parent7260381488b47ec11bad652b3743051f526050dd (diff)
downloadFreeBSD-src-9f740d6ffa7fa6474861ee0512fb2d6110e16f11.zip
FreeBSD-src-9f740d6ffa7fa6474861ee0512fb2d6110e16f11.tar.gz
The .Xr utility
-rw-r--r--usr.sbin/IPXrouted/IPXrouted.85
-rw-r--r--usr.sbin/inetd/inetd.810
-rw-r--r--usr.sbin/pkg_install/sign/pkg_sign.13
3 files changed, 11 insertions, 7 deletions
diff --git a/usr.sbin/IPXrouted/IPXrouted.8 b/usr.sbin/IPXrouted/IPXrouted.8
index 61605ac..117a4ab 100644
--- a/usr.sbin/IPXrouted/IPXrouted.8
+++ b/usr.sbin/IPXrouted/IPXrouted.8
@@ -171,8 +171,9 @@ When an update is applied,
records the change in its internal tables and generates a
.Em response
packet to all directly connected hosts and networks.
-.Xr Routed 8
-waits a short period
+The
+.Xr routed 8
+utility waits a short period
of time (no more than 30 seconds) before modifying the kernel's
routing tables to allow possible unstable situations to settle.
.Pp
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 99d8db1..fd4f4a2 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -348,14 +348,16 @@ to check for new service requests to spawn new servers.
Datagram servers which process all incoming datagrams
on a socket and eventually time out are said to be
.Dq single-threaded .
-.Xr Comsat 8 ,
+The
+.Xr comsat 8 ,
.Pq Xr biff 1
and
.Xr talkd 8
-are both examples of the latter type of
+utilities are both examples of the latter type of
datagram server.
-.Xr Tftpd 8
-is an example of a multi-threaded datagram server.
+The
+.Xr tftpd 8
+utility is an example of a multi-threaded datagram server.
.Pp
Servers using stream sockets generally are multi-threaded and
use the
diff --git a/usr.sbin/pkg_install/sign/pkg_sign.1 b/usr.sbin/pkg_install/sign/pkg_sign.1
index 9a11794..e8af93d 100644
--- a/usr.sbin/pkg_install/sign/pkg_sign.1
+++ b/usr.sbin/pkg_install/sign/pkg_sign.1
@@ -155,8 +155,9 @@ The gzip file uses a very early version of package signing that was
substantially slower.
.El
.Sh BUGS
+The
.Xr pgp 1
-is an ill-designed program, which is hard to interface with.
+utility is an ill-designed program, which is hard to interface with.
For instance, the `separate signing scheme' it pretends to offer is
useless, as it can't be used with pipes, so that
.Nm pgp_sign
OpenPOWER on IntegriCloud