From b6db5b3d50a827ae3e6824370c541c33ae87e250 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 3 Jun 2019 08:38:01 +1000 Subject: [PATCH] Remove file reference from property documentation. Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/9066) --- crypto/property/properties.xhtml | 685 ------------------------------- doc/man7/property.pod | 3 - 2 files changed, 688 deletions(-) delete mode 100755 crypto/property/properties.xhtml diff --git a/crypto/property/properties.xhtml b/crypto/property/properties.xhtml deleted file mode 100755 index d3a6874896..0000000000 --- a/crypto/property/properties.xhtml +++ /dev/null @@ -1,685 +0,0 @@ - - - - - - - - - - - Definition: - - - - - - - - PropertyName - - = - - - Value - - , - - - no referencesQuery: - - - - - - - - PropertyQuery - - , - - - no referencesPropertyQuery: - - - - - - - - - - - - PropertyName - - ? - - - PropertyName - - = - - - != - - - Value - - referenced by: - - Query - - Value: - - - - - - - - NumberLiteral - - - StringLiteral - - referenced by: - - Definition - PropertyQuery - - StringLiteral: - - - - - - - - QuotedString - - - UnquotedString - - referenced by: - - Value - - QuotedString: - - - - - - - - " - - - [^"] - - - " - - - ' - - - [^'] - - - ' - - - referenced by: - - StringLiteral - - UnquotedString: - - - - - - - - [^{space},] - - - referenced by: - - StringLiteral - - NumberLiteral: - - - - - - - - 0 - - - [0-7] - - - x - - - [0-9] - - - [A-F] - - - [a-f] - - - - - - - [1-9] - - - [0-9] - - - referenced by: - - Value - - PropertyName: - - - - - - - - [A-Z] - - - [A-Z] - - - [0-9] - - - _ - - - . - - - referenced by: - - Definition - PropertyQuery - - - - - -   - - ... generated by Railroad Diagram Generator - - - - - - - - R - R - - - - - - \ No newline at end of file diff --git a/doc/man7/property.pod b/doc/man7/property.pod index 88f5400dbc..e05f112b65 100644 --- a/doc/man7/property.pod +++ b/doc/man7/property.pod @@ -103,9 +103,6 @@ The lexical syntax in EBNF is given by: NumberLiteral ::= '0' ( [0-7]* | 'x' [0-9A-Fa-f]+ ) | '-'? [1-9] [0-9]+ PropertyName ::= [A-Z] [A-Z0-9_]* ( '.' [A-Z] [A-Z0-9_]* )* -Railroad diagrams for this grammar can be found in the -F file. - =head1 HISTORY Properties were added in OpenSSL 3.0 -- 2.25.1