diff options
author | David Lamparter <equinox@diac24.net> | 2020-01-15 00:00:32 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-01-15 14:05:11 +0100 |
commit | 429576883e95072c464a5f906b1f777651303d89 (patch) | |
tree | 21f2b9685607a527408f509b4e3d0b57c3eb74ac /doc/manpages/frr-ospf6d.rst | |
parent | Merge pull request #5677 from qlyoung/fix-my-bfd-screwups (diff) | |
download | frr-429576883e95072c464a5f906b1f777651303d89.tar.xz frr-429576883e95072c464a5f906b1f777651303d89.zip |
doc: rename man pages to frr-*
The vrrpd one conflicts with the standalone vrrpd package; also we're
installing daemons to /usr/lib/frr on some systems so they're not on
PATH.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'doc/manpages/frr-ospf6d.rst')
-rw-r--r-- | doc/manpages/frr-ospf6d.rst | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/manpages/frr-ospf6d.rst b/doc/manpages/frr-ospf6d.rst new file mode 100644 index 000000000..cfc6860d5 --- /dev/null +++ b/doc/manpages/frr-ospf6d.rst @@ -0,0 +1,39 @@ +****** +OSPF6D +****** + +.. include:: defines.rst +.. |DAEMON| replace:: ospf6d + +SYNOPSIS +======== +|DAEMON| |synopsis-options-hv| + +|DAEMON| |synopsis-options| + + +DESCRIPTION +=========== +|DAEMON| is a routing component that works with the FRRouting routing engine. + +OPTIONS +======= +OPTIONS available for the |DAEMON| command: + +.. include:: common-options.rst + +FILES +===== + +|INSTALL_PREFIX_SBIN|/|DAEMON| + The default location of the |DAEMON| binary. + +|INSTALL_PREFIX_ETC|/|DAEMON|.conf + The default location of the |DAEMON| config file. + +$(PWD)/|DAEMON|.log + If the |DAEMON| process is configured to output logs to a file, then you + will find this file in the directory where you started |DAEMON|. + +.. include:: epilogue.rst + |