]> git.ipfire.org Git - thirdparty/openssl.git/commit
doc: rename .pod.in files that don't use templating to .pod
authorkovan <xaum.io@gmail.com>
Thu, 29 Jan 2026 11:12:38 +0000 (12:12 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 13 Feb 2026 14:49:29 +0000 (15:49 +0100)
commit865489d5249659bf8ff1b979e0ebf2016adc01be
treee6b583e0f4fd4907c0c712845fbfd129a582fdfd
parent4cf52a2feda838b99a9255417844fbd20420159d
doc: rename .pod.in files that don't use templating to .pod

These man page source files only used the output_do_not_edit_headers()
template function, which just generates a comment. Since they don't
use any meaningful templating, rename them from .pod.in to .pod and
remove the template line and build.info generation rules.

Files renamed:
- openssl-asn1parse.pod.in -> openssl-asn1parse.pod
- openssl-cmds.pod.in -> openssl-cmds.pod
- openssl-fipsinstall.pod.in -> openssl-fipsinstall.pod
- openssl-info.pod.in -> openssl-info.pod
- openssl-sess_id.pod.in -> openssl-sess_id.pod
- openssl-version.pod.in -> openssl-version.pod
- openssl-configutl and openssl-errstr .pod.in

Fixes #27760

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
MergeDate: Fri Feb 13 14:50:16 2026
(Merged from https://github.com/openssl/openssl/pull/29838)
doc/build.info
doc/man1/openssl-asn1parse.pod [moved from doc/man1/openssl-asn1parse.pod.in with 99% similarity]
doc/man1/openssl-cmds.pod [moved from doc/man1/openssl-cmds.pod.in with 98% similarity]
doc/man1/openssl-configutl.pod [moved from doc/man1/openssl-configutl.pod.in with 96% similarity]
doc/man1/openssl-errstr.pod [moved from doc/man1/openssl-errstr.pod.in with 95% similarity]
doc/man1/openssl-fipsinstall.pod [moved from doc/man1/openssl-fipsinstall.pod.in with 99% similarity]
doc/man1/openssl-info.pod [moved from doc/man1/openssl-info.pod.in with 97% similarity]
doc/man1/openssl-sess_id.pod [moved from doc/man1/openssl-sess_id.pod.in with 98% similarity]
doc/man1/openssl-version.pod [moved from doc/man1/openssl-version.pod.in with 97% similarity]