All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: Sven Eckelmann <sven@narfation.org>
Subject: [PATCH 9/9] batctl: man: Rewrite SEE ALSO list
Date: Sat, 17 Jul 2021 13:01:29 +0200	[thread overview]
Message-ID: <20210717110129.25539-10-sven@narfation.org> (raw)
In-Reply-To: <20210717110129.25539-1-sven@narfation.org>

The dot command is not relevant anymore to batctl because the vis command
is no longer provided by batctl/batman-adv.

The ip and ip-link are the main tools to handle the kernel net_devices via
rtnetlink. They are therefore a must for anyone trying to use the batadv
interfaces.

The trace-cmd is the tool which has to be used to gather the logs from the
kernel when batctl enabled the various loglevels for an batadv interface.

The bridge utility is the main tool to configure bridges over the
batman-adv interfaces. It must also be used to read out the mdb state in
case the multicast handling of batman-adv has to be debugged.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 man/batctl.8 | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/man/batctl.8 b/man/batctl.8
index 1470beb..b5be0b8 100644
--- a/man/batctl.8
+++ b/man/batctl.8
@@ -506,11 +506,14 @@ provided host name or replace MAC addresses in debug output and logs. Host names
 addresses.
 
 .SH SEE ALSO
-.BR ping (1),
-.BR traceroute (1),
-.BR tcpdump (1),
+.BR bridge (8),
 .BR dmesg (1),
-.BR dot (1)
+.BR ip (8),
+.BR ip-link (8),
+.BR ping (8),
+.BR tcpdump (8),
+.BR traceroute (1),
+.BR trace-cmd (1)
 .SH AUTHOR
 batctl was written by Andreas Langer <an.langer@gmx.de> and Marek Lindner <mareklindner@neomailbox.ch>.
 .PP
-- 
2.30.2


      parent reply	other threads:[~2021-07-17 11:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-17 11:01 [PATCH 0/9] batctl: manpage spring cleaning Sven Eckelmann
2021-07-17 11:01 ` [PATCH 1/9] batctl: man: Fix alignment after json list Sven Eckelmann
2021-07-17 11:01 ` [PATCH 2/9] batctl: man: Move commands to own section Sven Eckelmann
2021-07-17 11:01 ` [PATCH 3/9] batctl: man: Convert lists to indented paragraph Sven Eckelmann
2021-07-17 11:01 ` [PATCH 4/9] batctl: man: Use native list support Sven Eckelmann
2021-07-17 11:01 ` [PATCH 5/9] batctl: man: Use tbl groff preprocessor for tables Sven Eckelmann
2021-07-17 11:01 ` [PATCH 6/9] batctl: man: Switch to manpage font convention Sven Eckelmann
2021-07-17 11:01 ` [PATCH 7/9] batctl: man: Add example section Sven Eckelmann
2021-07-17 11:01 ` [PATCH 8/9] batctl: man: Reorder and restructure sections Sven Eckelmann
2021-07-17 11:01 ` Sven Eckelmann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210717110129.25539-10-sven@narfation.org \
    --to=sven@narfation.org \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.