mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-08 03:41:37 +02:00
Openssl switches the naming of manpages to the common style openssl-$SUBCOMMAND, e.g. openssl-enc. For backward compatibility try to show the manpage with the old name if the new one doesn't exist.
1 line
42 B
Text
1 line
42 B
Text
man openssl${1:+-$1} || man ${1:-openssl}
|