On 2022/07/29 14:01, Klemens Nanni wrote:
> retrieving revision 1.103
> diff -u -p -r1.103 route.8
> --- sbin/route/route.8        31 Mar 2022 17:27:20 -0000      1.103
> +++ sbin/route/route.8        29 Jul 2022 13:54:26 -0000
> @@ -78,6 +78,9 @@ Suppress all output.
>  .It Fl T Ar rtable
>  Select an alternate routing table to modify or query.
>  The default is to use the current routing table.
> +.Pp
> +The current routing table can be displayed with
> +.Xr id 1 .

That's a good place for it. Think it would be better without .Pp,
otherwise OK

>  .Dl # route -T4 exec /usr/sbin/sshd
>  .Pp
> -Display to which rdomain processes are assigned:
> +Display to which routing table processes are assigned:

That's hard to parse. Maybe just "Display the routing table used by each
process".

>  .Pp
>  .Dl $ ps aux -o rtable
>  .Pp
> +Display the routing table of the current process:
> +.Pp
> +.Dl $ id -R
> +.Pp
>  A
>  .Xr pf.conf 5
>  snippet to block incoming port 80,
> @@ -133,6 +137,7 @@ Delete rdomain 4 again:
>  # ifconfig lo4 destroy
>  .Ed
>  .Sh SEE ALSO
> +.Xr id 1 ,
>  .Xr netstat 1 ,
>  .Xr ps 1 ,
>  .Xr lo 4 ,
> 

Reply via email to