diff options
author | Ineiev <ineiev@gnu.org> | 2016-03-04 15:45:19 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-09-20 09:15:19 +0200 |
commit | 8078d8246fa38c3e478fc9a542117468780ace00 (patch) | |
tree | ecb6c27656854230082f68832d051640d0fb8e5a /doc/tools.texi | |
parent | doc: Add a few extra coding standard notes. (diff) | |
download | gnupg2-8078d8246fa38c3e478fc9a542117468780ace00.tar.xz gnupg2-8078d8246fa38c3e478fc9a542117468780ace00.zip |
doc: Do not end section names with "."
Diffstat (limited to '')
-rw-r--r-- | doc/tools.texi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index 899b00bdd..199b11e0b 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -149,7 +149,7 @@ name for remote debugging. @c @manpage addgnupghome.8 @node addgnupghome -@section Create .gnupg home directories. +@section Create .gnupg home directories @ifset manverb .B addgnupghome \- Create .gnupg home directories @@ -184,7 +184,7 @@ addgnupghome account1 account2 ... accountn @c @manpage gpgconf.1 @node gpgconf -@section Modify .gnupg home directories. +@section Modify .gnupg home directories @ifset manverb .B gpgconf \- Modify .gnupg home directories @@ -985,7 +985,7 @@ no feature to change the global option file through @command{gpgconf}. @c @manpage applygnupgdefaults.8 @node applygnupgdefaults -@section Run gpgconf for all users. +@section Run gpgconf for all users @ifset manverb .B applygnupgdefaults \- Run gpgconf --apply-defaults for all users. @@ -1018,7 +1018,7 @@ applygnupgdefaults @c GPG-PRESET-PASSPHRASE @c @node gpg-preset-passphrase -@section Put a passphrase into the cache. +@section Put a passphrase into the cache @manpage gpg-preset-passphrase.1 @ifset manverb .B gpg-preset-passphrase @@ -1054,7 +1054,7 @@ this passphrase presetting by starting @command{gpg-agent} with the @manpause @node Invoking gpg-preset-passphrase -@subsection List of all commands and options. +@subsection List of all commands and options @mancont @noindent @@ -1121,7 +1121,7 @@ for other users. @c GPG-CONNECT-AGENT @c @node gpg-connect-agent -@section Communicate with a running agent. +@section Communicate with a running agent @manpage gpg-connect-agent.1 @ifset manverb .B gpg-connect-agent @@ -1151,7 +1151,7 @@ here we connect to a running instance. @manpause @node Invoking gpg-connect-agent -@subsection List of all options. +@subsection List of all options @noindent @command{gpg-connect-agent} is invoked this way: @@ -1251,7 +1251,7 @@ a new line always starts with a D and a space. @mansect control commands @node Controlling gpg-connect-agent -@subsection Control commands. +@subsection Control commands While reading Assuan commands, gpg-agent also allows a few special commands to control its operation. These control commands all start @@ -1652,7 +1652,7 @@ debugging. Run it with @code{--help} for usage information. @c SYMCRYPTRUN @c @node symcryptrun -@section Call a simple symmetric encryption tool. +@section Call a simple symmetric encryption tool @manpage symcryptrun.1 @ifset manverb .B symcryptrun @@ -1692,7 +1692,7 @@ configured with @samp{--enable-symcryptrun} at build time. @manpause @node Invoking symcryptrun -@subsection List of all commands and options. +@subsection List of all commands and options @noindent @command{symcryptrun} is invoked this way: |