mirror of
https://github.com/curl/curl.git
synced 2026-05-15 11:16:20 +03:00
ssl-sessions.md: mark option experimental
Also make managen output the experimental text with the correct prefix/margin for the ascii version. Closes #18523
This commit is contained in:
parent
115fe808f2
commit
839b22863e
2 changed files with 3 additions and 1 deletions
|
|
@ -728,7 +728,8 @@ sub single {
|
|||
}
|
||||
|
||||
if($experimental) {
|
||||
push @leading, "**WARNING**: this option is experimental. Do not use in production.\n\n";
|
||||
my $pref = $manpage ? "" : "[1]";
|
||||
push @leading, "$pref**WARNING**: this option is experimental. Do not use in production.\n\n";
|
||||
}
|
||||
|
||||
my $pre = $manpage ? "\n": "[1]";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue