svn commit: r361548 - head/sbin/ifconfig

Eugene Grosbein eugen at FreeBSD.org
Wed May 27 08:16:18 UTC 2020


Author: eugen
Date: Wed May 27 08:16:17 2020
New Revision: 361548
URL: https://svnweb.freebsd.org/changeset/base/361548

Log:
  ifconfig(8): spell "groupname" consistently with SYNOPSYS.
  
  MFC after:	1 week

Modified:
  head/sbin/ifconfig/ifconfig.8

Modified: head/sbin/ifconfig/ifconfig.8
==============================================================================
--- head/sbin/ifconfig/ifconfig.8	Wed May 27 08:00:38 2020	(r361547)
+++ head/sbin/ifconfig/ifconfig.8	Wed May 27 08:16:17 2020	(r361548)
@@ -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