diff options
author | 2004-12-16 08:13:13 +0000 | |
---|---|---|
committer | 2004-12-16 08:13:13 +0000 | |
commit | ede80e17072680bd8476236c286ed333308acf19 (patch) | |
tree | c89062b8f5382a3d16d65b97b6369bee7d80b1c7 | |
parent | Make sure ifp->if_baudrate is valid when the parent's statchg (diff) | |
download | wireguard-openbsd-ede80e17072680bd8476236c286ed333308acf19.tar.xz wireguard-openbsd-ede80e17072680bd8476236c286ed333308acf19.zip |
default wait time for dead server connection is 300 seconds, not 120.
ok millert@, henning@
-rw-r--r-- | usr.sbin/lpr/lpd/lpd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8 index 01d274e0ffb..b7fb7265721 100644 --- a/usr.sbin/lpr/lpd/lpd.8 +++ b/usr.sbin/lpr/lpd/lpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lpd.8,v 1.15 2003/06/12 12:59:51 jmc Exp $ +.\" $OpenBSD: lpd.8,v 1.16 2004/12/16 08:13:13 moritz Exp $ .\" $NetBSD: lpd.8,v 1.23 2002/02/08 01:38:50 ross Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -145,7 +145,7 @@ flag sets as the wait time (in seconds) for dead remote server detection. If no response is returned from a connected server within this period, the connection is closed and a message logged. -The default is 120 seconds. +The default is 300 seconds. .It Fl W The .Fl W |