From: Lennert Buytenhek <buytenh@wantstofly.org>
To: netdev@vger.kernel.org
Cc: stephen@networkplumber.org, dsahern@kernel.org,
Pete Morici <pmorici@dev295.com>
Subject: [PATCH iproute2] man: ip-macsec: fix gcm-aes-256 formatting issue
Date: Sun, 5 Sep 2021 21:37:00 +0300 [thread overview]
Message-ID: <YTUOTGy8vaj45bBA@wantstofly.org> (raw)
The 'ip link add' invocation template at the top of the ip-macsec man
page formats with a pair of extra double quotes:
ip link add link DEVICE name NAME type macsec [ [ address <lladdr> ]
port PORT | sci <u64> ] [ cipher { default | gcm-aes-128 | gcm-
aes-256"}][" icvlen ICVLEN ] [ encrypt { on | off } ] [ send_sci { on |
This is due to missing whitespace around the gcm-aes-256 identifier
in the source file.
Fixes: b16f525323357 ("Add support for configuring MACsec gcm-aes-256 cipher type.")
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
---
man/man8/ip-macsec.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/ip-macsec.8 b/man/man8/ip-macsec.8
index 6739e51c..bb816157 100644
--- a/man/man8/ip-macsec.8
+++ b/man/man8/ip-macsec.8
@@ -10,7 +10,7 @@ ip-macsec \- MACsec device configuration
|
.BI sci " <u64>"
] [
-.BR cipher " { " default " | " gcm-aes-128 " | "gcm-aes-256" } ] ["
+.BR cipher " { " default " | " gcm-aes-128 " | " gcm-aes-256 " } ] ["
.BI icvlen " ICVLEN"
] [
.BR encrypt " { " on " | " off " } ] ["
--
2.31.1
next reply other threads:[~2021-09-05 18:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-05 18:37 Lennert Buytenhek [this message]
2021-09-12 17:15 ` [PATCH iproute2] man: ip-macsec: fix gcm-aes-256 formatting issue David Ahern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YTUOTGy8vaj45bBA@wantstofly.org \
--to=buytenh@wantstofly.org \
--cc=dsahern@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pmorici@dev295.com \
--cc=stephen@networkplumber.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).