Skip to content

Commit

Permalink
Add link to EBNF definition
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from #20023)
  • Loading branch information
paulidale authored and pull[bot] committed Apr 1, 2024
1 parent eb92d5f commit 1103507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/man7/property.pod
Expand Up @@ -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
Expand Down

0 comments on commit 1103507

Please sign in to comment.