mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:31:41 +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
|
|
@ -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…
Add table
Add a link
Reference in a new issue