diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2003-06-08 14:06:45 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2003-06-08 14:06:45 +0000 |
| commit | 49f90486cea77303ff00f39d61a5547ab64328d5 (patch) | |
| tree | 44321bc81508e15d72b9ef671c9205d1babdd93e | |
| parent | f84e4bb732a0f2f26a824951832e741a8657e3d7 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/IPXrouted/IPXrouted.8 | 5 | ||||
| -rw-r--r-- | usr.sbin/inetd/inetd.8 | 10 | ||||
| -rw-r--r-- | usr.sbin/pkg_install/sign/pkg_sign.1 | 3 |
3 files changed, 11 insertions, 7 deletions
diff --git a/usr.sbin/IPXrouted/IPXrouted.8 b/usr.sbin/IPXrouted/IPXrouted.8 index 61605ac56765..117a4ab7c5aa 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 99d8db10f1cc..fd4f4a207650 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 9a117943d430..e8af93d442db 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 |
