diff options
| -rw-r--r-- | bfdd/subdir.am | 2 | ||||
| -rw-r--r-- | bgpd/subdir.am | 2 | ||||
| -rw-r--r-- | debian/frr.manpages | 28 | ||||
| -rw-r--r-- | doc/manpages/conf.py | 42 | ||||
| -rw-r--r-- | doc/manpages/defines.rst | 2 | ||||
| -rw-r--r-- | doc/manpages/frr-bfdd.rst (renamed from doc/manpages/bfdd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-bgpd.rst (renamed from doc/manpages/bgpd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-eigrpd.rst (renamed from doc/manpages/eigrpd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-fabricd.rst (renamed from doc/manpages/fabricd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-isisd.rst (renamed from doc/manpages/isisd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-ldpd.rst (renamed from doc/manpages/ldpd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-nhrpd.rst (renamed from doc/manpages/nhrpd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-ospf6d.rst (renamed from doc/manpages/ospf6d.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-ospfclient.rst (renamed from doc/manpages/ospfclient.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-ospfd.rst (renamed from doc/manpages/ospfd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-pbrd.rst (renamed from doc/manpages/pbrd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-pimd.rst (renamed from doc/manpages/pimd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-ripd.rst (renamed from doc/manpages/ripd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-ripngd.rst (renamed from doc/manpages/ripngd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-sharpd.rst (renamed from doc/manpages/sharpd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-staticd.rst (renamed from doc/manpages/staticd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-vrrpd.rst (renamed from doc/manpages/vrrpd.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-watchfrr.rst (renamed from doc/manpages/watchfrr.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/frr-zebra.rst (renamed from doc/manpages/zebra.rst) | 0 | ||||
| -rw-r--r-- | doc/manpages/index.rst | 40 | ||||
| -rw-r--r-- | doc/manpages/subdir.am | 40 | ||||
| -rw-r--r-- | eigrpd/subdir.am | 2 | ||||
| -rw-r--r-- | isisd/subdir.am | 2 | ||||
| -rw-r--r-- | ldpd/subdir.am | 2 | ||||
| -rw-r--r-- | nhrpd/subdir.am | 2 | ||||
| -rw-r--r-- | ospf6d/subdir.am | 2 | ||||
| -rw-r--r-- | ospfclient/subdir.am | 2 | ||||
| -rw-r--r-- | ospfd/subdir.am | 2 | ||||
| -rw-r--r-- | pbrd/subdir.am | 2 | ||||
| -rw-r--r-- | pimd/subdir.am | 2 | ||||
| -rw-r--r-- | ripd/subdir.am | 2 | ||||
| -rw-r--r-- | ripngd/subdir.am | 2 | ||||
| -rw-r--r-- | sharpd/subdir.am | 2 | ||||
| -rw-r--r-- | solaris/prototype.doc.in | 14 | ||||
| -rw-r--r-- | staticd/subdir.am | 2 | ||||
| -rw-r--r-- | vrrpd/subdir.am | 2 | ||||
| -rw-r--r-- | watchfrr/subdir.am | 2 | ||||
| -rw-r--r-- | zebra/subdir.am | 2 | 
43 files changed, 101 insertions, 101 deletions
diff --git a/bfdd/subdir.am b/bfdd/subdir.am index ed1d3962bf..9aa522f3f0 100644 --- a/bfdd/subdir.am +++ b/bfdd/subdir.am @@ -8,7 +8,7 @@ sbin_PROGRAMS += bfdd/bfdd  dist_examples_DATA += bfdd/bfdd.conf.sample  vtysh_scan += $(top_srcdir)/bfdd/bfdd_vty.c  vtysh_scan += $(top_srcdir)/bfdd/bfdd_cli.c -man8 += $(MANBUILD)/bfdd.8 +man8 += $(MANBUILD)/frr-bfdd.8  endif  bfdd_libbfd_a_SOURCES = \ diff --git a/bgpd/subdir.am b/bgpd/subdir.am index 203cf779b9..ff15248a98 100644 --- a/bgpd/subdir.am +++ b/bgpd/subdir.am @@ -46,7 +46,7 @@ endif  if BGP_BMP  module_LTLIBRARIES += bgpd/bgpd_bmp.la  endif -man8 += $(MANBUILD)/bgpd.8 +man8 += $(MANBUILD)/frr-bgpd.8  endif  bgpd_libbgp_a_SOURCES = \ diff --git a/debian/frr.manpages b/debian/frr.manpages index f5aa972304..5075fd763d 100644 --- a/debian/frr.manpages +++ b/debian/frr.manpages @@ -1,16 +1,16 @@ +doc/manpages/_build/man/frr-bgpd.8 +doc/manpages/_build/man/frr-eigrpd.8 +doc/manpages/_build/man/frr-fabricd.8 +doc/manpages/_build/man/frr-isisd.8 +doc/manpages/_build/man/frr-ldpd.8 +doc/manpages/_build/man/frr-nhrpd.8 +doc/manpages/_build/man/frr-ospf6d.8 +doc/manpages/_build/man/frr-ospfd.8 +doc/manpages/_build/man/frr-pimd.8 +doc/manpages/_build/man/frr-ripd.8 +doc/manpages/_build/man/frr-ripngd.8 +doc/manpages/_build/man/frr-watchfrr.8 +doc/manpages/_build/man/frr-zebra.8  doc/manpages/_build/man/frr.1 -doc/manpages/_build/man/bgpd.8 -doc/manpages/_build/man/pimd.8 -doc/manpages/_build/man/eigrpd.8 -doc/manpages/_build/man/ldpd.8 -doc/manpages/_build/man/nhrpd.8 -doc/manpages/_build/man/ospf6d.8 -doc/manpages/_build/man/ospfd.8 -doc/manpages/_build/man/ripd.8 -doc/manpages/_build/man/ripngd.8 -doc/manpages/_build/man/vtysh.1 -doc/manpages/_build/man/zebra.8 -doc/manpages/_build/man/isisd.8 -doc/manpages/_build/man/watchfrr.8  doc/manpages/_build/man/mtracebis.8 -doc/manpages/_build/man/fabricd.8 +doc/manpages/_build/man/vtysh.1 diff --git a/doc/manpages/conf.py b/doc/manpages/conf.py index e7813d8176..9121d38fe0 100644 --- a/doc/manpages/conf.py +++ b/doc/manpages/conf.py @@ -313,28 +313,28 @@ latex_documents = [  fwfrr = "{0} routing engine for use with FRRouting."  man_pages = [ -    ('bgpd', 'bgpd', fwfrr.format("a BGPv4, BGPv4+, BGPv4- "), [], 8), -    ('eigrpd', 'eigrpd', fwfrr.format("an EIGRP "), [], 8), -    ('ospf6d', 'ospf6d', fwfrr.format("an OSPFv3 "), [], 8), -    ('ospfd', 'ospfd', fwfrr.format("an OSPFv2 "), [], 8), -    ('isisd', 'isisd', fwfrr.format("an IS-IS "), [], 8), -    ('ospfclient', 'ospfclient', 'an example ospf-api client', [], 8), -    ('ldpd', 'ldpd', fwfrr.format("an LDP "), [], 8), -    ('nhrpd', 'nhrpd', fwfrr.format("a Next Hop Routing Protocol "), [], 8), -    ('pimd', 'pimd', fwfrr.format("a PIM "), [], 8), -    ('pbrd', 'pbrd', fwfrr.format("a PBR "), [], 8), -    ('sharpd', 'sharpd', fwfrr.format("a SHARP "), [], 8), -    ('staticd', 'staticd', fwfrr.format("a static route manager "), [], 8), -    ('mtracebis', 'mtracebis', "a multicast trace client", [], 8), -    ('ripd', 'ripd', fwfrr.format("a RIP "), [], 8), -    ('ripngd', 'ripngd', fwfrr.format("a RIPNG "), [], 8), -    ('zebra', 'zebra', 'a routing manager for use with associated FRRouting components.', [], 8), -    ('watchfrr', 'watchfrr', 'a program to monitor the status of FRRouting daemons', [], 8), -    ('vtysh', 'vtysh', 'an integrated shell for FRRouting.', [], 1), +    ('frr-bfdd',       'frr-bfdd', fwfrr.format("a bfd"), [], 8), +    ('frr-bgpd',       'frr-bgpd', fwfrr.format("a BGPv4, BGPv4+, BGPv4-"), [], 8), +    ('frr-eigrpd',     'frr-eigrpd', fwfrr.format("an EIGRP"), [], 8), +    ('frr-fabricd',    'frr-fabricd', fwfrr.format("an OpenFabric"), [], 8), +    ('frr-isisd',      'frr-isisd', fwfrr.format("an IS-IS"), [], 8), +    ('frr-ldpd',       'frr-ldpd', fwfrr.format("an LDP"), [], 8), +    ('frr-nhrpd',      'frr-nhrpd', fwfrr.format("a Next Hop Routing Protocol"), [], 8), +    ('frr-ospf6d',     'frr-ospf6d', fwfrr.format("an OSPFv3"), [], 8), +    ('frr-ospfclient', 'frr-ospfclient', 'an example ospf-api client', [], 8), +    ('frr-ospfd',      'frr-ospfd', fwfrr.format("an OSPFv2"), [], 8), +    ('frr-pbrd',       'frr-pbrd', fwfrr.format("a PBR"), [], 8), +    ('frr-pimd',       'frr-pimd', fwfrr.format("a PIM"), [], 8), +    ('frr-ripd',       'frr-ripd', fwfrr.format("a RIP"), [], 8), +    ('frr-ripngd',     'frr-ripngd', fwfrr.format("a RIPNG"), [], 8), +    ('frr-sharpd',     'frr-sharpd', fwfrr.format("a SHARP"), [], 8), +    ('frr-staticd',    'frr-staticd', fwfrr.format("a static route manager"), [], 8), +    ('frr-vrrpd',      'frr-vrrpd', fwfrr.format("a VRRP"), [], 8), +    ('frr-watchfrr',   'frr-watchfrr', 'a program to monitor the status of FRRouting daemons', [], 8), +    ('frr-zebra',      'frr-zebra', 'a routing manager for use with associated FRRouting components.', [], 8),      ('frr', 'frr', 'a systemd interaction script', [], 1), -    ('bfdd', 'bfdd', fwfrr.format("a bfd"), [], 8), -    ('fabricd', 'fabricd', fwfrr.format("an OpenFabric "), [], 8), -    ('vrrpd', 'vrrpd', fwfrr.format("a VRRP"), [], 8), +    ('mtracebis',  'mtracebis', "a multicast trace client", [], 8), +    ('vtysh', 'vtysh', 'an integrated shell for FRRouting.', [], 1),  ]  # -- Options for Texinfo output ------------------------------------------- diff --git a/doc/manpages/defines.rst b/doc/manpages/defines.rst index 2a6a9fd1bd..ac24cfa8dc 100644 --- a/doc/manpages/defines.rst +++ b/doc/manpages/defines.rst @@ -1,3 +1,3 @@  .. |synopsis-options| replace:: [-d|-t|-dt] [-C] [-f config-file] [-i pid-file] [-z zclient-path] [-u user] [-g group] [-A vty-addr] [-P vty-port] [-M module[:options]] [-N pathspace] [--vty_socket vty-path] [--moduledir module-path]  .. |synopsis-options-hv| replace:: [-h] [-v] -.. |seealso-programs| replace:: zebra(8), vtysh(1), ripd(8), ripngd(8), ospfd(8), ospf6d(8), bgpd(8), isisd(8), babeld(8), nhrpd(8), pimd(8), pbrd(8), ldpd(8), eigrpd(8), staticd(8), fabricd(8), vrrpd(8), mtracebis(8) +.. |seealso-programs| replace:: frr-zebra(8), vtysh(1), frr-ripd(8), frr-ripngd(8), frr-ospfd(8), frr-ospf6d(8), frr-bgpd(8), frr-isisd(8), frr-babeld(8), frr-nhrpd(8), frr-pimd(8), frr-pbrd(8), frr-ldpd(8), frr-eigrpd(8), frr-staticd(8), frr-fabricd(8), frr-vrrpd(8), mtracebis(8) diff --git a/doc/manpages/bfdd.rst b/doc/manpages/frr-bfdd.rst index 1f8b1475f4..1f8b1475f4 100644 --- a/doc/manpages/bfdd.rst +++ b/doc/manpages/frr-bfdd.rst diff --git a/doc/manpages/bgpd.rst b/doc/manpages/frr-bgpd.rst index f7e20265e5..f7e20265e5 100644 --- a/doc/manpages/bgpd.rst +++ b/doc/manpages/frr-bgpd.rst diff --git a/doc/manpages/eigrpd.rst b/doc/manpages/frr-eigrpd.rst index bc824468d0..bc824468d0 100644 --- a/doc/manpages/eigrpd.rst +++ b/doc/manpages/frr-eigrpd.rst diff --git a/doc/manpages/fabricd.rst b/doc/manpages/frr-fabricd.rst index c14c07661e..c14c07661e 100644 --- a/doc/manpages/fabricd.rst +++ b/doc/manpages/frr-fabricd.rst diff --git a/doc/manpages/isisd.rst b/doc/manpages/frr-isisd.rst index 68761f642c..68761f642c 100644 --- a/doc/manpages/isisd.rst +++ b/doc/manpages/frr-isisd.rst diff --git a/doc/manpages/ldpd.rst b/doc/manpages/frr-ldpd.rst index 113f06673e..113f06673e 100644 --- a/doc/manpages/ldpd.rst +++ b/doc/manpages/frr-ldpd.rst diff --git a/doc/manpages/nhrpd.rst b/doc/manpages/frr-nhrpd.rst index cae01c677b..cae01c677b 100644 --- a/doc/manpages/nhrpd.rst +++ b/doc/manpages/frr-nhrpd.rst diff --git a/doc/manpages/ospf6d.rst b/doc/manpages/frr-ospf6d.rst index cfc6860d5c..cfc6860d5c 100644 --- a/doc/manpages/ospf6d.rst +++ b/doc/manpages/frr-ospf6d.rst diff --git a/doc/manpages/ospfclient.rst b/doc/manpages/frr-ospfclient.rst index c52b108767..c52b108767 100644 --- a/doc/manpages/ospfclient.rst +++ b/doc/manpages/frr-ospfclient.rst diff --git a/doc/manpages/ospfd.rst b/doc/manpages/frr-ospfd.rst index 951a0229aa..951a0229aa 100644 --- a/doc/manpages/ospfd.rst +++ b/doc/manpages/frr-ospfd.rst diff --git a/doc/manpages/pbrd.rst b/doc/manpages/frr-pbrd.rst index d9a80b1f84..d9a80b1f84 100644 --- a/doc/manpages/pbrd.rst +++ b/doc/manpages/frr-pbrd.rst diff --git a/doc/manpages/pimd.rst b/doc/manpages/frr-pimd.rst index d7582668d2..d7582668d2 100644 --- a/doc/manpages/pimd.rst +++ b/doc/manpages/frr-pimd.rst diff --git a/doc/manpages/ripd.rst b/doc/manpages/frr-ripd.rst index af4590c824..af4590c824 100644 --- a/doc/manpages/ripd.rst +++ b/doc/manpages/frr-ripd.rst diff --git a/doc/manpages/ripngd.rst b/doc/manpages/frr-ripngd.rst index aedd689876..aedd689876 100644 --- a/doc/manpages/ripngd.rst +++ b/doc/manpages/frr-ripngd.rst diff --git a/doc/manpages/sharpd.rst b/doc/manpages/frr-sharpd.rst index 016f3f9254..016f3f9254 100644 --- a/doc/manpages/sharpd.rst +++ b/doc/manpages/frr-sharpd.rst diff --git a/doc/manpages/staticd.rst b/doc/manpages/frr-staticd.rst index ccbcf32e36..ccbcf32e36 100644 --- a/doc/manpages/staticd.rst +++ b/doc/manpages/frr-staticd.rst diff --git a/doc/manpages/vrrpd.rst b/doc/manpages/frr-vrrpd.rst index 0e73b07cda..0e73b07cda 100644 --- a/doc/manpages/vrrpd.rst +++ b/doc/manpages/frr-vrrpd.rst diff --git a/doc/manpages/watchfrr.rst b/doc/manpages/frr-watchfrr.rst index dceb423f82..dceb423f82 100644 --- a/doc/manpages/watchfrr.rst +++ b/doc/manpages/frr-watchfrr.rst diff --git a/doc/manpages/zebra.rst b/doc/manpages/frr-zebra.rst index cfb368bf44..cfb368bf44 100644 --- a/doc/manpages/zebra.rst +++ b/doc/manpages/frr-zebra.rst diff --git a/doc/manpages/index.rst b/doc/manpages/index.rst index 40f06efdfe..58a1d9e0db 100644 --- a/doc/manpages/index.rst +++ b/doc/manpages/index.rst @@ -6,25 +6,25 @@  .. toctree::     :maxdepth: 2 -   bfdd -   bgpd -   eigrpd -   isisd -   fabricd -   ldpd -   nhrpd -   ospf6d -   ospfclient -   ospfd -   pimd -   pbrd +   frr +   frr-bfdd +   frr-bgpd +   frr-eigrpd +   frr-isisd +   frr-fabricd +   frr-ldpd +   frr-nhrpd +   frr-ospf6d +   frr-ospfclient +   frr-ospfd +   frr-pimd +   frr-pbrd +   frr-ripd +   frr-ripngd +   frr-sharpd +   frr-staticd +   frr-watchfrr +   frr-zebra +   frr-vrrpd     mtracebis -   ripd -   ripngd -   sharpd -   staticd -   watchfrr -   zebra     vtysh -   vrrpd -   frr diff --git a/doc/manpages/subdir.am b/doc/manpages/subdir.am index 19d2d8d6ae..9284212099 100644 --- a/doc/manpages/subdir.am +++ b/doc/manpages/subdir.am @@ -3,34 +3,34 @@  #  man_RSTFILES = \ -	doc/manpages/bgpd.rst \ +	doc/manpages/bfd-options.rst \  	doc/manpages/common-options.rst \  	doc/manpages/conf.py \  	doc/manpages/defines.rst \ -	doc/manpages/eigrpd.rst \  	doc/manpages/epilogue.rst \ -	doc/manpages/fabricd.rst \ +	doc/manpages/frr-bfdd.rst \ +	doc/manpages/frr-bgpd.rst \ +	doc/manpages/frr-eigrpd.rst \ +	doc/manpages/frr-fabricd.rst \ +	doc/manpages/frr-isisd.rst \ +	doc/manpages/frr-ldpd.rst \ +	doc/manpages/frr-nhrpd.rst \ +	doc/manpages/frr-ospf6d.rst \ +	doc/manpages/frr-ospfclient.rst \ +	doc/manpages/frr-ospfd.rst \ +	doc/manpages/frr-pbrd.rst \ +	doc/manpages/frr-pimd.rst \ +	doc/manpages/frr-ripd.rst \ +	doc/manpages/frr-ripngd.rst \ +	doc/manpages/frr-sharpd.rst \ +	doc/manpages/frr-staticd.rst \ +	doc/manpages/frr-vrrpd.rst \ +	doc/manpages/frr-watchfrr.rst \ +	doc/manpages/frr-zebra.rst \  	doc/manpages/frr.rst \  	doc/manpages/index.rst \ -	doc/manpages/isisd.rst \ -	doc/manpages/ldpd.rst \  	doc/manpages/mtracebis.rst \ -	doc/manpages/nhrpd.rst \ -	doc/manpages/ospf6d.rst \ -	doc/manpages/ospfclient.rst \ -	doc/manpages/ospfd.rst \ -	doc/manpages/pimd.rst \ -	doc/manpages/ripd.rst \ -	doc/manpages/pbrd.rst \ -	doc/manpages/ripngd.rst \ -	doc/manpages/sharpd.rst \ -	doc/manpages/staticd.rst \  	doc/manpages/vtysh.rst \ -	doc/manpages/watchfrr.rst \ -	doc/manpages/zebra.rst \ -	doc/manpages/bfdd.rst \ -	doc/manpages/bfd-options.rst \ -	doc/manpages/vrrpd.rst \  	# end  EXTRA_DIST += $(man_RSTFILES) diff --git a/eigrpd/subdir.am b/eigrpd/subdir.am index 5a65c654e9..e59c88b471 100644 --- a/eigrpd/subdir.am +++ b/eigrpd/subdir.am @@ -12,7 +12,7 @@ vtysh_scan += \  	$(top_srcdir)/eigrpd/eigrp_vty.c \  	# end  #	$(top_srcdir)/eigrpd/eigrp_routemap.c -man8 += $(MANBUILD)/eigrpd.8 +man8 += $(MANBUILD)/frr-eigrpd.8  endif  eigrpd_libeigrp_a_SOURCES = \ diff --git a/isisd/subdir.am b/isisd/subdir.am index e77fef41dd..5dddb7d345 100644 --- a/isisd/subdir.am +++ b/isisd/subdir.am @@ -14,7 +14,7 @@ vtysh_scan += \  	$(top_srcdir)/isisd/isis_vty_fabricd.c \  	$(top_srcdir)/isisd/isisd.c \  	# end -man8 += $(MANBUILD)/isisd.8 +man8 += $(MANBUILD)/frr-isisd.8  endif  if FABRICD diff --git a/ldpd/subdir.am b/ldpd/subdir.am index 42c5ad024b..f464bad9e7 100644 --- a/ldpd/subdir.am +++ b/ldpd/subdir.am @@ -7,7 +7,7 @@ noinst_LIBRARIES += ldpd/libldp.a  sbin_PROGRAMS += ldpd/ldpd  dist_examples_DATA += ldpd/ldpd.conf.sample  vtysh_scan += $(top_srcdir)/ldpd/ldp_vty_cmds.c -man8 += $(MANBUILD)/ldpd.8 +man8 += $(MANBUILD)/frr-ldpd.8  endif  ldpd_libldp_a_SOURCES = \ diff --git a/nhrpd/subdir.am b/nhrpd/subdir.am index fe76623ac3..42a6380b17 100644 --- a/nhrpd/subdir.am +++ b/nhrpd/subdir.am @@ -5,7 +5,7 @@  if NHRPD  sbin_PROGRAMS += nhrpd/nhrpd  vtysh_scan += $(top_srcdir)/nhrpd/nhrp_vty.c -man8 += $(MANBUILD)/nhrpd.8 +man8 += $(MANBUILD)/frr-nhrpd.8  endif  nhrpd_nhrpd_LDADD = lib/libfrr.la lib/libfrrcares.la $(LIBCAP) diff --git a/ospf6d/subdir.am b/ospf6d/subdir.am index eac0eee45f..570b077cb1 100644 --- a/ospf6d/subdir.am +++ b/ospf6d/subdir.am @@ -26,7 +26,7 @@ vtysh_scan += \  if SNMP  module_LTLIBRARIES += ospf6d/ospf6d_snmp.la  endif -man8 += $(MANBUILD)/ospf6d.8 +man8 += $(MANBUILD)/frr-ospf6d.8  endif  ospf6d_libospf6_a_SOURCES = \ diff --git a/ospfclient/subdir.am b/ospfclient/subdir.am index 94d489358c..af07e983ea 100644 --- a/ospfclient/subdir.am +++ b/ospfclient/subdir.am @@ -5,7 +5,7 @@  if OSPFCLIENT  lib_LTLIBRARIES += ospfclient/libfrrospfapiclient.la  noinst_PROGRAMS += ospfclient/ospfclient -man8 += $(MANBUILD)/ospfclient.8 +man8 += $(MANBUILD)/frr-ospfclient.8  endif  ospfclient_libfrrospfapiclient_la_LDFLAGS = -version-info 0:0:0 diff --git a/ospfd/subdir.am b/ospfd/subdir.am index 48dd741b24..6de4099c5b 100644 --- a/ospfd/subdir.am +++ b/ospfd/subdir.am @@ -19,7 +19,7 @@ vtysh_scan += \  if SNMP  module_LTLIBRARIES += ospfd/ospfd_snmp.la  endif -man8 += $(MANBUILD)/ospfd.8 +man8 += $(MANBUILD)/frr-ospfd.8  endif  ospfd_libfrrospf_a_SOURCES = \ diff --git a/pbrd/subdir.am b/pbrd/subdir.am index 41d0e5a0b8..c55f0b41cc 100644 --- a/pbrd/subdir.am +++ b/pbrd/subdir.am @@ -10,7 +10,7 @@ vtysh_scan += \  	$(top_srcdir)/pbrd/pbr_vty.c \  	$(top_srcdir)/pbrd/pbr_debug.c \  	# end -man8 += $(MANBUILD)/pbrd.8 +man8 += $(MANBUILD)/frr-pbrd.8  endif  pbrd_libpbr_a_SOURCES = \ diff --git a/pimd/subdir.am b/pimd/subdir.am index 5407e566a5..b5d135d032 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -9,7 +9,7 @@ bin_PROGRAMS += pimd/mtracebis  noinst_PROGRAMS += pimd/test_igmpv3_join  dist_examples_DATA += pimd/pimd.conf.sample  vtysh_scan += $(top_srcdir)/pimd/pim_cmd.c -man8 += $(MANBUILD)/pimd.8 +man8 += $(MANBUILD)/frr-pimd.8  man8 += $(MANBUILD)/mtracebis.8  endif diff --git a/ripd/subdir.am b/ripd/subdir.am index dfdfc88a56..00984672ed 100644 --- a/ripd/subdir.am +++ b/ripd/subdir.am @@ -15,7 +15,7 @@ vtysh_scan += \  if SNMP  module_LTLIBRARIES += ripd/ripd_snmp.la  endif -man8 += $(MANBUILD)/ripd.8 +man8 += $(MANBUILD)/frr-ripd.8  endif  ripd_librip_a_SOURCES = \ diff --git a/ripngd/subdir.am b/ripngd/subdir.am index 07d0cb892c..4e219c9947 100644 --- a/ripngd/subdir.am +++ b/ripngd/subdir.am @@ -10,7 +10,7 @@ vtysh_scan += \  	$(top_srcdir)/ripngd/ripng_debug.c \  	$(top_srcdir)/ripngd/ripngd.c \  	# end -man8 += $(MANBUILD)/ripngd.8 +man8 += $(MANBUILD)/frr-ripngd.8  endif  ripngd_libripng_a_SOURCES = \ diff --git a/sharpd/subdir.am b/sharpd/subdir.am index 4a9028f6fe..89b183d832 100644 --- a/sharpd/subdir.am +++ b/sharpd/subdir.am @@ -7,7 +7,7 @@ noinst_LIBRARIES += sharpd/libsharp.a  sbin_PROGRAMS += sharpd/sharpd  dist_examples_DATA += sharpd/sharpd.conf.sample  vtysh_scan += $(top_srcdir)/sharpd/sharp_vty.c -man8 += $(MANBUILD)/sharpd.8 +man8 += $(MANBUILD)/frr-sharpd.8  endif  sharpd_libsharp_a_SOURCES = \ diff --git a/solaris/prototype.doc.in b/solaris/prototype.doc.in index a8644b3145..9f7995350a 100644 --- a/solaris/prototype.doc.in +++ b/solaris/prototype.doc.in @@ -8,10 +8,10 @@ d none @mandir@=$DESTDIR/@mandir@ 0755 root bin  d none @mandir@/man1=$DESTDIR/@mandir@/man1 0755 root bin  f none @mandir@/man1/vtysh.1=$DESTDIR/@mandir@/man1/vtysh.1 0644 root bin  d none @mandir@/man8=$DESTDIR/@mandir@/man8 0755 root bin -f none @mandir@/man8/bgpd.8=$DESTDIR/@mandir@/man8/bgpd.8 0644 root bin -f none @mandir@/man8/ospf6d.8=$DESTDIR/@mandir@/man8/ospf6d.8 0644 root bin -f none @mandir@/man8/ospfd.8=$DESTDIR/@mandir@/man8/ospfd.8 0644 root bin -f none @mandir@/man8/ripd.8=$DESTDIR/@mandir@/man8/ripd.8 0644 root bin -f none @mandir@/man8/ripngd.8=$DESTDIR/@mandir@/man8/ripngd.8 0644 root bin -f none @mandir@/man8/zebra.8=$DESTDIR/@mandir@/man8/zebra.8 0644 root bin -f none @mandir@/man8/isisd.8=$DESTDIR/@mandir@/man8/isisd.8 0644 root bin +f none @mandir@/man8/frr-bgpd.8=$DESTDIR/@mandir@/man8/bgpd.8 0644 root bin +f none @mandir@/man8/frr-ospf6d.8=$DESTDIR/@mandir@/man8/frr-ospf6d.8 0644 root bin +f none @mandir@/man8/frr-ospfd.8=$DESTDIR/@mandir@/man8/frr-ospfd.8 0644 root bin +f none @mandir@/man8/frr-ripd.8=$DESTDIR/@mandir@/man8/frr-ripd.8 0644 root bin +f none @mandir@/man8/frr-ripngd.8=$DESTDIR/@mandir@/man8/frr-ripngd.8 0644 root bin +f none @mandir@/man8/frr-zebra.8=$DESTDIR/@mandir@/man8/frr-zebra.8 0644 root bin +f none @mandir@/man8/frr-isisd.8=$DESTDIR/@mandir@/man8/frr-isisd.8 0644 root bin diff --git a/staticd/subdir.am b/staticd/subdir.am index 1e5a7613cb..30c69231c9 100644 --- a/staticd/subdir.am +++ b/staticd/subdir.am @@ -7,7 +7,7 @@ noinst_LIBRARIES += staticd/libstatic.a  sbin_PROGRAMS += staticd/staticd  dist_examples_DATA += staticd/staticd.conf.sample  vtysh_scan += $(top_srcdir)/staticd/static_vty.c -man8 += $(MANBUILD)/staticd.8 +man8 += $(MANBUILD)/frr-staticd.8  endif  staticd_libstatic_a_SOURCES = \ diff --git a/vrrpd/subdir.am b/vrrpd/subdir.am index d81594ad93..07358e0383 100644 --- a/vrrpd/subdir.am +++ b/vrrpd/subdir.am @@ -7,7 +7,7 @@ noinst_LIBRARIES += vrrpd/libvrrp.a  sbin_PROGRAMS += vrrpd/vrrpd  # dist_examples_DATA += staticd/staticd.conf.sample  vtysh_scan += $(top_srcdir)/vrrpd/vrrp_vty.c -man8 += $(MANBUILD)/vrrpd.8 +man8 += $(MANBUILD)/frr-vrrpd.8  endif  vrrpd_libvrrp_a_SOURCES = \ diff --git a/watchfrr/subdir.am b/watchfrr/subdir.am index 30f606c202..36af57cf82 100644 --- a/watchfrr/subdir.am +++ b/watchfrr/subdir.am @@ -5,7 +5,7 @@  if WATCHFRR  sbin_PROGRAMS += watchfrr/watchfrr  vtysh_scan += $(top_srcdir)/watchfrr/watchfrr_vty.c -man8 += $(MANBUILD)/watchfrr.8 +man8 += $(MANBUILD)/frr-watchfrr.8  endif  noinst_HEADERS += \ diff --git a/zebra/subdir.am b/zebra/subdir.am index 916f6cb5d1..77ed5a6caa 100644 --- a/zebra/subdir.am +++ b/zebra/subdir.am @@ -36,7 +36,7 @@ if LINUX  module_LTLIBRARIES += zebra/zebra_cumulus_mlag.la  endif -man8 += $(MANBUILD)/zebra.8 +man8 += $(MANBUILD)/frr-zebra.8  ## endif ZEBRA  endif  | 
