summaryrefslogtreecommitdiff
path: root/doc/manpages/ospfclient.8.in
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-01-31 15:59:26 -0500
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-01-31 17:27:02 -0500
commita1e276e1d328cf3cc871da409fa098ebc428a62a (patch)
tree91bafedd55cb6005c9bdefce3c709101bb398672 /doc/manpages/ospfclient.8.in
parent05102ddc45c8f6ebdf93c9ade0ae2d77c5f2b520 (diff)
doc: overhaul manpages
* Remove groff manpages * Rewrite manpages in RST * Clean up and standardize manpage content Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/manpages/ospfclient.8.in')
-rw-r--r--doc/manpages/ospfclient.8.in42
1 files changed, 0 insertions, 42 deletions
diff --git a/doc/manpages/ospfclient.8.in b/doc/manpages/ospfclient.8.in
deleted file mode 100644
index a304beffda..0000000000
--- a/doc/manpages/ospfclient.8.in
+++ /dev/null
@@ -1,42 +0,0 @@
-.\" This file was originally generated by help2man 1.36.
-.TH OSPFCLIENT "8" "July 2010"
-.SH NAME
-ospfclient \- an example ospf-api client
-.SH SYNOPSIS
-.B ospfclient
-.I ospfd
-.I lsatype
-.I opaquetype
-.I opaqueid
-.I ifaddr
-.I areaid
-.SH DESCRIPTION
-.B ospfclient
-is a an example ospf-api client to test the ospfd daemon.
-.SH OPTIONS
-.TP
-.I ospfd
-A router where the API\-enabled OSPF daemon is running.
-.TP
-.I lsatype
-The value has to be either "9", "10", or "11", depending on the flooding
-scope.
-.TP
-.I opaquetype
-The value has to be in the range of 0\-255 (for example, experimental
-applications use
-.I opaquetype
-larger than 128).
-.TP
-.I opaqueid
-Arbitrary application instance (24 bits).
-.TP
-.I ifaddr
-Interface IP address for type 9, otherwise it will be ignored.
-.TP
-.I areaid
-Area in the IP address format for type 10, otherwise it will be ignored.
-.SH "SEE ALSO"
-.BR ospfd (8).
-.SH AUTHORS
-See the project homepage at <@PACKAGE_URL@>.