diff options
author | 2018-02-07 07:06:53 +0000 | |
---|---|---|
committer | 2018-02-07 07:06:53 +0000 | |
commit | cfc00ec40555525383985cd6bed919e2409ebd05 (patch) | |
tree | 560c765533cd0d4709f0adc645052099f6344773 | |
parent | shorten the output for gre keys. (diff) | |
download | wireguard-openbsd-cfc00ec40555525383985cd6bed919e2409ebd05.tar.xz wireguard-openbsd-cfc00ec40555525383985cd6bed919e2409ebd05.zip |
tweak previous;
-rw-r--r-- | share/man/man4/gre.4 | 7 | ||||
-rw-r--r-- | share/man/man4/mobileip.4 | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index ffa4a017dcf..1ec86d170a0 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.50 2018/02/07 01:09:57 dlg Exp $ +.\" $OpenBSD: gre.4,v 1.51 2018/02/07 07:06:53 jmc Exp $ .\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $ .\" .\" Copyright 1998 (c) The NetBSD Foundation, Inc. @@ -42,10 +42,7 @@ The driver allows tunnel construction using the GRE (RFC 1701) encapsulation protocol. .Pp -.Tn GRE -and -.Tn WCCPv1 -are enabled with the following +GRE and WCCPv1 are enabled with the following .Xr sysctl 2 variables respectively in .Pa /etc/sysctl.conf : diff --git a/share/man/man4/mobileip.4 b/share/man/man4/mobileip.4 index 386dd038930..da2f10e2566 100644 --- a/share/man/man4/mobileip.4 +++ b/share/man/man4/mobileip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mobileip.4,v 1.1 2018/02/07 01:09:57 dlg Exp $ +.\" $OpenBSD: mobileip.4,v 1.2 2018/02/07 07:06:53 jmc Exp $ .\" .\" Copyright (c) 2018 David Gwynne <dlg@openbsd.org> .\" @@ -16,6 +16,7 @@ .\" .Dd $Mdocdate: February 7 2018 $ .Dt MOBILEIP 4 +.Os .Sh NAME .Nm mobileip .Nd MobileIP encapsulating network device @@ -121,8 +122,7 @@ and the tunneldomain argument: .Xr netstart 8 .Sh STANDARDS .Rs -.Re -The C. Perkins +.%A C. Perkins .%D October 1996 .%R RFC 2004 .%T Minimal Encapsulation within IP |