summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2012-05-27 20:49:42 +0000
committerjmc <jmc@openbsd.org>2012-05-27 20:49:42 +0000
commit117de33daef643a031eec76f4c5a06d47eb4291c (patch)
treec526da5ab6e69818ae888b3c7830e7cc1289c991
parentAdd a `L2 cache line size' member to struct cpu_info. This allows R4k code to (diff)
downloadwireguard-openbsd-117de33daef643a031eec76f4c5a06d47eb4291c.tar.xz
wireguard-openbsd-117de33daef643a031eec76f4c5a06d47eb4291c.zip
tweak previous;
-rw-r--r--usr.sbin/bgpctl/bgpctl.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8
index f6a02a2a5f7..d2fe1e2dd57 100644
--- a/usr.sbin/bgpctl/bgpctl.8
+++ b/usr.sbin/bgpctl/bgpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpctl.8,v 1.58 2012/05/27 18:54:44 claudio Exp $
+.\" $OpenBSD: bgpctl.8,v 1.59 2012/05/27 20:49:42 jmc Exp $
.\"
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
.\"
@@ -121,10 +121,10 @@ It is possible to set various path attributes with additional
Remove the specified prefix from the list of announced networks.
.It Cm network flush
Remove all dynamically added prefixes from the list of announced networks.
-.It Cm network mrt file Ar file Ar filter
-Import networks from a MRT table dump for debuging purposes.
+.It Cm network mrt file Ar file filter
+Import networks from an MRT table dump for debugging purposes.
.Ar filter
-can be specified similar to the
+can be specified similarly to the
.Ar show mrt
command.
Only networks matching the filter will be imported.