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/scdaemon.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 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 1724b42eb..4cf44bccb 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 -@subsection Read an attribute's value. +@subsection Read an attribute's value TO BE WRITTEN. @node Scdaemon SETATTR -@subsection Update an attribute's value. +@subsection Update an attribute's value TO BE WRITTEN. @node Scdaemon WRITEKEY -@subsection Write a key to a card. +@subsection Write a key to a card @example WRITEKEY [--force] @var{keyid} @@ -657,18 +657,18 @@ actual card application. @node Scdaemon GENKEY -@subsection Generate a new key on-card. +@subsection Generate a new key on-card TO BE WRITTEN. @node Scdaemon RANDOM -@subsection Return random bytes generate on-card. +@subsection Return random bytes generated on-card TO BE WRITTEN. @node Scdaemon PASSWD -@subsection Change PINs. +@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 -@subsection Perform a VERIFY operation. +@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 -@subsection Perform a RESTART operation. +@subsection Perform a RESTART operation @example RESTART @@ -727,7 +727,7 @@ command; i.e. to select another application. @node Scdaemon APDU -@subsection Send a verbatim APDU to the card. +@subsection Send a verbatim APDU to the card @example APDU [--atr] [--more] [--exlen[=@var{n}]] [@var{hexstring}] |