Skip to content

Commit

Permalink
openssl-3.0#20290: Fixed typo in "config" man page
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #20311)

(cherry picked from commit 3da073c)
  • Loading branch information
Jeeban Sethi authored and paulidale committed Feb 19, 2023
1 parent 344d3b3 commit d54e91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man5/config.pod
Expand Up @@ -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
Expand Down

0 comments on commit d54e91d

Please sign in to comment.