summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Nusinow <dnusinow@debian.org>2010-12-03 16:29:51 -0500
committerMatt Turner <mattst88@gmail.com>2011-03-01 23:21:30 -0500
commitada8df395e72f84127394dadd15a180afa8ec0ec (patch)
tree7380a40c928319ec75c9d4efa76d6d47cca25096
parented7ce17bb0169b3bbf2cf035bc2b221fd0c9beb2 (diff)
downloadiceauth-ada8df395e72f84127394dadd15a180afa8ec0ec.tar.gz
Make iceauth manpage describe commands. (fd.o bug#2354)
Reviewed-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--man/iceauth.man84
1 files changed, 84 insertions, 0 deletions
diff --git a/man/iceauth.man b/man/iceauth.man
index 27a7b50..c91fc24 100644
--- a/man/iceauth.man
+++ b/man/iceauth.man
@@ -36,5 +36,89 @@ used to extract authorization records from one machine and merge them in on
another (as is the case when using remote logins or granting access to
other users). Commands (described below) may be entered interactively,
on the \fIiceauth\fP command line, or in scripts.
+.SH OPTIONS
+.PP
+\fB\-f\fP \fIauthfile\fP Name of the authority file to use. Will default to
+ the file currently in use by the session.
+.PP
+\fB\-v\fP Turns on extra messages (verbose mode)
+.PP
+\fB\-q\fP Turns off extra messages (quiet mode)
+.PP
+\fB\-i\fP Ignore the locks on the authority file
+.PP
+\fB\-b\fP Break the locks on the authority file
+.PP
+\fB\-u\fP Print basic usage instructions
+.PP
+.SH USAGE
+.PP
+When \fIiceauth\fP is run it will allow the following set of commands
+to be entered interactively or in scripts.
+.PP
+\fB?\fP
+.PP
+List available commands.
+.PP
+\fBhelp\fP
+.PP
+Print help information. You may supply a command name to \fIhelp\fP to
+get specific information about it.
+.PP
+\fBinfo\fP
+.PP
+Print information about the entries in the authority file.
+.PP
+\fBlist\fP
+.PP
+List (print) entries in the authority file. You may specify optional
+modifiers as below to specify which entries are listed.
+.PP
+\fIlist\fP [ \fIprotocol_name\fP ] [ \fIprotocol_data\fP ] [
+\fInetid\fP ] [ \fIauthname\fP ]
+.PP
+\fBadd\fP
+.PP
+Add an entry to the authority file. This must be in the format
+.PP
+\fIadd\fP \fIprotocol_name\fP \fIprotocol_data\fP \fInetid\fP \fIauthname\fP \fIauthdata\fP
+.PP
+\fBremove\fP
+.PP
+Remove entries from the authority file.
+.PP
+\fIremove\fP [ \fIprotocol_name\fP ] [ \fIprotocol_data\fP ] [
+\fInetid\fP ] [ \fIauthname\fP ]
+.PP
+\fBextract\fP
+.PP
+Extract entries from the authority file in to a destination file. You
+must supply the path to the destination to this command as in the
+following format. Optional specifiers allow you to narrow which
+entries are extracted.
+.PP
+\fIextract\fP \fIfilename\fP [ \fIprotocol_name\fP ] [ \fIprotocol_data\fP ]
+[ \fInetid\fP ] [ \fIauthname\fP ]
+.PP
+\fBmerge\fP
+.PP
+Merge entries from other files in to the authority file selected by the program. You may supply any number of file paths to this command as follows:
+.PP
+\fImerge\fP \fIfilename1\fP [ \fIfilename2\fP ] [ \fIfilename3\fP ] ...
+.PP
+\fBexit\fP
+.PP
+Save changes and exit the program.
+.PP
+\fBquit\fP
+.PP
+Abort changes and exit the program without saving.
+.PP
+\fBsource\fP
+.PP
+Read and execute commands from a file.
+.PP
+\fIsource\fP \fIfilename\fP
+.PP
.SH AUTHOR
Ralph Mor, X Consortium