lib: fix more docstrings

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2017-07-06 16:27:48 -04:00
parent 7111c1a0cd
commit 007b0667e0
No known key found for this signature in database
GPG Key ID: DAF48E0F57E0834F
2 changed files with 2 additions and 5 deletions

View File

@ -175,8 +175,7 @@ config_write_agentx (struct vty *vty)
DEFUN (agentx_enable, DEFUN (agentx_enable,
agentx_enable_cmd, agentx_enable_cmd,
"agentx", "agentx",
"SNMP AgentX protocol settings\n" "SNMP AgentX protocol settings\n")
"SNMP AgentX settings\n")
{ {
if (!agentx_enabled) if (!agentx_enabled)
{ {
@ -194,8 +193,7 @@ DEFUN (no_agentx,
no_agentx_cmd, no_agentx_cmd,
"no agentx", "no agentx",
NO_STR NO_STR
"SNMP AgentX protocol settings\n" "SNMP AgentX protocol settings\n")
"SNMP AgentX settings\n")
{ {
if (!agentx_enabled) return CMD_SUCCESS; if (!agentx_enabled) return CMD_SUCCESS;
vty_outln (vty, "SNMP AgentX support cannot be disabled once enabled"); vty_outln (vty, "SNMP AgentX support cannot be disabled once enabled");

View File

@ -2200,7 +2200,6 @@ DEFUN (no_config_log_file,
"Logging control\n" "Logging control\n"
"Cancel logging to file\n" "Cancel logging to file\n"
"Logging file name\n" "Logging file name\n"
"Logging file name\n"
"Logging level\n") "Logging level\n")
{ {
zlog_reset_file (); zlog_reset_file ();