git: 9700451442ec - stable/13 - ifconfig.8: Clean up -k documentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 08:19:19 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=9700451442ec7d6acc111e76486e01f02f11ae3f
commit 9700451442ec7d6acc111e76486e01f02f11ae3f
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-30 11:41:20 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-06-29 08:09:08 +0000
ifconfig.8: Clean up -k documentation
MFC after: 2 weeks
(cherry picked from commit 9076f99b9bb4943944e3bf0669ed9f48b3ac2278)
---
sbin/ifconfig/ifconfig.8 | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 81c97a743aaa..852deda3139e 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -206,6 +206,17 @@ Only one option
should be specified as later override previous ones
.Ar groupname
may contain shell patterns in which case it should be quoted.
+.It Fl k
+Print keying information for the
+.Ar interface ,
+if available.
+.Pp
+For example, the values of 802.11 WEP keys and
+.Xr carp 4
+passphrases will be printed, if accessible to the current user.
+.Pp
+This information is not printed by default, as it may be considered
+sensitive.
.It Fl L
Display address lifetime for IPv6 addresses as time offset string.
.It Fl l
@@ -345,16 +356,6 @@ When no arguments are given,
.Fl a
is implied.
.Pp
-The
-.Fl k
-flag causes keying information for the interface, if available, to be
-printed.
-For example, the values of 802.11 WEP keys and
-.Xr carp 4
-passphrases will be printed, if accessible to the current user.
-This information is not printed by default, as it may be considered
-sensitive.
-.Pp
If the network interface driver is not present in the kernel then
.Nm
will attempt to load it.