mirror of
https://github.com/curl/curl.git
synced 2026-01-26 15:03:21 +00: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
@ -8,6 +8,7 @@ Help: Load/save SSL session tickets from/to this file
|
||||
Added: 8.12.0
|
||||
Category: tls
|
||||
Multi: single
|
||||
Experimental: yes
|
||||
See-also:
|
||||
- tls-earlydata
|
||||
Example:
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user