diff options
author | Paul Jakma <paul.jakma@hpe.com> | 2016-02-16 12:28:35 +0100 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-05-26 17:33:34 +0200 |
commit | 6d85fcf23ba3b80bb61e8db97a89306676be46fa (patch) | |
tree | 703d10130b9cb20e64e0e4ab218c3fcc6f99fa3f /doc/bgpd.texi | |
parent | distro/redhat: Update to support CentOS/RHEL/Fedora, upstart/init/systemd (diff) | |
download | frr-6d85fcf23ba3b80bb61e8db97a89306676be46fa.tar.xz frr-6d85fcf23ba3b80bb61e8db97a89306676be46fa.zip |
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)
Diffstat (limited to '')
-rw-r--r-- | doc/bgpd.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/bgpd.texi b/doc/bgpd.texi index 06ee2870c..3ef7c8f72 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 |