diff options
author | 2020-12-05 18:44:35 +0000 | |
---|---|---|
committer | 2020-12-05 18:44:35 +0000 | |
commit | 7bb59feabb227b3303bc3461c85bbee904929e0c (patch) | |
tree | aebe6b5114b008c46854cb31edac033b6c12e074 /share/man | |
parent | Add support for the _EVT method to the GPIO support code. (diff) | |
download | wireguard-openbsd-7bb59feabb227b3303bc3461c85bbee904929e0c.tar.xz wireguard-openbsd-7bb59feabb227b3303bc3461c85bbee904929e0c.zip |
couple more article fixes;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/eoip.4 | 8 | ||||
-rw-r--r-- | share/man/man4/gre.4 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/eoip.4 b/share/man/man4/eoip.4 index c85df0750de..47508ec8385 100644 --- a/share/man/man4/eoip.4 +++ b/share/man/man4/eoip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eoip.4,v 1.5 2020/06/18 09:12:11 fcambus Exp $ +.\" $OpenBSD: eoip.4,v 1.6 2020/12/05 18:44:35 jmc 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: June 18 2020 $ +.Dd $Mdocdate: December 5 2020 $ .Dt EOIP 4 .Os .Sh NAME @@ -113,8 +113,8 @@ Get the routing table the tunnel traffic operates in. Set the Time-To-Live field in IPv4 encapsulation headers, or the Hop Limit field in IPv6 encapsulation headers. .It Dv SIOCGLIFPHYTTL Fa "struct ifreq *" -Get the value used in the Time-To-Live field in a IPv4 encapsulation -header or the Hop Limit field in a IPv6 encapsulation header. +Get the value used in the Time-To-Live field in an IPv4 encapsulation +header or the Hop Limit field in an IPv6 encapsulation header. .It Dv SIOCSLIFPHYDF Fa "struct ifreq *" Configure whether the tunnel traffic sent by the interface can be fragmented or not. diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index 13028fafdc5..51d75b7a590 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.79 2020/11/18 16:19:54 sthen Exp $ +.\" $OpenBSD: gre.4,v 1.80 2020/12/05 18:44:35 jmc 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: November 18 2020 $ +.Dd $Mdocdate: December 5 2020 $ .Dt GRE 4 .Os .Sh NAME @@ -273,8 +273,8 @@ and interfaces configured with a TTL of -1 will copy the TTL in and out of the encapsulated protocol headers. .It Dv SIOCGLIFPHYTTL Fa "struct ifreq *" -Get the value used in the Time-To-Live field in a IPv4 encapsulation -header or the Hop Limit field in a IPv6 encapsulation header. +Get the value used in the Time-To-Live field in an IPv4 encapsulation +header or the Hop Limit field in an IPv6 encapsulation header. .It Dv SIOCSLIFPHYDF Fa "struct ifreq *" Configure whether the tunnel traffic sent by the interface can be fragmented or not. |