osmux: Fix the VTY online help in the osmux command

This should fix most of:

Documentation error (missing docs):
<command id='osmux (on|off)'>
        <param name='off' doc='(null)' />

Documentation error (missing docs):
<command id='osmux batch-factor &lt;1-4&gt;'>
        <param name='&lt;1-4&gt;' doc='(null)' />

Documentation error (missing docs):
<command id='osmux (on|off)'>
        <param name='off' doc='(null)' />

Documentation error (missing docs):
<command id='osmux (on|off)'>
        <param name='off' doc='(null)' />

Documentation error (missing docs):
<command id='osmux batch-factor &lt;1-4&gt;'>
        <param name='&lt;1-4&gt;' doc='(null)' />
This commit is contained in:
Holger Hans Peter Freyther
2014-06-03 13:36:42 +02:00
parent 889710c890
commit cc84c9535c

View File

@@ -1068,7 +1068,7 @@ DEFUN(reset_all_endp, reset_all_endp_cmd,
return CMD_SUCCESS; return CMD_SUCCESS;
} }
#define OSMUX_STR "RTP multiplexing" #define OSMUX_STR "RTP multiplexing\n"
DEFUN(cfg_mgcp_osmux, DEFUN(cfg_mgcp_osmux,
cfg_mgcp_osmux_cmd, cfg_mgcp_osmux_cmd,
"osmux (on|off)", "osmux (on|off)",