1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-02 19:50:12 -05:00

Docs: consistent indexing of command-line options.

We used to have a practice of \IM-ing every command-line option for the
index, but haven't kept it up.
Add these for all existing indexed command-line options, plus some
related tidying.
This commit is contained in:
Jacob Nevins 2025-02-11 16:54:44 +00:00
parent 54648a161e
commit 188d7c9685
3 changed files with 29 additions and 2 deletions

View File

@ -259,11 +259,37 @@ saved sessions from
\IM{-N-upper} \c{\-N} command-line option \IM{-N-upper} \c{\-N} command-line option
\IM{\-1} \c{\-1} command-line option \IM{\-1} \c{\-1} command-line option
\IM{\-2} \c{\-2} command-line option \IM{\-2} \c{\-2} command-line option
\IM{\-4} \c{\-4} command-line option
\IM{\-6} \c{\-6} command-line option
\IM{\-i} \c{\-i} command-line option \IM{\-i} \c{\-i} command-line option
\IM{\-pgpfp} \c{\-pgpfp} command-line option \IM{\-pgpfp} \c{\-pgpfp} command-line option
\IM{\-sercfg} \c{\-sercfg} command-line option \IM{\-sercfg} \c{\-sercfg} command-line option
\IM{\-share} \c{\-share} command-line option \IM{\-share} \c{\-share} command-line option
\IM{\-noshare} \c{\-noshare} command-line option \IM{\-noshare} \c{\-noshare} command-line option
\IM{\-agent} \c{\-agent} command-line option
\IM{\-noagent} \c{\-noagent} command-line option
\IM{\-nc} \c{\-nc} command-line option
\IM{\-restrict\-acl} \c{\-restrict\-acl} command-line option
\IM{\-restrict\-putty\-acl} \c{\-restrict\-putty\-acl} Pageant command-line option
\IM{\-loghost} \c{\-loghost} command-line option
\IM{\-hostkey} \c{\-hostkey} command-line option
\IM{\-sessionlog} \c{\-sessionlog} command-line option
\IM{\-sshlog} \c{\-sshlog} command-line option
\IM{\-sshrawlog} \c{\-sshrawlog} command-line option
\IM{\-logoverwrite} \c{\-logoverwrite} command-line option
\IM{\-logappend} \c{\-logappend} command-line option
\IM{\-proxycmd} \c{\-proxycmd} command-line option
\IM{\-cert} \c{\-cert} command-line option
\IM{\-no\-trivial\-auth} \c{\-no\-trivial\-auth} command-line option
\IM{\-legacy\-stdio\-prompts} \c{\-legacy\-stdio\-prompts} command-line option
\IM{\-legacy\-charset\-handling} \c{\-legacy\-charset\-handling} command-line option
\IM{\-host\-ca} \c{\-host\-ca} PuTTY command-line option
\IM{\-sanitise\-stderr} \c{\-sanitise\-stderr} command-line option
\IM{\-sanitise\-stdout} \c{\-sanitise\-stdout} command-line option
\IM{\-no\-sanitise\-stderr} \c{\-no\-sanitise\-stderr} command-line option
\IM{\-no\-sanitise\-stdout} \c{\-no\-sanitise\-stdout} command-line option
\IM{removing registry entries} removing registry entries \IM{removing registry entries} removing registry entries
\IM{removing registry entries} registry entries, removing \IM{removing registry entries} registry entries, removing
@ -824,6 +850,7 @@ saved sessions from
\IM{-batch-plink} \c{\-batch} Plink command-line option \IM{-batch-plink} \c{\-batch} Plink command-line option
\IM{-s-plink} \c{\-s} Plink command-line option \IM{-s-plink} \c{\-s} Plink command-line option
\IM{-shareexists-plink} \c{\-shareexists} Plink command-line option \IM{-shareexists-plink} \c{\-shareexists} Plink command-line option
\IM{-no-antispoof-plink} \c{\-no\-antispoof} Plink command-line option
\IM{subsystem} subsystem, SSH \IM{subsystem} subsystem, SSH
\IM{subsystem} SSH subsystem \IM{subsystem} SSH subsystem

View File

@ -320,7 +320,7 @@ channel.
\dd Do not sanitise server data written to Plink's standard output \dd Do not sanitise server data written to Plink's standard output
channel. channel.
\S2{plink-option-antispoof} \i{\-no\-antispoof}: turn off authentication spoofing protection prompt \S2{plink-option-antispoof} \I{-no-antispoof-plink}\c{\-no\-antispoof}: turn off authentication spoofing protection prompt
In SSH, some possible server authentication methods require user input In SSH, some possible server authentication methods require user input
(for example, password authentication, or entering a private key (for example, password authentication, or entering a private key

View File

@ -807,7 +807,7 @@ PSFTP.
\S2{using-cmdline-m} \i\c{\-m}: \I{reading commands from a file}read \S2{using-cmdline-m} \i\c{\-m}: \I{reading commands from a file}read
a remote command or script from a file a remote command or script from a file
The \i\c{\-m} option performs a similar function to the \q{\ii{Remote The \c{\-m} option performs a similar function to the \q{\ii{Remote
command}} box in the SSH panel of the PuTTY configuration box (see command}} box in the SSH panel of the PuTTY configuration box (see
\k{config-command}). However, the \c{\-m} option expects to be given \k{config-command}). However, the \c{\-m} option expects to be given
a local file name, and it will read a command from that file. a local file name, and it will read a command from that file.