diff options
author | 2006-01-24 17:55:09 +0000 | |
---|---|---|
committer | 2006-01-24 17:55:09 +0000 | |
commit | ddd56decdd3c7e457f3ff59a63a7d3af8ceb73bb (patch) | |
tree | 91817ebfb2db1ec5fcca70c60b1719a451656ea6 | |
parent | Add missing break; in a switch case statement from r1.7 pread() changes. From (diff) | |
download | wireguard-openbsd-ddd56decdd3c7e457f3ff59a63a7d3af8ceb73bb.tar.xz wireguard-openbsd-ddd56decdd3c7e457f3ff59a63a7d3af8ceb73bb.zip |
add -r to synopsis, and tweak its description a little;
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index 400cb205807..35b839e79f4 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.15 2006/01/24 15:06:29 claudio Exp $ +.\" $OpenBSD: bgpd.8,v 1.16 2006/01/24 17:55:09 jmc Exp $ .\" .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> .\" @@ -28,6 +28,7 @@ .Fl D Ar macro Ns = Ns Ar value Oc .Xc .Op Fl f Ar file +.Op Fl r Ar path .Ek .Sh DESCRIPTION .Nm @@ -95,7 +96,7 @@ instead of the default Configtest mode. Only check the configuration file for validity. .It Fl r Ar path -Open a second, restricted control socket that +Open a second, restricted, control socket that .Xr bgpctl 8 can use. Only |