diff mbox series

[iproute2-next,v2,7/8] man: dcb: add additional references under 'SEE ALSO'

Message ID 20230510-dcb-rewr-v2-7-9f38e688117e@microchip.com (mailing list archive)
State Superseded
Delegated to: David Ahern
Headers show
Series Introduce new dcb-rewr subcommand | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Daniel Machon May 25, 2023, 6:10 p.m. UTC
Add dcb-apptrust and dcb-rewr to the 'SEE ALSO' section of the dcb
manpage.

Signed-off-by: Daniel Machon <daniel.machon@microchip.com>
---
 man/man8/dcb.8 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Petr Machata May 30, 2023, 7:39 p.m. UTC | #1
Daniel Machon <daniel.machon@microchip.com> writes:

> Add dcb-apptrust and dcb-rewr to the 'SEE ALSO' section of the dcb
> manpage.

Hmm, yeah, apptrust was left behind the last time around.

> Signed-off-by: Daniel Machon <daniel.machon@microchip.com>

Reviewed-by: Petr Machata <me@pmachata.org>
diff mbox series

Patch

diff --git a/man/man8/dcb.8 b/man/man8/dcb.8
index 24944b73816b..a1d6505e93b4 100644
--- a/man/man8/dcb.8
+++ b/man/man8/dcb.8
@@ -140,10 +140,12 @@  Exit status is 0 if command was successful or a positive integer upon failure.
 
 .SH SEE ALSO
 .BR dcb-app (8),
+.BR dcb-apptrust (8),
 .BR dcb-buffer (8),
 .BR dcb-ets (8),
 .BR dcb-maxrate (8),
-.BR dcb-pfc (8)
+.BR dcb-pfc (8),
+.BR dcb-rewr (8)
 .br
 
 .SH REPORTING BUGS