Re: rdomain.4: add netstat -R example

2020-09-22 Thread Remi Locherer
On Tue, Sep 22, 2020 at 08:54:31PM +0200, Klemens Nanni wrote:
> It's handy and otherwise easily missed when reading up on routing
> domains and tables;  wording taken from netstat(1) as is.
> 
> Not listing pgrep(1)'s `-T' because examples don't have to be exhaustive
> and ps(1) is already demonstrated;  same for top(1) users which more
> likely come across its `t' and `T' in the help page anyway (I guess).
> 
> Feedback? OK?
> 

ok remi@

> 
> Index: rdomain.4
> ===
> RCS file: /cvs/src/share/man/man4/rdomain.4,v
> retrieving revision 1.14
> diff -u -p -r1.14 rdomain.4
> --- rdomain.4 30 Jul 2020 21:44:34 -  1.14
> +++ rdomain.4 22 Sep 2020 18:51:29 -
> @@ -98,6 +98,10 @@ Put em0 and lo4 in rdomain 4:
>  # ifconfig em0 192.0.2.100/24
>  .Ed
>  .Pp
> +List all rdomains with associated interfaces and routing tables:
> +.Pp
> +.Dl # netstat -R
> +.Pp
>  Set a default route and localhost reject route within rtable 4:
>  .Bd -literal -offset indent
>  # route -T4 -qn add -net 127 127.0.0.1 -reject
> @@ -129,6 +133,7 @@ Delete rdomain 4 again:
>  # ifconfig lo4 destroy
>  .Ed
>  .Sh SEE ALSO
> +.Xr netstat 1 ,
>  .Xr ps 1 ,
>  .Xr lo 4 ,
>  .Xr route 4 ,
> 



Re: rdomain.4: add netstat -R example

2020-09-22 Thread Jason McIntyre
On Tue, Sep 22, 2020 at 08:54:31PM +0200, Klemens Nanni wrote:
> It's handy and otherwise easily missed when reading up on routing
> domains and tables;  wording taken from netstat(1) as is.
> 
> Not listing pgrep(1)'s `-T' because examples don't have to be exhaustive
> and ps(1) is already demonstrated;  same for top(1) users which more
> likely come across its `t' and `T' in the help page anyway (I guess).
> 
> Feedback? OK?
> 

makes sense. ok by me.
jmc

> 
> Index: rdomain.4
> ===
> RCS file: /cvs/src/share/man/man4/rdomain.4,v
> retrieving revision 1.14
> diff -u -p -r1.14 rdomain.4
> --- rdomain.4 30 Jul 2020 21:44:34 -  1.14
> +++ rdomain.4 22 Sep 2020 18:51:29 -
> @@ -98,6 +98,10 @@ Put em0 and lo4 in rdomain 4:
>  # ifconfig em0 192.0.2.100/24
>  .Ed
>  .Pp
> +List all rdomains with associated interfaces and routing tables:
> +.Pp
> +.Dl # netstat -R
> +.Pp
>  Set a default route and localhost reject route within rtable 4:
>  .Bd -literal -offset indent
>  # route -T4 -qn add -net 127 127.0.0.1 -reject
> @@ -129,6 +133,7 @@ Delete rdomain 4 again:
>  # ifconfig lo4 destroy
>  .Ed
>  .Sh SEE ALSO
> +.Xr netstat 1 ,
>  .Xr ps 1 ,
>  .Xr lo 4 ,
>  .Xr route 4 ,
> 



rdomain.4: add netstat -R example

2020-09-22 Thread Klemens Nanni
It's handy and otherwise easily missed when reading up on routing
domains and tables;  wording taken from netstat(1) as is.

Not listing pgrep(1)'s `-T' because examples don't have to be exhaustive
and ps(1) is already demonstrated;  same for top(1) users which more
likely come across its `t' and `T' in the help page anyway (I guess).

Feedback? OK?


Index: rdomain.4
===
RCS file: /cvs/src/share/man/man4/rdomain.4,v
retrieving revision 1.14
diff -u -p -r1.14 rdomain.4
--- rdomain.4   30 Jul 2020 21:44:34 -  1.14
+++ rdomain.4   22 Sep 2020 18:51:29 -
@@ -98,6 +98,10 @@ Put em0 and lo4 in rdomain 4:
 # ifconfig em0 192.0.2.100/24
 .Ed
 .Pp
+List all rdomains with associated interfaces and routing tables:
+.Pp
+.Dl # netstat -R
+.Pp
 Set a default route and localhost reject route within rtable 4:
 .Bd -literal -offset indent
 # route -T4 -qn add -net 127 127.0.0.1 -reject
@@ -129,6 +133,7 @@ Delete rdomain 4 again:
 # ifconfig lo4 destroy
 .Ed
 .Sh SEE ALSO
+.Xr netstat 1 ,
 .Xr ps 1 ,
 .Xr lo 4 ,
 .Xr route 4 ,