diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-09-07 10:59:17 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-09-07 10:59:17 +0000 |
commit | 20a9166c4140d10013dc6e9b3b933d6c5726f48f (patch) | |
tree | c38cda6036da6aff9427f12ff3f9fec62c22a34f /usr.sbin | |
parent | 41bcbff9058ac5a61e7e7ed08ff1e74d0d8d1fc0 (diff) |
Some space fixes mentioned by benno@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/bgpd.c | 4 | ||||
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 5 | ||||
-rw-r--r-- | usr.sbin/bgpd/mrt.h | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/usr.sbin/bgpd/bgpd.c b/usr.sbin/bgpd/bgpd.c index c590e10046a..7f2b963c7dd 100644 --- a/usr.sbin/bgpd/bgpd.c +++ b/usr.sbin/bgpd/bgpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.c,v 1.196 2018/09/07 10:49:22 claudio Exp $ */ +/* $OpenBSD: bgpd.c,v 1.197 2018/09/07 10:59:16 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -886,7 +886,7 @@ set_pollfd(struct pollfd *pfd, struct imsgbuf *i) } int -handle_pollfd(struct pollfd *pfd, struct imsgbuf *i) +handle_pollfd(struct pollfd *pfd, struct imsgbuf *i) { ssize_t n; diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 278c424f08b..29e97d37b91 100644 --- a/usr.sbin/bgpd/bgpd.conf.5 +++ b/usr.sbin/bgpd/bgpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.conf.5,v 1.173 2018/09/07 06:33:05 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.174 2018/09/07 10:59:16 claudio Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -1170,7 +1170,8 @@ the AS path will instead be matched against all the AS numbers in the set. .Pp The .Ar operator -can be unspecified (this case is identical to the equality operator), or one of the numerical operators +can be unspecified (this case is identical to the equality operator), or one +of the numerical operators .Bd -literal -offset indent = (equal) != (unequal) diff --git a/usr.sbin/bgpd/mrt.h b/usr.sbin/bgpd/mrt.h index b3a0afe1b84..9857c65f4f6 100644 --- a/usr.sbin/bgpd/mrt.h +++ b/usr.sbin/bgpd/mrt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mrt.h,v 1.32 2018/07/17 07:02:11 claudio Exp $ */ +/* $OpenBSD: mrt.h,v 1.33 2018/09/07 10:59:16 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> @@ -200,7 +200,7 @@ enum MRT_DUMP_V2_SUBTYPES { * The format of a peer_entry is the following: * * +--------+ - * | type | + * | type | * +--------+--------+--------+--------+ * | peer_bgp_id | * +--------+--------+--------+--------+ @@ -219,7 +219,7 @@ enum MRT_DUMP_V2_SUBTYPES { /* * AFI/SAFI specific RIB Subtypes are special to save a few bytes. - * + * * +--------+--------+--------+--------+ * | seq_num | * +--------+--------+--------+--------+ |