summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/property.pod3
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