Re: rdomain.4: Use -rdomain to delete rdomain

2020-02-01 Thread Jeremie Courreges-Anglas
On Sat, Feb 01 2020, Klemens Nanni  wrote:
> Small nit but this properly reflects the "delete" semantic, much better
> than the implicit "reassign".
>
> ifconfig(8) also nicely mentions IPv4 and IPv6 addresses being purged
> in the `-rdomain' part, should the reader consult this manual afterwards.
>
> OK?

ok jca@

>
> Index: rdomain.4
> ===
> RCS file: /cvs/src/share/man/man4/rdomain.4,v
> retrieving revision 1.12
> diff -u -p -r1.12 rdomain.4
> --- rdomain.4 9 Sep 2018 10:13:21 -   1.12
> +++ rdomain.4 1 Feb 2020 00:13:17 -
> @@ -125,7 +125,7 @@ match out on rdomain 4 to !$internal_net
>  .Pp
>  Delete rdomain 4 again:
>  .Bd -literal -offset indent
> -# ifconfig em0 rdomain 0
> +# ifconfig em0 -rdomain
>  # ifconfig lo4 destroy
>  .Ed
>  .Sh SEE ALSO
>

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



rdomain.4: Use -rdomain to delete rdomain

2020-01-31 Thread Klemens Nanni
Small nit but this properly reflects the "delete" semantic, much better
than the implicit "reassign".

ifconfig(8) also nicely mentions IPv4 and IPv6 addresses being purged
in the `-rdomain' part, should the reader consult this manual afterwards.

OK?


Index: rdomain.4
===
RCS file: /cvs/src/share/man/man4/rdomain.4,v
retrieving revision 1.12
diff -u -p -r1.12 rdomain.4
--- rdomain.4   9 Sep 2018 10:13:21 -   1.12
+++ rdomain.4   1 Feb 2020 00:13:17 -
@@ -125,7 +125,7 @@ match out on rdomain 4 to !$internal_net
 .Pp
 Delete rdomain 4 again:
 .Bd -literal -offset indent
-# ifconfig em0 rdomain 0
+# ifconfig em0 -rdomain
 # ifconfig lo4 destroy
 .Ed
 .Sh SEE ALSO