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:
Daniel Stenberg 2025-09-11 16:09:45 +02:00
parent 115fe808f2
commit 839b22863e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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]";