]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: ip-macsec: fix gcm-aes-256 formatting issue
authorLennert Buytenhek <buytenh@wantstofly.org>
Sun, 5 Sep 2021 18:37:00 +0000 (21:37 +0300)
committerDavid Ahern <dsahern@gmail.com>
Sun, 12 Sep 2021 17:13:26 +0000 (11:13 -0600)
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>
Signed-off-by: David Ahern <dsahern@gmail.com>
man/man8/ip-macsec.8

index 6739e51c3632d8bd8040d199efab1ae64fcfdbd7..bb816157b6ba4ec5c184fe50be7105c98c6b2278 100644 (file)
@@ -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 " } ] ["