From: Lennert Buytenhek Date: Sun, 5 Sep 2021 18:37:00 +0000 (+0300) Subject: man: ip-macsec: fix gcm-aes-256 formatting issue X-Git-Tag: v5.16.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b3d6a2add594a2d6633ac17d08f689fde67bb7;p=thirdparty%2Fiproute2.git man: ip-macsec: fix gcm-aes-256 formatting issue 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 ] port PORT | sci ] [ 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 Signed-off-by: David Ahern --- diff --git a/man/man8/ip-macsec.8 b/man/man8/ip-macsec.8 index 6739e51c3..bb816157b 100644 --- a/man/man8/ip-macsec.8 +++ b/man/man8/ip-macsec.8 @@ -10,7 +10,7 @@ ip-macsec \- MACsec device configuration | .BI sci " " ] [ -.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 " } ] ["