From cec3901aa2ad09d504cb076100cf6e4b37d01775 Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 30 May 2019 10:57:53 +1000 Subject: Add man 7 page about properties. Add a page about properties in the man7 section of the public documentation. Reviewed-by: Richard Levitte Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/9011) --- crypto/property/properties.ebnf | 2 +- crypto/property/properties.xhtml | 382 +++++++++++++++++---------------------- 2 files changed, 168 insertions(+), 216 deletions(-) (limited to 'crypto/property') diff --git a/crypto/property/properties.ebnf b/crypto/property/properties.ebnf index 0051c7e430..62e4f77cca 100644 --- a/crypto/property/properties.ebnf +++ b/crypto/property/properties.ebnf @@ -4,7 +4,7 @@ Definition ::= PropertyName ( '=' Value )? ( ',' PropertyName ( '=' Value )? )* Query ::= PropertyQuery ( ',' PropertyQuery )* PropertyQuery ::= '-'? PropertyName - | '?' ( PropertyName (( '=' | '!=' ) Value)?) + | '?'? ( PropertyName (( '=' | '!=' ) Value)?) Value ::= NumberLiteral | StringLiteral StringLiteral ::= QuotedString | UnquotedString diff --git a/crypto/property/properties.xhtml b/crypto/property/properties.xhtml index 766d885bf0..0a613ef002 100755 --- a/crypto/property/properties.xhtml +++ b/crypto/property/properties.xhtml @@ -6,13 +6,13 @@ @@ -223,30 +223,30 @@ @@ -263,39 +263,34 @@ , - - - -
         ::= PropertyName ( '=' Value )? ( ',' PropertyName ( '=' Value )? )*
-
- no referencesQuery: + no referencesQuery: @@ -307,38 +302,34 @@ , - - -
Query    ::= PropertyQuery ( ',' PropertyQuery )*
-
- no referencesPropertyQuery: + no referencesPropertyQuery: @@ -348,28 +339,22 @@ - - PropertyName - - ? - - - PropertyName - - = - - - != - - - Value - - - - -
         ::= '-'? PropertyName
-
           | '?' PropertyName ( ( '=' | '!=' ) Value )?
-
- referenced by: + PropertyName + + ? + + + PropertyName + + = + + + != + + + Value + + referenced by: Query @@ -377,30 +362,30 @@ @@ -412,12 +397,7 @@ StringLiteral - - -
Value    ::= NumberLiteral
-
           | StringLiteral
-
- referenced by: + referenced by: Definition PropertyQuery @@ -426,30 +406,30 @@ @@ -461,13 +441,7 @@ UnquotedString - - - -
         ::= QuotedString
-
           | UnquotedString
-
- referenced by: + referenced by: Value @@ -475,30 +449,30 @@ @@ -523,13 +497,7 @@ ' - - - -
         ::= '"' [^"]* '"'
-
           | "'" [^']* "'"
-
- referenced by: + referenced by: StringLiteral @@ -537,30 +505,30 @@ @@ -570,12 +538,7 @@ [^{space},] - - - -
         ::= [^{space},]+
-
- referenced by: + referenced by: StringLiteral @@ -583,30 +546,30 @@ @@ -640,13 +603,7 @@ [0-9] - - - -
         ::= '0' ( [0-7]* | 'x' [0-9A-Fa-f]+ )
-
           | '-'? [1-9] [0-9]+
-
- referenced by: + referenced by: Value @@ -654,30 +611,30 @@ @@ -699,12 +656,7 @@ . - - - -
         ::= [A-Z] [A-Z0-9_]* ( '.' [A-Z] [A-Z0-9_]* )*
-
- referenced by: + referenced by: Definition PropertyQuery -- cgit v1.2.3