diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-07 13:30:18 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-07 13:30:18 +0000 |
commit | d2e1fab1c1884d2b52a8d0ce7a62ca22b0612229 (patch) | |
tree | 717ea3c170726b6cc3cd52b5ce9d8c765a18e562 /usr.sbin/relayd/relayd.8 | |
parent | 0dd18a7d99ace8598386e9c2f2640b28fec15f9c (diff) |
add the -D option to define macros on the command line (as found in
bgpd(8), hostapd(8), ipsecctl(8), pfctl(8), ...).
Diffstat (limited to 'usr.sbin/relayd/relayd.8')
-rw-r--r-- | usr.sbin/relayd/relayd.8 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.sbin/relayd/relayd.8 b/usr.sbin/relayd/relayd.8 index 9988e416086..d708132debc 100644 --- a/usr.sbin/relayd/relayd.8 +++ b/usr.sbin/relayd/relayd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.8,v 1.5 2007/01/09 13:50:11 pyr Exp $ +.\" $OpenBSD: relayd.8,v 1.6 2007/02/07 13:30:17 reyk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -23,6 +23,9 @@ .Sh SYNOPSIS .Nm .Op Fl dnv +.Oo Xo +.Fl D Ar macro Ns = Ns Ar value Oc +.Xc .Op Fl f Ar file .Sh DESCRIPTION .Nm @@ -65,6 +68,15 @@ as showing the current status of each object. .Pp The options are as follows: .Bl -tag -width Ds +.It Fl D Ar macro Ns = Ns Ar value +Define +.Ar macro +to be set to +.Ar value +on the command line. +Overrides the definition of +.Ar macro +in the configuration file. .It Fl d Do not daemonize. If this option is specified, |