svn commit: r361742 - stable/12/sbin/ifconfig

Eugene Grosbein eugen at FreeBSD.org
Wed Jun 3 04:48:01 UTC 2020


Author: eugen
Date: Wed Jun  3 04:48:00 2020
New Revision: 361742
URL: https://svnweb.freebsd.org/changeset/base/361742

Log:
  MFC r361548: ifconfig(8): spell "groupname" consistently with SYNOPSYS.

Modified:
  stable/12/sbin/ifconfig/ifconfig.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sbin/ifconfig/ifconfig.8
==============================================================================
--- stable/12/sbin/ifconfig/ifconfig.8	Wed Jun  3 00:16:36 2020	(r361741)
+++ stable/12/sbin/ifconfig/ifconfig.8	Wed Jun  3 04:48:00 2020	(r361742)
@@ -369,7 +369,7 @@ the system will not attempt to
 transmit messages through that interface.
 If possible, the interface will be reset to disable reception as well.
 This action does not automatically disable routes using the interface.
-.It Cm group Ar group-name
+.It Cm group Ar groupname
 Assign the interface to a
 .Dq group .
 Any interface can be in multiple groups.
@@ -382,7 +382,7 @@ is a member of the PPP interface family group,
 .\" The interface(s) the default route(s) point to are members of the
 .\" .Em egress
 .\" interface group.
-.It Cm -group Ar group-name
+.It Cm -group Ar groupname
 Remove the interface from the given
 .Dq group .
 .It Cm eui64


More information about the svn-src-all mailing list