diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-02-15 19:36:25 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-02-15 19:36:25 +0000 |
commit | 82356b26567d9d1b7640c0625feb1e4e9e5b3d1f (patch) | |
tree | c8cb4fe0e6ffeaf13744a45ecb3ce474c0a42f01 /usr.sbin/dhcrelay | |
parent | 0b973898b3ff4c4acf158b476e906d786175dd23 (diff) |
Adopt the common verbiage other log.[ch] daemons use to describe '-d'.
Point out that dhcpd(8) -f is an alias for -d.
Diffstat (limited to 'usr.sbin/dhcrelay')
-rw-r--r-- | usr.sbin/dhcrelay/dhcrelay.8 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/dhcrelay/dhcrelay.8 b/usr.sbin/dhcrelay/dhcrelay.8 index 97c774b39e8..1b9a79b91c0 100644 --- a/usr.sbin/dhcrelay/dhcrelay.8 +++ b/usr.sbin/dhcrelay/dhcrelay.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcrelay.8,v 1.15 2016/12/16 18:38:39 rzalamena Exp $ +.\" $OpenBSD: dhcrelay.8,v 1.16 2017/02/15 19:36:24 krw Exp $ .\" .\" Copyright (c) 1997 The Internet Software Consortium. .\" All rights reserved. @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.Dd $Mdocdate: December 16 2016 $ +.Dd $Mdocdate: February 15 2017 $ .Dt DHCRELAY 8 .Os .Sh NAME @@ -94,12 +94,11 @@ relay agent information sub-option value that should append on relayed packets. If this option is not specified it will use the interface number by default. .It Fl d +Do not daemonize. +If this option is specified, .Nm -normally runs in the foreground until it has configured -an interface, and then reverts to running in the background. -This option forces -.Nm -to always run as a foreground process. +will run in the foreground and log to +.Em stderr . .It Fl i Ar interface The name of the network interface that .Nm |