diff options
author | 2010-10-11 13:47:20 +0000 | |
---|---|---|
committer | 2010-10-11 13:47:20 +0000 | |
commit | 8ff129db68c5899f6beb9c7ac80b5e9ed9632db8 (patch) | |
tree | 5f9ac18a184a0a3174781f9e764a31864fccaca5 | |
parent | Do similar changes to netstat as done to route(8). Try to show the (diff) | |
download | wireguard-openbsd-8ff129db68c5899f6beb9c7ac80b5e9ed9632db8.tar.xz wireguard-openbsd-8ff129db68c5899f6beb9c7ac80b5e9ed9632db8.zip |
typo, s/10.1.2.3/10.2.3.4/, from jy-p
-rw-r--r-- | usr.sbin/ikectl/ikectl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ikectl/ikectl.8 b/usr.sbin/ikectl/ikectl.8 index bfb249c69f5..fe92c7f4dd7 100644 --- a/usr.sbin/ikectl/ikectl.8 +++ b/usr.sbin/ikectl/ikectl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ikectl.8,v 1.15 2010/10/08 11:51:56 jsg Exp $ +.\" $OpenBSD: ikectl.8,v 1.16 2010/10/11 13:47:20 sthen Exp $ .\" $vantronix: ikectl.8,v 1.11 2010/06/03 15:55:51 reyk Exp $ .\" .\" Copyright (c) 2007, 2008, 2009, 2010 Reyk Floeter <reyk@vantronix.net> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 8 2010 $ +.Dd $Mdocdate: October 11 2010 $ .Dt IKECTL 8 .Os .Sh NAME @@ -303,7 +303,7 @@ command to create tarballs that include the required files: .Ed .Pp These commands will produce two tarballs -.Em 10.1.2.3.tgz +.Em 10.2.3.4.tgz and .Em 10.4.5.6.tgz . Copy these tarballs over to the appropriate peers and extract them |