diff options
Diffstat (limited to 'doc/man5/config.pod')
-rw-r--r-- | doc/man5/config.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man5/config.pod b/doc/man5/config.pod index 77a8055e81fa..a78ff4dc0657 100644 --- a/doc/man5/config.pod +++ b/doc/man5/config.pod @@ -73,7 +73,7 @@ done with the following directive: The default behavior, where the B<value> is B<false> or B<off>, is to treat the dollarsign as indicating a variable name; C<foo$bar> is interpreted as C<foo> followed by the expansion of the variable C<bar>. If B<value> is -B<true> or B<on>, then C<foo$bar> is a single seven-character name nad +B<true> or B<on>, then C<foo$bar> is a single seven-character name and variable expansions must be specified using braces or parentheses. .pragma [=] includedir:value @@ -575,7 +575,7 @@ L<x509v3_config(5)>. =head1 COPYRIGHT -Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |