diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-09-29 15:36:51 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2021-10-06 12:32:20 +0000 |
commit | 2c77ae484c30ca5a752c5f7ccd336d8e977db9a6 (patch) | |
tree | dbc5038f3e4cc60b62f151589728e7d74490b160 /src/vnet/interface_cli.c | |
parent | ecd6b1a985acd8e0256a170f1fe1f7e38df8c420 (diff) |
docs: vnet comment nitfixes
Type: improvement
Change-Id: Iac01d7830b53819ace8f199554be10ab89ecdb97
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/vnet/interface_cli.c')
-rw-r--r-- | src/vnet/interface_cli.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/vnet/interface_cli.c b/src/vnet/interface_cli.c index 2f231c117db..4f6f2cf05a5 100644 --- a/src/vnet/interface_cli.c +++ b/src/vnet/interface_cli.c @@ -941,7 +941,6 @@ done: return error; } - /*? * This command is used to change the admin state (up/down) of an interface. * @@ -951,9 +950,11 @@ done: * '<em>punt</em>' flag (interface is still down). * * @cliexpar - * Example of how to configure the admin state of an interface to '<em>up</em?': + * Example of how to configure the admin state of an interface to + '<em>up</em>': * @cliexcmd{set interface state GigabitEthernet2/0/0 up} - * Example of how to configure the admin state of an interface to '<em>down</em?': + * Example of how to configure the admin state of an interface to + '<em>down</em>': * @cliexcmd{set interface state GigabitEthernet2/0/0 down} ?*/ /* *INDENT-OFF* */ @@ -2392,7 +2393,7 @@ pcap_trace_command_fn (vlib_main_t * vm, * @cliexend * Example of how to start a tx packet capture: * @cliexstart{pcap trace tx max 35 intfc GigabitEthernet0/8/0 file -vppTest.pcap} + * vppTest.pcap} * @cliexend * Example of how to display the status of a tx packet capture in progress: * @cliexstart{pcap trace status} |