Some space fixes mentioned by benno@
authorclaudio <claudio@openbsd.org>
Fri, 7 Sep 2018 10:59:16 +0000 (10:59 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 7 Sep 2018 10:59:16 +0000 (10:59 +0000)
usr.sbin/bgpd/bgpd.c
usr.sbin/bgpd/bgpd.conf.5
usr.sbin/bgpd/mrt.h

index c590e10..7f2b963 100644 (file)
@@ -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;
 
index 278c424..29e97d3 100644 (file)
@@ -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)
index b3a0afe..9857c65 100644 (file)
@@ -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              |
  * +--------+--------+--------+--------+