diff options
author | Pauli <pauli@openssl.org> | 2023-01-18 08:03:33 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-01-20 00:15:53 +0100 |
commit | 69d6ecb7c320bafe0d30a88949eb22e19704221a (patch) | |
tree | 9f3daaeb8a0fa381cf603edd5ee84be3f9be1d20 /doc/man7 | |
parent | Add negative test for unquoted property string (diff) | |
download | openssl-69d6ecb7c320bafe0d30a88949eb22e19704221a.tar.xz openssl-69d6ecb7c320bafe0d30a88949eb22e19704221a.zip |
Add link to EBNF definition
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/20023)
Diffstat (limited to 'doc/man7')
-rw-r--r-- | doc/man7/property.pod | 3 |
1 files changed, 3 insertions, 0 deletions
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<https://www.w3.org/TR/2010/REC-xquery-20101214/#EBNFNotation>. + =head1 HISTORY Properties were added in OpenSSL 3.0 |