From 96f8b080886d9b3c64b21b076fe5a955fdbcf0fe Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 17 Apr 1997 21:51:12 +0000 Subject: [PATCH] timeout is in minutes; msaitoh@spa.is.uec.ac.jp --- usr.sbin/bootpd/bootpd.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bootpd/bootpd.8 b/usr.sbin/bootpd/bootpd.8 index 6300aa1cf6d..ab7709f73c5 100644 --- a/usr.sbin/bootpd/bootpd.8 +++ b/usr.sbin/bootpd/bootpd.8 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /home/cvs/src/usr.sbin/bootpd/Attic/bootpd.8,v 1.2 1996/09/20 07:07:17 deraadt Exp $ +.\" $Header: /home/cvs/src/usr.sbin/bootpd/Attic/bootpd.8,v 1.3 1997/04/17 21:51:12 deraadt Exp $ .\" .TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University" .SH NAME @@ -114,7 +114,7 @@ or process will wait for a BOOTP packet before exiting. If no packets are recieved for .I timeout -seconds, then the program will exit. +minutes, then the program will exit. A timeout value of zero means "run forever". In standalone mode, this option is forced to zero. .TP -- 2.20.1