diff options
author | Pauli <paul.dale@oracle.com> | 2019-06-03 00:38:01 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-06-03 08:42:50 +0200 |
commit | b6db5b3d50a827ae3e6824370c541c33ae87e250 (patch) | |
tree | 935aa960c44c30c738ab76ba1141849796a92754 /doc | |
parent | Add the content type attribute to additional CMS signerinfo. (diff) | |
download | openssl-b6db5b3d50a827ae3e6824370c541c33ae87e250.tar.xz openssl-b6db5b3d50a827ae3e6824370c541c33ae87e250.zip |
Remove file reference from property documentation.
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9066)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man7/property.pod | 3 |
1 files changed, 0 insertions, 3 deletions
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<crypto/property/properties.xhtml> file. - =head1 HISTORY Properties were added in OpenSSL 3.0 |