Skip to content

Commit 8078d82

Browse files
IneievNIIBE Yutaka
Ineiev
authored and
NIIBE Yutaka
committed
doc: Do not end section names with "."
1 parent 05e4889 commit 8078d82

9 files changed

+34
-35
lines changed

doc/debugging.texi

+4-5
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ should not occur but sometimes things go wrong), run it using
8686

8787

8888
@node Debugging Hints
89-
@section Various hints on debugging.
89+
@section Various hints on debugging
9090

9191
@itemize @bullet
9292

@@ -258,17 +258,16 @@ can't do anything about it without actually downloading the keys.
258258
@c *** Architecture Details *****************
259259
@c ********************************************
260260
@node Architecture Details
261-
@section How the whole thing works internally.
261+
@section How the whole thing works internally
262262

263263

264264
@menu
265265
* Component interaction:: How the components work together.
266266
* GnuPG-1 and GnuPG-2:: Relationship between GnuPG 1.4 and 2.x.
267267
@end menu
268268

269-
270269
@node Component interaction
271-
@subsection How the components work together.
270+
@subsection How the components work together
272271

273272

274273
@float Figure,fig:moduleoverview
@@ -278,7 +277,7 @@ can't do anything about it without actually downloading the keys.
278277

279278

280279
@node GnuPG-1 and GnuPG-2
281-
@subsection Relationship between GnuPG 1.4 and 2.x.
280+
@subsection Relationship between GnuPG 1.4 and 2.x
282281

283282
Here is a little picture showing how the different GnuPG versions make
284283
use of a smartcard:

doc/dirmngr.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ certificates have been loaded correctly.
539539
@c
540540
@mansect signals
541541
@node Dirmngr Signals
542-
@section Use of signals.
542+
@section Use of signals
543543

544544
A running @command{dirmngr} may be controlled by signals, i.e. using
545545
the @command{kill} command to send a signal to the process.

doc/gpg-agent.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ a small helper script is provided to create these files (@pxref{addgnupghome}).
745745
@c
746746
@mansect signals
747747
@node Agent Signals
748-
@section Use of some signals.
748+
@section Use of some signals
749749
A running @command{gpg-agent} may be controlled by signals, i.e. using
750750
the @command{kill} command to send a signal to the process.
751751

doc/gpg.texi

+2-2
Original file line numberDiff line numberDiff line change
@@ -2437,7 +2437,7 @@ done with @code{--with-colons}.
24372437
@c ******** OPENPGP OPTIONS ****************
24382438
@c *******************************************
24392439
@node OpenPGP Options
2440-
@subsection OpenPGP protocol specific options.
2440+
@subsection OpenPGP protocol specific options
24412441

24422442
@table @gnupgtabopt
24432443

@@ -2625,7 +2625,7 @@ SHA224, SHA384, and SHA512 digests.
26252625
@c ******** ESOTERIC OPTIONS ***************
26262626
@c *******************************************
26272627
@node GPG Esoteric Options
2628-
@subsection Doing things one usually doesn't want to do.
2628+
@subsection Doing things one usually doesn't want to do
26292629

26302630
@table @gnupgtabopt
26312631

doc/gpgsm.texi

+5-5
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ done with @code{--with-colons}.
594594
@c ************* CMS OPTIONS ***************
595595
@c *******************************************
596596
@node CMS Options
597-
@subsection How to change how the CMS is created.
597+
@subsection How to change how the CMS is created
598598

599599
@table @gnupgtabopt
600600
@item --include-certs @var{n}
@@ -625,7 +625,7 @@ interoperability problems.
625625
@c ******** ESOTERIC OPTIONS ***************
626626
@c *******************************************
627627
@node Esoteric Options
628-
@subsection Doing things one usually do not want to do.
628+
@subsection Doing things one usually do not want to do
629629

630630

