Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2022 09:39:17 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 78d4bd87539a - main - ifconfig.8: Document -g all and -G all
Message-ID:  <202206240939.25O9dHrq066639@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=78d4bd87539a53b1b7ea9539ce05b1dfc0285bc6

commit 78d4bd87539a53b1b7ea9539ce05b1dfc0285bc6
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-06-24 09:38:02 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-06-24 09:38:02 +0000

    ifconfig.8: Document -g all and -G all
    
    The special group name "all" selects all the interfaces.
    
    MFC after:      3 days
---
 sbin/ifconfig/ifconfig.8 | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index c2f8df64616e..0bedcbfe1c3c 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
 .\"     From: @(#)ifconfig.8	8.3 (Berkeley) 1/5/94
 .\" $FreeBSD$
 .\"
-.Dd May 26, 2022
+.Dd June 24, 2022
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -199,6 +199,12 @@ Only one option
 should be specified as later override previous ones
 .Ar groupname
 may contain shell patterns in which case it should be quoted.
+.Pp
+Setting
+.Ar groupname
+to
+.Cm all
+selects all interfaces.
 .It Fl g Ar groupname
 Limit the output to the members of the specified
 .Ar groupname .
@@ -221,6 +227,12 @@ Only one option
 should be specified as later override previous ones
 .Ar groupname
 may contain shell patterns in which case it should be quoted.
+.Pp
+Setting
+.Ar groupname
+to
+.Cm all
+selects all interfaces.
 .It Fl k
 Print keying information for the
 .Ar interface ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206240939.25O9dHrq066639>