From c756c1c7903feca20194bf3ba88863307668106a Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Wed, 8 Feb 2017 09:11:57 -0800 Subject: Improve MFIB doxygen help Change-Id: Ie490b7fd5238cbad23f0199161cc14324fd9c554 Signed-off-by: Neale Ranns --- src/vnet/mfib/mfib_types.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vnet/mfib/mfib_types.c') diff --git a/src/vnet/mfib/mfib_types.c b/src/vnet/mfib/mfib_types.c index 68b1ac52c82..8452d86f6c6 100644 --- a/src/vnet/mfib/mfib_types.c +++ b/src/vnet/mfib/mfib_types.c @@ -171,7 +171,7 @@ mfib_show_route_flags (vlib_main_t * vm, } /*? - * This command display the set of support flags applicable to the MFIB route + * This command displays the set of supported flags applicable to an MFIB route */ /* *INDENT-OFF* */ VLIB_CLI_COMMAND (mfib_route_flags_command, static) = @@ -200,7 +200,7 @@ mfib_show_itf_flags (vlib_main_t * vm, } /*? - * This command display the set of support flags applicable to the MFIB route + * This command displays the set of supported flags applicable to an MFIB interface */ /* *INDENT-OFF* */ VLIB_CLI_COMMAND (mfib_itf_flags_command, static) = -- cgit 1.2.3-korg