diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-04 23:03:03 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-04 23:03:03 +0000 |
| commit | 16cedbb01f6d59b28c704278efc72afbfb5abfd2 (patch) | |
| tree | 0571b831ebb8134544d994f963a9c5b90d7264ec /ospf6d/ospf6d.c | |
| parent | 2328428d2004fc83f3d3ca31d4a482d64ec149f3 (diff) | |
all: Fix underfull doc strings, part 1
Add missing docstrings and separating \n.
Also eat some low-hanging refactoring fruit.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6d.c')
| -rw-r--r-- | ospf6d/ospf6d.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c index 349dae5c76..c3b4005d1d 100644 --- a/ospf6d/ospf6d.c +++ b/ospf6d/ospf6d.c @@ -815,6 +815,7 @@ DEFUN (show_ipv6_ospf6_database_self_originated, SHOW_STR IPV6_STR OSPF6_STR + "Display Link state database\n" "Display Self-originated LSAs\n" "Display details of LSAs\n" "Dump LSAs\n" @@ -1092,7 +1093,8 @@ DEFUN (show_ipv6_ospf6_border_routers, IP6_STR OSPF6_STR "Display routing table for ABR and ASBR\n" - ) + "Router ID\n" + "Show detailed output\n") { int idx_ipv4 = 4; u_int32_t adv_router; |
