diff options
author | Mattias Andrée <maandree@kth.se> | 2023-06-23 09:44:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-06-23 09:44:00 +0200 |
commit | 5726f5fe461985c6b6b1f5bcb153c2fe059a23ec (patch) | |
tree | bc610727fd38af4d146c629b9c0e25c7cba787c5 | |
parent | Some initial work on key2root: everything but authentication and keyfile forwarding (diff) | |
download | key2root-5726f5fe461985c6b6b1f5bcb153c2fe059a23ec.tar.gz key2root-5726f5fe461985c6b6b1f5bcb153c2fe059a23ec.tar.bz2 key2root-5726f5fe461985c6b6b1f5bcb153c2fe059a23ec.tar.xz |
Fix stdout doc for key2root-lskeys
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | key2root-lskeys.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/key2root-lskeys.8 b/key2root-lskeys.8 index cfd0bd8..f6f58cf 100644 --- a/key2root-lskeys.8 +++ b/key2root-lskeys.8 @@ -54,7 +54,13 @@ Default. .SH STDOUT The .B key2root-lskeys -utility does not use the standard output. +utility prints the files to the standard output, in the following format: +.RS +.nf + +\fB\(dq%s %s %s\en\(dq, \fP<\fIuser\fP>\fB, \fP<\fIkey-name\fP>\fB, \fP<\fIkey-hash\fP> +.fi +.RE .SH STDERR The standard error is used for diagnostic messages. |