[Pkg-gnupg-commit] [gnupg2] 40/292: doc: Do not end section names with "."
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Nov 21 06:31:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository gnupg2.
commit 8078d8246fa38c3e478fc9a542117468780ace00
Author: Ineiev <ineiev at gnu.org>
Date: Fri Mar 4 14:45:19 2016 +0000
doc: Do not end section names with "."
---
doc/debugging.texi | 9 ++++-----
doc/dirmngr.texi | 2 +-
doc/gpg-agent.texi | 2 +-
doc/gpg.texi | 4 ++--
doc/gpgsm.texi | 10 +++++-----
doc/instguide.texi | 2 +-
doc/scdaemon.texi | 18 +++++++++---------
doc/sysnotes.texi | 2 +-
doc/tools.texi | 20 ++++++++++----------
9 files changed, 34 insertions(+), 35 deletions(-)
diff --git a/doc/debugging.texi b/doc/debugging.texi
index e19c577..7fde49a 100644
--- a/doc/debugging.texi
+++ b/doc/debugging.texi
@@ -86,7 +86,7 @@ should not occur but sometimes things go wrong), run it using
@node Debugging Hints
- at section Various hints on debugging.
+ at section Various hints on debugging
@itemize @bullet
@@ -258,7 +258,7 @@ can't do anything about it without actually downloading the keys.
@c *** Architecture Details *****************
@c ********************************************
@node Architecture Details
- at section How the whole thing works internally.
+ at section How the whole thing works internally
@menu
@@ -266,9 +266,8 @@ can't do anything about it without actually downloading the keys.
* GnuPG-1 and GnuPG-2:: Relationship between GnuPG 1.4 and 2.x.
@end menu
-
@node Component interaction
- at subsection How the components work together.
+ at subsection How the components work together
@float Figure,fig:moduleoverview
@@ -278,7 +277,7 @@ can't do anything about it without actually downloading the keys.
@node GnuPG-1 and GnuPG-2
- at subsection Relationship between GnuPG 1.4 and 2.x.
+ at subsection Relationship between GnuPG 1.4 and 2.x
Here is a little picture showing how the different GnuPG versions make
use of a smartcard:
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi
index 49e0f34..7a85b55 100644
--- a/doc/dirmngr.texi
+++ b/doc/dirmngr.texi
@@ -539,7 +539,7 @@ certificates have been loaded correctly.
@c
@mansect signals
@node Dirmngr Signals
- at section Use of signals.
+ at section Use of signals
A running @command{dirmngr} may be controlled by signals, i.e. using
the @command{kill} command to send a signal to the process.
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi
index b933b80..53a6f78 100644
--- a/doc/gpg-agent.texi
+++ b/doc/gpg-agent.texi
@@ -745,7 +745,7 @@ a small helper script is provided to create these files (@pxref{addgnupghome}).
@c
@mansect signals
@node Agent Signals
- at section Use of some signals.
+ at section Use of some signals
A running @command{gpg-agent} may be controlled by signals, i.e. using
the @command{kill} command to send a signal to the process.
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 21f413e..6cc35e0 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -2437,7 +2437,7 @@ done with @code{--with-colons}.
@c ******** OPENPGP OPTIONS ****************
@c *******************************************
@node OpenPGP Options
- at subsection OpenPGP protocol specific options.
+ at subsection OpenPGP protocol specific options
@table @gnupgtabopt
@@ -2625,7 +2625,7 @@ SHA224, SHA384, and SHA512 digests.
@c ******** ESOTERIC OPTIONS ***************
@c *******************************************
@node GPG Esoteric Options
- at subsection Doing things one usually doesn't want to do.
+ at subsection Doing things one usually doesn't want to do
@table @gnupgtabopt
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi
index 0082c19..a0d3a56 100644
--- a/doc/gpgsm.texi
+++ b/doc/gpgsm.texi
@@ -594,7 +594,7 @@ done with @code{--with-colons}.
@c ************* CMS OPTIONS ***************
@c *******************************************
@node CMS Options
- at subsection How to change how the CMS is created.
+ at subsection How to change how the CMS is created
@table @gnupgtabopt
@item --include-certs @var{n}
@@ -625,7 +625,7 @@ interoperability problems.
@c ******** ESOTERIC OPTIONS ***************
@c *******************************************
@node Esoteric Options
- at subsection Doing things one usually do not want to do.
+ at subsection Doing things one usually do not want to do
@table @gnupgtabopt
@@ -1153,7 +1153,7 @@ default is @samp{sha256}.
@c *************** *****************
@c *******************************************
@node GPGSM Protocol
- at section The Protocol the Server Mode Uses.
+ at section The Protocol the Server Mode Uses
Description of the protocol used to access @command{GPGSM}.
@command{GPGSM} does implement the Assuan protocol and in addition
@@ -1469,7 +1469,7 @@ The certificates must be specified unambiguously otherwise an error is
returned.
@node GPGSM GETAUDITLOG
- at subsection Retrieve an audit log.
+ at subsection Retrieve an audit log
@anchor{gpgsm-cmd getauditlog}
This command is used to retrieve an audit log.
@@ -1512,7 +1512,7 @@ started with option @option{--disable-dirmngr}.
@end table
@node GPGSM OPTION
- at subsection Session options.
+ at subsection Session options
The standard Assuan option handler supports these options.
diff --git a/doc/instguide.texi b/doc/instguide.texi
index 4a2c976..bf99a5c 100644
--- a/doc/instguide.texi
+++ b/doc/instguide.texi
@@ -4,7 +4,7 @@
@c For copying conditions, see the file gnupg.texi.
@node Installation
- at chapter A short installation guide.
+ at chapter A short installation guide
Unfortunately the installation guide has not been finished in time.
Instead of delaying the release of GnuPG 2.0 even further, I decided to
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi
index 1724b42..4cf44bc 100644
--- a/doc/scdaemon.texi
+++ b/doc/scdaemon.texi
@@ -628,17 +628,17 @@ status line is @code{PADDING} with the only defined value being 0 and
meaning padding has been removed.
@node Scdaemon GETATTR
- at subsection Read an attribute's value.
+ at subsection Read an attribute's value
TO BE WRITTEN.
@node Scdaemon SETATTR
- at subsection Update an attribute's value.
+ at subsection Update an attribute's value
TO BE WRITTEN.
@node Scdaemon WRITEKEY
- at subsection Write a key to a card.
+ at subsection Write a key to a card
@example
WRITEKEY [--force] @var{keyid}
@@ -657,18 +657,18 @@ actual card application.
@node Scdaemon GENKEY
- at subsection Generate a new key on-card.
+ at subsection Generate a new key on-card
TO BE WRITTEN.
@node Scdaemon RANDOM
- at subsection Return random bytes generate on-card.
+ at subsection Return random bytes generated on-card
TO BE WRITTEN.
@node Scdaemon PASSWD
- at subsection Change PINs.
+ at subsection Change PINs
@example
PASSWD [--reset] [--nullpin] @var{chvno}
@@ -680,7 +680,7 @@ is used to initialize the PIN of TCOS cards (6 byte NullPIN only).
@node Scdaemon CHECKPIN
- at subsection Perform a VERIFY operation.
+ at subsection Perform a VERIFY operation
@example
CHECKPIN @var{idstr}
@@ -709,7 +709,7 @@ and only if the retry counter is still at 3.
@node Scdaemon RESTART
- at subsection Perform a RESTART operation.
+ at subsection Perform a RESTART operation
@example
RESTART
@@ -727,7 +727,7 @@ command; i.e. to select another application.
@node Scdaemon APDU
- at subsection Send a verbatim APDU to the card.
+ at subsection Send a verbatim APDU to the card
@example
APDU [--atr] [--more] [--exlen[=@var{n}]] [@var{hexstring}]
diff --git a/doc/sysnotes.texi b/doc/sysnotes.texi
index dec07bd..f8cc212 100644
--- a/doc/sysnotes.texi
+++ b/doc/sysnotes.texi
@@ -3,7 +3,7 @@
@c For copying conditions, see the file gnupg.texi.
@node System Notes
- at chapter Notes pertaining to certain OSes.
+ at chapter Notes pertaining to certain OSes
GnuPG has been developed on GNU/Linux systems and is know to work on
almost all Free OSes. All modern POSIX systems should be supported
diff --git a/doc/tools.texi b/doc/tools.texi
index 899b00b..199b11e 100644
--- a/doc/tools.texi
+++ b/doc/tools.texi
@@ -149,7 +149,7 @@ name for remote debugging.
@c
@manpage addgnupghome.8
@node addgnupghome
- at section Create .gnupg home directories.
+ at 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
- at section Modify .gnupg home directories.
+ at 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
- at section Run gpgconf for all users.
+ at 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
- at section Put a passphrase into the cache.
+ at 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
- at subsection List of all commands and options.
+ at 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
- at section Communicate with a running agent.
+ at 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
- at subsection List of all options.
+ at 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
- at subsection Control commands.
+ at 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
- at section Call a simple symmetric encryption tool.
+ at 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
- at subsection List of all commands and options.
+ at subsection List of all commands and options
@noindent
@command{symcryptrun} is invoked this way:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list