git: 59cdaadcf6a0 - main - ifconfig.8: Clean up -C and -v documentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 13:01:29 UTC
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=59cdaadcf6a0b755760bdf62074cc48a02d52fe0 commit 59cdaadcf6a0b755760bdf62074cc48a02d52fe0 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-03-30 11:38:14 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-03-30 12:58:36 +0000 ifconfig.8: Clean up -C and -v documentation MFC after: 2 weeks --- sbin/ifconfig/ifconfig.8 | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index ccc20e29cdc3..44551932f150 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -90,6 +90,10 @@ The flag may be used instead of the .Ar interface argument. +.It Fl C +List all the interface cloners available on the system, +with no additional information. +Use of this flag is mutually exclusive with all other flags and commands. .It Fl d Display only the interfaces that are down. .It Fl f Xo @@ -224,6 +228,8 @@ Display the capability list and all of the supported media for the specified interface. .It Fl u Display only the interfaces that are up. +.It Fl v +Get more verbose status for an interface. .It Ar address For the DARPA-Internet family, the address is either a host name present in the host name data @@ -340,16 +346,6 @@ When no arguments are given, is implied. .Pp The -.Fl v -flag may be used to get more verbose status for an interface. -.Pp -The -.Fl C -flag may be used to list all of the interface cloners available on -the system, with no additional information. -Use of this flag is mutually exclusive with all other flags and commands. -.Pp -The .Fl k flag causes keying information for the interface, if available, to be printed.