diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-18 08:44:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-18 08:44:10 +0000 |
commit | 6bf8818813199b04124889ed2c9a9f7471166115 (patch) | |
tree | d3328590abe43ff4154a75170cf2a0721ca94368 /usr.bin | |
parent | e593bfefe1f74a56690c4a81504293548dbd5ed7 (diff) |
ip address -> IP address;
rtadvd.conf(5): positve -> positive;
ok miod@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sup/src/supservers.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sup/src/supservers.8 b/usr.bin/sup/src/supservers.8 index c831584379a..cfe81f21a03 100644 --- a/usr.bin/sup/src/supservers.8 +++ b/usr.bin/sup/src/supservers.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: supservers.8,v 1.7 2001/05/02 22:56:54 millert Exp $ +.\" $OpenBSD: supservers.8,v 1.8 2003/03/18 08:44:09 jmc Exp $ .\" .\" Copyright (c) 1992 Carnegie Mellon University .\" All Rights Reserved. @@ -143,10 +143,10 @@ to increase (or decrease) this number. The -O lockdir switch is used to make .I supfilesrv -allow only one active connection at a time from any client ip address. +allow only one active connection at a time from any client IP address. This is accomplished by each serving process obtaining exclusive lock, and writing its process ID into a file in "lockdir" where the filename -is the dotted decimal ip address of the connecting host. Any +is the dotted decimal IP address of the connecting host. Any connections from a client where a lock can not be obtained on such a file will be rejected, limiting any client host to one connection at a time to this sup server. This is useful for preventing problems where |