diff options
author | 2010-05-28 13:23:43 +0000 | |
---|---|---|
committer | 2010-05-28 13:23:43 +0000 | |
commit | a11250acda4a66d69cd24984790a220346db154d (patch) | |
tree | 68758ae6bfa04b2288dad7a3557c4f8ff2fa3950 | |
parent | Send the IMSG_NEIGHBOR_UP msg when the neighbor is going into operational (diff) | |
download | wireguard-openbsd-a11250acda4a66d69cd24984790a220346db154d.tar.xz wireguard-openbsd-a11250acda4a66d69cd24984790a220346db154d.zip |
tweak previous;
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index a1238bb9a61..51acd4a5992 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.201 2010/05/28 12:20:06 claudio Exp $ +.\" $OpenBSD: ifconfig.8,v 1.202 2010/05/28 13:23:43 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -348,8 +348,8 @@ and 802.11g .Pq Dq 11g operating modes. .It Cm mpls -Enable Multiprotocol Label Switching (MPLS) on the interface. It will be -able to send and receive MPLS traffic. +Enable Multiprotocol Label Switching (MPLS) on the interface, +allowing it to send and receive MPLS traffic. .It Fl mpls Disable MPLS on the interface. .It Cm mtu Ar value |