631631
@table @gnupgtabopt
@@ -1153,7 +1153,7 @@ default is @samp{sha256}.
11531153
@c *************** *****************
11541154
@c *******************************************
11551155
@node GPGSM Protocol
1156-
@section The Protocol the Server Mode Uses.
1156+
@section The Protocol the Server Mode Uses
11571157

11581158
Description of the protocol used to access @command{GPGSM}.
11591159
@command{GPGSM} does implement the Assuan protocol and in addition
@@ -1469,7 +1469,7 @@ The certificates must be specified unambiguously otherwise an error is
14691469
returned.
14701470

14711471
@node GPGSM GETAUDITLOG
1472-
@subsection Retrieve an audit log.
1472+
@subsection Retrieve an audit log
14731473
@anchor{gpgsm-cmd getauditlog}
14741474

14751475
This command is used to retrieve an audit log.
@@ -1512,7 +1512,7 @@ started with option @option{--disable-dirmngr}.
15121512
@end table
15131513

15141514
@node GPGSM OPTION
1515-
@subsection Session options.
1515+
@subsection Session options
15161516

15171517
The standard Assuan option handler supports these options.
15181518

doc/instguide.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@c For copying conditions, see the file gnupg.texi.
55

66
@node Installation
7-
@chapter A short installation guide.
7+
@chapter A short installation guide
88

99
Unfortunately the installation guide has not been finished in time.
1010
Instead of delaying the release of GnuPG 2.0 even further, I decided to

doc/scdaemon.texi

+9-9
Original file line numberDiff line numberDiff line change
@@ -628,17 +628,17 @@ status line is @code{PADDING} with the only defined value being 0 and
628628
meaning padding has been removed.
629629

630630
@node Scdaemon GETATTR
631-
@subsection Read an attribute's value.
631+
@subsection Read an attribute's value
632632

633633
TO BE WRITTEN.
634634

635635
@node Scdaemon SETATTR
636-
@subsection Update an attribute's value.
636+
@subsection Update an attribute's value
637637

638638
TO BE WRITTEN.
639639

640640
@node Scdaemon WRITEKEY
641-
@subsection Write a key to a card.
641+
@subsection Write a key to a card
642642

643643
@example
644644
WRITEKEY [--force] @var{keyid}
@@ -657,18 +657,18 @@ actual card application.
657657

658658

659659
@node Scdaemon GENKEY
660-
@subsection Generate a new key on-card.
660+
@subsection Generate a new key on-card
661661

662662
TO BE WRITTEN.
663663

664664
@node Scdaemon RANDOM
665-
@subsection Return random bytes generate on-card.
665+
@subsection Return random bytes generated on-card
666666

667667
TO BE WRITTEN.
668668

669669

670670
@node Scdaemon PASSWD
671-
@subsection Change PINs.
671+
@subsection Change PINs
672672

673673
@example
674674
PASSWD [--reset] [--nullpin] @var{chvno}
@@ -680,7 +680,7 @@ is used to initialize the PIN of TCOS cards (6 byte NullPIN only).
680680

681681

682682
@node Scdaemon CHECKPIN
683-
@subsection Perform a VERIFY operation.
683+
@subsection Perform a VERIFY operation
684684

685685
@example
686686
CHECKPIN @var{idstr}
@@ -709,7 +709,7 @@ and only if the retry counter is still at 3.
709709

710710

711711
@node Scdaemon RESTART
712-
@subsection Perform a RESTART operation.
712+
@subsection Perform a RESTART operation
713713

714714
@example
715715
RESTART
@@ -727,7 +727,7 @@ command; i.e. to select another application.
727727

728728

729729
@node Scdaemon APDU
730-
@subsection Send a verbatim APDU to the card.
730+
@subsection Send a verbatim APDU to the card
731731

732732
@example
733733
APDU [--atr] [--more] [--exlen[=@var{n}]] [@var{hexstring}]

doc/sysnotes.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@c For copying conditions, see the file gnupg.texi.
44

