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 |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
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 --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
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(-)