Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2024 21:55:28 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 170a7f2ec185 - stable/14 - ifconfig(8): wordsmith -G and -g descriptions
Message-ID:  <202406122155.45CLtSrA075624@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=170a7f2ec18570e11b6b8530ce746d33119d9a6a

commit 170a7f2ec18570e11b6b8530ce746d33119d9a6a
Author:     Pau Amma <pauamma@gundo.com>
AuthorDate: 2024-06-06 21:12:53 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-06-12 21:53:56 +0000

    ifconfig(8): wordsmith -G and -g descriptions
    
    Remove spurious ".Ar groupname".
    Add missing full stops.
    While there, tweak word order for better grammar.
    
    MFC after: 3 days
    
    Reviewed by:    Alexander Ziaee, Mina Galić, allanjude, imp
    Differential Revision:  https://reviews.freebsd.org/D45092
    
    (cherry picked from commit 21faf821a3046f2522dc8d49797f1c1ec74c6b0f)
---
 sbin/ifconfig/ifconfig.8 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index fa463ad8af5d..259be41bf94b 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,3 +1,6 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-3-Clause
+.\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -25,9 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     From: @(#)ifconfig.8	8.3 (Berkeley) 1/5/94
-.\"
-.Dd May 12, 2024
+.Dd June 6, 2024
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -216,11 +217,10 @@ Shortcut notation for
 Exclude members of the specified
 .Ar groupname
 from the output.
-.Ar groupname .
 .Pp
-Only one option
+Only one
 .Fl G
-should be specified as later override previous ones
+option should be specified as later ones override earlier ones.
 .Ar groupname
 may contain shell patterns in which case it should be quoted.
 .Pp
@@ -246,9 +246,9 @@ lists names of interfaces belonging to
 .Ar groupname .
 Any other flags and arguments are ignored in this case.
 .Pp
-Only one option
+Only one
 .Fl g
-should be specified as later override previous ones
+option should be specified as later ones override earlier ones.
 .Ar groupname
 may contain shell patterns in which case it should be quoted.
 .Pp



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