55
@node System Notes
6-
@chapter Notes pertaining to certain OSes.
6+
@chapter Notes pertaining to certain OSes
77

88
GnuPG has been developed on GNU/Linux systems and is know to work on
99
almost all Free OSes. All modern POSIX systems should be supported

doc/tools.texi

+10-10
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ name for remote debugging.
149149
@c
150150
@manpage addgnupghome.8
151151
@node addgnupghome
152-
@section Create .gnupg home directories.
152+
@section Create .gnupg home directories
153153
@ifset manverb
154154
.B addgnupghome
155155
\- Create .gnupg home directories
@@ -184,7 +184,7 @@ addgnupghome account1 account2 ... accountn
184184
@c
185185
@manpage gpgconf.1
186186
@node gpgconf
187-
@section Modify .gnupg home directories.
187+
@section Modify .gnupg home directories
188188
@ifset manverb
189189
.B gpgconf
190190
\- Modify .gnupg home directories
@@ -985,7 +985,7 @@ no feature to change the global option file through @command{gpgconf}.
985985
@c
986986
@manpage applygnupgdefaults.8
987987
@node applygnupgdefaults
988-
@section Run gpgconf for all users.
988+
@section Run gpgconf for all users
989989
@ifset manverb
990990
.B applygnupgdefaults
991991
\- Run gpgconf --apply-defaults for all users.
@@ -1018,7 +1018,7 @@ applygnupgdefaults
10181018
@c GPG-PRESET-PASSPHRASE
10191019
@c
10201020
@node gpg-preset-passphrase
1021-
@section Put a passphrase into the cache.
1021+
@section Put a passphrase into the cache
10221022
@manpage gpg-preset-passphrase.1
10231023
@ifset manverb
10241024
.B gpg-preset-passphrase
@@ -1054,7 +1054,7 @@ this passphrase presetting by starting @command{gpg-agent} with the
10541054

10551055
@manpause
10561056
@node Invoking gpg-preset-passphrase
1057-
@subsection List of all commands and options.
1057+
@subsection List of all commands and options
10581058
@mancont
10591059

10601060
@noindent
@@ -1121,7 +1121,7 @@ for other users.
11211121
@c GPG-CONNECT-AGENT
11221122
@c
11231123
@node gpg-connect-agent
1124-
@section Communicate with a running agent.
1124+
@section Communicate with a running agent
11251125
@manpage gpg-connect-agent.1
11261126
@ifset manverb
11271127
.B gpg-connect-agent
@@ -1151,7 +1151,7 @@ here we connect to a running instance.
11511151

11521152
@manpause
11531153
@node Invoking gpg-connect-agent
1154-
@subsection List of all options.
1154+
@subsection List of all options
11551155

11561156
@noindent
11571157
@command{gpg-connect-agent} is invoked this way:
@@ -1251,7 +1251,7 @@ a new line always starts with a D and a space.
12511251

12521252
@mansect control commands
12531253
@node Controlling gpg-connect-agent
1254-
@subsection Control commands.
1254+
@subsection Control commands
12551255

12561256
While reading Assuan commands, gpg-agent also allows a few special
12571257
commands to control its operation. These control commands all start
@@ -1652,7 +1652,7 @@ debugging. Run it with @code{--help} for usage information.
16521652
@c SYMCRYPTRUN
16531653
@c
16541654
@node symcryptrun
1655-
@section Call a simple symmetric encryption tool.
1655+
@section Call a simple symmetric encryption tool
16561656
@manpage symcryptrun.1
16571657
@ifset manverb
16581658
.B symcryptrun
@@ -1692,7 +1692,7 @@ configured with @samp{--enable-symcryptrun} at build time.
16921692

16931693
@manpause
16941694
@node Invoking symcryptrun
1695-
@subsection List of all commands and options.
1695+
@subsection List of all commands and options
16961696

16971697
@noindent
16981698
@command{symcryptrun} is invoked this way:

0 commit comments

Comments
 (0)