On Wed, Dec 29, 2021 at 09:44:44PM +0100, Caspar Schutijser wrote: > Hi, > > The diff below fixes a minor typo in ifconfig.8. In the initial > short description, the "protected" option is said to have a > "child-iface" argument. In the text, this argument was referred to as > "interface". This diff makes it consistent. > > Caspar >
fixed, thanks. jmc > Index: ifconfig.8 > =================================================================== > RCS file: /cvs/src/sbin/ifconfig/ifconfig.8,v > retrieving revision 1.380 > diff -u -p -r1.380 ifconfig.8 > --- ifconfig.8 14 Nov 2021 03:02:06 -0000 1.380 > +++ ifconfig.8 29 Dec 2021 20:37:30 -0000 > @@ -2070,7 +2070,7 @@ Disable the filtering of IPv4 and IPv6 p > This is the default. > .It Cm protected Ar child-iface ids > Put > -.Ar interface > +.Ar child-iface > in protected domains. > .Ar ids > is a comma delimited list of domain IDs, between 1 and 31, to put the >
