From: Pauli Date: Wed, 18 Jan 2023 07:03:33 +0000 (+1100) Subject: Add link to EBNF definition X-Git-Tag: openssl-3.2.0-alpha1~1428 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69d6ecb7c320bafe0d30a88949eb22e19704221a;p=thirdparty%2Fopenssl.git 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) --- diff --git a/doc/man7/property.pod b/doc/man7/property.pod index 3d6f269d7ff..bc57a676481 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