Date: Tue, 12 Apr 2022 14:36:20 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: 2506267cd61d - stable/13 - ifconfig.8: Cluster together short flags Message-ID: <202204121436.23CEaKwb038828@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2506267cd61dd04accd04ad4e70ecb797f9cc8e7 commit 2506267cd61dd04accd04ad4e70ecb797f9cc8e7 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:35:49 +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 9f04ddc3c719..0e915e4ff971 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.23CEaKwb038828>