All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2] man: ip-macsec: fix gcm-aes-256 formatting issue
@ 2021-09-05 18:37 Lennert Buytenhek
  2021-09-12 17:15 ` David Ahern
  0 siblings, 1 reply; 2+ messages in thread
From: Lennert Buytenhek @ 2021-09-05 18:37 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern, Pete Morici

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH iproute2] man: ip-macsec: fix gcm-aes-256 formatting issue
  2021-09-05 18:37 [PATCH iproute2] man: ip-macsec: fix gcm-aes-256 formatting issue Lennert Buytenhek
@ 2021-09-12 17:15 ` David Ahern
  0 siblings, 0 replies; 2+ messages in thread
From: David Ahern @ 2021-09-12 17:15 UTC (permalink / raw)
  To: Lennert Buytenhek, netdev; +Cc: stephen, dsahern, Pete Morici

On 9/5/21 12:37 PM, Lennert Buytenhek wrote:
> 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(-)
> 

applied. Thank you


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-12 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-05 18:37 [PATCH iproute2] man: ip-macsec: fix gcm-aes-256 formatting issue Lennert Buytenhek
2021-09-12 17:15 ` David Ahern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.