All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Masatake YAMATO <yamato@redhat.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 2/2] man: explain rt_tables.d and rt_protos.d directories
Date: Sat, 20 Dec 2025 17:38:27 -0800	[thread overview]
Message-ID: <20251220173827.5bc4e2b2@phoenix.local> (raw)
In-Reply-To: <20251217154547.2410768-1-yamato@redhat.com>

On Thu, 18 Dec 2025 00:45:47 +0900
Masatake YAMATO <yamato@redhat.com> wrote:

> Signed-off-by: Masatake YAMATO <yamato@redhat.com>
> ---
>  man/man8/ip-route.8.in | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/man/man8/ip-route.8.in b/man/man8/ip-route.8.in
> index aafa6d98..d30285a4 100644
> --- a/man/man8/ip-route.8.in
> +++ b/man/man8/ip-route.8.in
> @@ -1474,6 +1474,20 @@ ip route add 10.1.1.0/30 nhid 10
>  .RS 4
>  Adds an ipv4 route using nexthop object with id 10.
>  .RE
> +
> +.SH FILES
> +.BR *.conf
> +files under
> +.BR @SYSCONF_USR_DIR@/rt_tables.d " or " @SYSCONF_ETC_DIR@/rt_tables.d
> +are also read in addition to
> +.BR @SYSCONF_USR_DIR@/rt_tables " or " @SYSCONF_ETC_DIR@/rt_tables "."
> +
> +.BR *.conf
> +files under
> +.BR @SYSCONF_USR_DIR@/rt_protos.d " or " @SYSCONF_ETC_DIR@/rt_protos.d
> +are also read in addition to
> +.BR @SYSCONF_USR_DIR@/rt_protos " or " @SYSCONF_ETC_DIR@/rt_protos "."
> +
>  .SH SEE ALSO
>  .br
>  .BR ip (8)

This results in the same paragraph twice??

FILES
       *.conf     files      under      /usr/share/iproute2/rt_tables.d      or
       /etc/iproute2/rt_tables.d    are    also    read    in    addition    to
       /usr/share/iproute2/rt_tables or /etc/iproute2/rt_tables.

       *.conf     files      under      /usr/share/iproute2/rt_protos.d      or
       /etc/iproute2/rt_protos.d    are    also    read    in    addition    to
       /usr/share/iproute2/rt_protos or /etc/iproute2/rt_protos.



  reply	other threads:[~2025-12-21  1:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-17 15:45 [PATCH iproute2 2/2] man: explain rt_tables.d and rt_protos.d directories Masatake YAMATO
2025-12-21  1:38 ` Stephen Hemminger [this message]
2025-12-22  3:43   ` Masatake YAMATO

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=20251220173827.5bc4e2b2@phoenix.local \
    --to=stephen@networkplumber.org \
    --cc=netdev@vger.kernel.org \
    --cc=yamato@redhat.com \
    /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.