summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2004-05-24 08:45:52 +0000
committerclaudio <claudio@openbsd.org>2004-05-24 08:45:52 +0000
commit9b6106f29a0645421bf85c711b2dd3e5063fa6d9 (patch)
tree177f8193fb5cc477eda7e950b8093f8f2f06a690
parentuppercase `id'; (diff)
downloadwireguard-openbsd-9b6106f29a0645421bf85c711b2dd3e5063fa6d9.tar.xz
wireguard-openbsd-9b6106f29a0645421bf85c711b2dd3e5063fa6d9.zip
Fix copy paste error pointed out by jmc@
-rw-r--r--usr.sbin/bgpctl/bgpctl.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8
index 8663011b6c7..5705cfc1209 100644
--- a/usr.sbin/bgpctl/bgpctl.8
+++ b/usr.sbin/bgpctl/bgpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpctl.8,v 1.19 2004/05/23 23:05:30 jmc Exp $
+.\" $OpenBSD: bgpctl.8,v 1.20 2004/05/24 08:45:52 claudio Exp $
.\"
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
.\"
@@ -53,7 +53,7 @@ Add the specified prefix to the list of announced networks.
Remove the specified prefix from the list of announced networks.
.It Li network flush
Remove all dynamically added prefixes from the list of announced networks.
-.It Li network flush
+.It Li network show
Show all announced networks.
.It Li reload
Reload the configuration file.