Date: Tue, 12 Apr 2022 14:36:22 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: 1696f627716b - stable/13 - ifconfig.8: Document the synopsis of -C Message-ID: <202204121436.23CEaM4W038984@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=1696f627716b127c86d7a3c50ee90481f505558b commit 1696f627716b127c86d7a3c50ee90481f505558b Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-03-29 17:16:07 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-04-12 14:35:51 +0000 ifconfig.8: Document the synopsis of -C As documented, the -C flag can only be used on its own. Any other command modifiers and flags are ignored when -C is used. Reflect that in synopsis. MFC after: 2 weeks (cherry picked from commit efb4f7fd09eb54e231c819888a65a8c596a36afc) --- sbin/ifconfig/ifconfig.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index c4a37a164147..59dd7708276b 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -56,13 +56,15 @@ .Op Fl g Ar groupname .Op Ar address_family .Nm +.Fl C +.Nm .Fl g Ar groupname .Nm .Fl l .Op Fl du .Op Ar address_family .Nm -.Op Fl CdkLmuv +.Op Fl dkLmuv .Sh DESCRIPTION The .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204121436.23CEaM4W038984>