summaryrefslogtreecommitdiff
path: root/doc/man7/property.pod
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-01-18 18:03:33 +1100
committerPauli <pauli@openssl.org>2023-01-20 10:15:53 +1100
commit69d6ecb7c320bafe0d30a88949eb22e19704221a (patch)
tree9f3daaeb8a0fa381cf603edd5ee84be3f9be1d20 /doc/man7/property.pod
parent543ac2f0191f10d8a3774727fa691543de8b15bb (diff)
downloadopenssl-new-69d6ecb7c320bafe0d30a88949eb22e19704221a.tar.gz
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/property.pod')
-rw-r--r--doc/man7/property.pod3
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