From 69d6ecb7c320bafe0d30a88949eb22e19704221a Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 18 Jan 2023 18:03:33 +1100 Subject: [PATCH] Add link to EBNF definition Reviewed-by: Richard Levitte Reviewed-by: Hugo Landau Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/20023) --- doc/man7/property.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man7/property.pod b/doc/man7/property.pod index 3d6f269d7f..bc57a67648 100644 --- a/doc/man7/property.pod +++ b/doc/man7/property.pod @@ -158,6 +158,9 @@ The lexical syntax in EBNF is given by: NumberLiteral ::= '0' ( [0-7]* | 'x' [0-9A-Fa-f]+ ) | '-'? [1-9] [0-9]+ PropertyName ::= [A-Za-z] [A-Za-z0-9_]* ( '.' [A-Za-z] [A-Za-z0-9_]* )* +The flavour of EBNF being used is defined by: +L. + =head1 HISTORY Properties were added in OpenSSL 3.0