diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-23 12:17:34 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-23 12:17:34 +0000 |
commit | 38aa2abaa1363bbeb858039b73816751e24a5440 (patch) | |
tree | 30dc7329d448b4b463fbadd43c2b9e7d2363dffb | |
parent | 48d8fa3bf28790895f693f59d71f958fc9645389 (diff) |
jmc says -D before -d
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index e10464b4aef..5e86769c973 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.2 2003/12/22 15:07:05 henning Exp $ +.\" $OpenBSD: bgpd.8,v 1.3 2003/12/23 12:17:33 henning Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" @@ -34,8 +34,6 @@ daemon implements the Border Gateway Protocol version 4 as described in RFC 1771. The options are as follows: .Bl -tag -width Ds -.It Fl d -Do not daemonize and log to stderr. .It Fl D Ar macro=value Define .Ar macro @@ -45,6 +43,8 @@ on the command line. Overrides the definition of .Ar macro in the configuration file. +.It Fl d +Do not daemonize and log to stderr. .It Fl f Ar file Specify an alternate location, .Ar file , |