Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2022 14:36:21 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6a213174ec4e - stable/12 - ifconfig.8: Cluster together short flags
Message-ID:  <202204121436.23CEaLsh038960@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=6a213174ec4e5808f89f0a6cbd6f4108e2033c04

commit 6a213174ec4e5808f89f0a6cbd6f4108e2033c04
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-29 17:12:50 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-04-12 14:36:13 +0000

    ifconfig.8: Cluster together short flags
    
    MFC after:      2 weeks
    
    (cherry picked from commit 2e053399fc3dd8464ee8761e35f1dc5100413fb2)
---
 sbin/ifconfig/ifconfig.8 | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 41b043db6e21..01839b7fc1e5 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -36,11 +36,8 @@
 .Nd configure network interface parameters
 .Sh SYNOPSIS
 .Nm
+.Op Fl kLmn
 .Op Fl f Ar type Ns Cm \&: Ns Ar format Ns Op Cm \&, Ns Ar type Ns Cm \& : Ns Ar format ...
-.Op Fl L
-.Op Fl k
-.Op Fl m
-.Op Fl n
 .Ar interface
 .Op Cm create
 .Ar address_family
@@ -54,27 +51,16 @@
 .Cm destroy
 .Nm
 .Fl a
-.Op Fl L
-.Op Fl d
+.Op Fl dLmuv
 .Op Fl G Ar groupname
 .Op Fl g Ar groupname
-.Op Fl m
-.Op Fl u
-.Op Fl v
 .Op Ar address_family
 .Nm
 .Fl l
-.Op Fl d
-.Op Fl u
+.Op Fl du
 .Op Ar address_family
 .Nm
-.Op Fl L
-.Op Fl d
-.Op Fl k
-.Op Fl m
-.Op Fl u
-.Op Fl v
-.Op Fl C
+.Op Fl CdkLmuv
 .Nm
 .Op Fl g Ar groupname
 .Sh DESCRIPTION



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