diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2020-06-18 09:12:12 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2020-06-18 09:12:12 +0000 |
commit | 741b738bb1dbd306f84a31c68a416d1e1aa89677 (patch) | |
tree | d3beafd3734507bf1fa62bf6d09905202193ea49 /share/man/man4/gre.4 | |
parent | 9a086cb0d04d9f88c99197081c3862ab42fbf3a4 (diff) |
Fix a bunch of typos in various man pages.
Diffstat (limited to 'share/man/man4/gre.4')
-rw-r--r-- | share/man/man4/gre.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index e343003cfb5..18d98b62402 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.77 2020/04/02 18:03:14 jmc Exp $ +.\" $OpenBSD: gre.4,v 1.78 2020/06/18 09:12:11 fcambus Exp $ .\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $ .\" .\" Copyright 1998 (c) The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 2 2020 $ +.Dd $Mdocdate: June 18 2020 $ .Dt GRE 4 .Os .Sh NAME @@ -236,15 +236,15 @@ virtual network flow identifier is enabled. .Pp .Nm nvgre interfaces use the virtual network identifier in the 24-bit -Virtual Subnet Identifer (VSID) +Virtual Subnet Identifier (VSID) aka Tenant Network Identifier (TNI) field in of the GRE Key header. .It Dv SIOCGVNETID Fa "struct ifreq *" -Get the virtual network identifer used in the GRE Key header. +Get the virtual network identifier used in the GRE Key header. .It Dv SIOCDVNETID Fa "struct ifreq *" Disable the use of the virtual network identifier. -The virtual network identifer may only be disabled while the interface +The virtual network identifier may only be disabled while the interface is down. .Pp When the virtual network identifier is disabled on @@ -315,7 +315,7 @@ into a 24-bit virtual network identifier and an 8-bit flow identifier. .Pp The interface -must already be configured with a virtual network identifer before +must already be configured with a virtual network identifier before enabling flow identifiers in the GRE Key header. The configured virtual network identify must also fit into 24 bits. .It Dv SIOCDVNETFLOWID Fa "struct ifreq *" |