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 <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: b16f525323 ("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>
This commit is contained in:
Lennert Buytenhek 2021-09-05 21:37:00 +03:00 committed by David Ahern
parent 917d913b2e
commit 12b3d6a2ad

View 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 " } ] ["