summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenato <renato@openbsd.org>2015-10-27 03:30:23 +0000
committerrenato <renato@openbsd.org>2015-10-27 03:30:23 +0000
commit4619edf9e0b65e59f9969abea4e73d33f3e8a092 (patch)
tree3c75dc57a45cb96043fafdbe3d34cf972ede201e
parentWhenever a summary route is activated, install a respective blackhole (diff)
downloadwireguard-openbsd-4619edf9e0b65e59f9969abea4e73d33f3e8a092.tar.xz
wireguard-openbsd-4619edf9e0b65e59f9969abea4e73d33f3e8a092.zip
Minor tweaks.
-rw-r--r--usr.sbin/eigrpctl/eigrpctl.811
-rw-r--r--usr.sbin/eigrpd/eigrpd.813
2 files changed, 17 insertions, 7 deletions
diff --git a/usr.sbin/eigrpctl/eigrpctl.8 b/usr.sbin/eigrpctl/eigrpctl.8
index 573a815a897..27958e1e9f9 100644
--- a/usr.sbin/eigrpctl/eigrpctl.8
+++ b/usr.sbin/eigrpctl/eigrpctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: eigrpctl.8,v 1.2 2015/10/02 07:41:13 jmc Exp $
+.\" $OpenBSD: eigrpctl.8,v 1.3 2015/10/27 03:30:23 renato Exp $
.\"
.\" Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 2 2015 $
+.Dd $Mdocdate: October 27 2015 $
.Dt EIGRPCTL 8
.Os
.Sh NAME
@@ -140,4 +140,9 @@ socket used for communication with
The
.Nm
program first appeared in
-.Ox 5.8 .
+.Ox 5.9 .
+.Sh AUTHORS
+The
+.Nm
+program was written by
+.An Renato Westphal Aq Mt renato@openbsd.org .
diff --git a/usr.sbin/eigrpd/eigrpd.8 b/usr.sbin/eigrpd/eigrpd.8
index f157edd118d..3c9337ba46d 100644
--- a/usr.sbin/eigrpd/eigrpd.8
+++ b/usr.sbin/eigrpd/eigrpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: eigrpd.8,v 1.1 2015/10/02 04:26:47 renato Exp $
+.\" $OpenBSD: eigrpd.8,v 1.2 2015/10/27 03:30:23 renato Exp $
.\"
.\" Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
.\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 2 2015 $
+.Dd $Mdocdate: October 27 2015 $
.Dt EIGRPD 8
.Os
.Sh NAME
@@ -99,11 +99,16 @@ socket used for communication with
.Rs
.%A Savage, et al.
.%D April, 2014
-.%R draft-savage-eigrp-02
+.%R draft-savage-eigrp-04
.%T Enhanced Interior Gateway Routing Protocol
.Re
.Sh HISTORY
The
.Nm
program first appeared in
-.Ox 5.8 .
+.Ox 5.9 .
+.Sh AUTHORS
+The
+.Nm
+program was written by
+.An Renato Westphal Aq Mt renato@openbsd.org .