Commit: 37f1290da31a8ab67e8ca3f42c6fccfaa07b3cae
Parent: 2ce3615e98ebbf6897d83064a29a579dc3bc9b2c
Author: Klemens Nanni
Date: Mon, 16 May 2016 04:12:42 +0200
Add stderr, stdout and exit status sections to man page
Diffstat:
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/README.pod b/README.pod
@@ -65,6 +65,18 @@ The default storage directory.
=back
+=head1 STDOUT
+
+Prompts, entry names and passwords are written to the standard output.
+
+=head1 STDERR
+
+The standard error is used for diagnostic messages only.
+
+=head1 EXIT STATUS
+
+tpm returns 1 if an error occured otherwise 0.
+
=head1 EXAMPLES
Create a new entry with a random password using pwgen(1):
@@ -95,4 +107,4 @@ List all entries of the group 'system':
=head1 SEE ALSO
-git(1), gpg2(1), pwgen(1), xclip(1)
+git(1), gpg2(1), ln(1), pwgen(1), xclip(1)