summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2011-07-05 05:06:25 +0000
committerclaudio <claudio@openbsd.org>2011-07-05 05:06:25 +0000
commit397d19ee527db70b19d990dbf1587fd5458fd03f (patch)
tree86278b185e821cc15fff221c64aebaaabf2d94e5
parenttweak previous; (diff)
downloadwireguard-openbsd-397d19ee527db70b19d990dbf1587fd5458fd03f.tar.xz
wireguard-openbsd-397d19ee527db70b19d990dbf1587fd5458fd03f.zip
Flip one .Fl interface to .Fl iface since iface is used everywhere else
even though -interface is the same as -iface. OK jmc@
-rw-r--r--sbin/route/route.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8
index 0bbcfe3b1a9..057fd25dbd1 100644
--- a/sbin/route/route.8
+++ b/sbin/route/route.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: route.8,v 1.66 2010/09/21 14:46:40 jmc Exp $
+.\" $OpenBSD: route.8,v 1.67 2011/07/05 05:06:25 claudio Exp $
.\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)route.8 8.3 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: September 21 2010 $
+.Dd $Mdocdate: July 5 2011 $
.Dt ROUTE 8
.Os
.Sh NAME
@@ -271,7 +271,7 @@ or alternately
If the destination is directly reachable
via an interface requiring
no intermediary system to act as a gateway, the
-.Fl interface
+.Fl iface
modifier should be specified;
the gateway given is the address of this host on the common network,
indicating the interface to be used for transmission.