summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-01-18 18:03:33 +1100
committerPauli <pauli@openssl.org>2023-01-20 10:17:09 +1100
commit7b662e0fc7abf5eef2c54126e310c4d3d5702347 (patch)
treee429f3000bd34edfebac211b19c0176fedadd67e
parent3107aafad2ee802b979873bdbb86bd5245f1266c (diff)
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) (cherry picked from commit 69d6ecb7c320bafe0d30a88949eb22e19704221a)
-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 f1b9ff7ab0..95b135d39b 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