From 6d85fcf23ba3b80bb61e8db97a89306676be46fa Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Tue, 16 Feb 2016 11:28:35 +0000 Subject: [PATCH] doc: older versions of texinfo seem to be sensitive to location of unmacro * bgpd.texi: The unmacro of mprec seems to be disliked by older texinfos. Moving it to after the section fixes it. Even easier, just don't undef the macro. (cherry picked from commit f8113a2b10a97ba0d5e915b318cebea283d03169) --- doc/bgpd.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/bgpd.texi b/doc/bgpd.texi index 06ee2870ca..3ef7c8f72f 100644 --- a/doc/bgpd.texi +++ b/doc/bgpd.texi @@ -302,9 +302,6 @@ which case the set has a partial order. Otherwise, if there is an order, all the objects have a distinct place in the order and the set has a total order.}) and that A would be preferred to C. -@c No longer need the precedes character definition -@unmacro mprec - However, when MED is involved this need not be the case. With MED it is possible that C is actually preferred over A. So A is preferred to B, B is preferred to C, but C is preferred to A. This can be true even where BGP -- 2.39.5