Skip to content

Commit

Permalink
Update man pages for 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Sep 30, 2012
1 parent fff4a95 commit 4b2d381
Show file tree
Hide file tree
Showing 9 changed files with 2,979 additions and 437 deletions.
9 changes: 7 additions & 2 deletions doc/man/salt-call.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SALT-CALL" "1" "July 27, 2012" "0.10.2" "Salt"
.TH "SALT-CALL" "1" "September 30, 2012" "0.10.3" "Salt"
.SH NAME
salt-call \- salt-call Documentation
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructeredText.
.
.SH SYNOPSIS
.sp
Expand All @@ -37,6 +37,10 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
salt\-call [options]
.ft P
.fi
.SH DESCRIPTION
.sp
The salt\-call command is used to run module functions locally on a minion
instead of executing them from the master.
.SH OPTIONS
.INDENT 0.0
.TP
Expand Down Expand Up @@ -105,4 +109,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
5 changes: 3 additions & 2 deletions doc/man/salt-cp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SALT-CP" "1" "July 27, 2012" "0.10.2" "Salt"
.TH "SALT-CP" "1" "September 30, 2012" "0.10.3" "Salt"
.SH NAME
salt-cp \- salt-cp Documentation
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructeredText.
.
.sp
Copy a file to a set of systems
Expand Down Expand Up @@ -120,4 +120,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
51 changes: 44 additions & 7 deletions doc/man/salt-key.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SALT-KEY" "1" "July 27, 2012" "0.10.2" "Salt"
.TH "SALT-KEY" "1" "September 30, 2012" "0.10.3" "Salt"
.SH NAME
salt-key \- salt-key Documentation
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructeredText.
.
.SH SYNOPSIS
.sp
Expand Down Expand Up @@ -81,8 +81,8 @@ Delete the named minion key for command execution.
.UNINDENT
.INDENT 0.0
.TP
.B \-D \-\-delete\-all
Delete all minion keys
.B \-D, \-\-delete\-all
Delete all keys
.UNINDENT
.INDENT 0.0
.TP
Expand All @@ -96,12 +96,49 @@ default=/etc/salt/master
.B \-p PRINT, \-\-print=PRINT
Print the specified public key
.UNINDENT



.INDENT 0.0
.TP
.B \-P, \-\-print\-all
Print all public keys
.UNINDENT
.INDENT 0.0
.TP
.B \-q, \-\-quiet
Supress output
.UNINDENT
.INDENT 0.0
.TP
.B \-y, \-\-yes
Answer \(aqYes\(aq to all questions presented, defaults to False
.UNINDENT
.INDENT 0.0
.TP
.B \-\-key\-logfile=KEY_LOGFILE
Send all output to a file. Default is /var/log/salt/key
.UNINDENT
.INDENT 0.0
.TP
.B \-\-gen\-keys=GEN_KEYS
Set a name to generate a keypair for use with salt
.UNINDENT
.INDENT 0.0
.TP
.B \-\-gen\-keys\-dir=GEN_KEYS_DIR
Set the directory to save the generated keypair. Only works
with \(aqgen_keys_dir\(aq option; default is the current directory.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-keysize=KEYSIZE
Set the keysize for the generated key, only works with
the \(aq\-\-gen\-keys\(aq option, the key size must be 2048 or
higher, otherwise it will be rounded up to 2048. The
default is 2048.
.UNINDENT
.SH AUTHOR
Thomas S. Hatch <[email protected]> and many others, please see the Authors file
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
5 changes: 3 additions & 2 deletions doc/man/salt-master.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SALT-MASTER" "1" "July 27, 2012" "0.10.2" "Salt"
.TH "SALT-MASTER" "1" "September 30, 2012" "0.10.3" "Salt"
.SH NAME
salt-master \- salt-master Documentation
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructeredText.
.
.sp
The Salt master daemon, used to control the Salt minions
Expand Down Expand Up @@ -81,4 +81,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
5 changes: 3 additions & 2 deletions doc/man/salt-minion.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SALT-MINION" "1" "July 27, 2012" "0.10.2" "Salt"
.TH "SALT-MINION" "1" "September 30, 2012" "0.10.3" "Salt"
.SH NAME
salt-minion \- salt-minion Documentation
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructeredText.
.
.sp
The Salt minion daemon, receives commands from a remote Salt master.
Expand Down Expand Up @@ -82,4 +82,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
5 changes: 3 additions & 2 deletions doc/man/salt-run.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SALT-RUN" "1" "July 27, 2012" "0.10.2" "Salt"
.TH "SALT-RUN" "1" "September 30, 2012" "0.10.3" "Salt"
.SH NAME
salt-run \- salt-run Documentation
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructeredText.
.
.sp
Execute a Salt runner
Expand Down Expand Up @@ -67,4 +67,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
5 changes: 3 additions & 2 deletions doc/man/salt-syndic.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SALT-SYNDIC" "1" "July 27, 2012" "0.10.2" "Salt"
.TH "SALT-SYNDIC" "1" "September 30, 2012" "0.10.3" "Salt"
.SH NAME
salt-syndic \- salt-syndic Documentation
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructeredText.
.
.sp
The Salt syndic daemon, a special minion that passes through commands from a
Expand Down Expand Up @@ -76,4 +76,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
7 changes: 4 additions & 3 deletions doc/man/salt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SALT" "1" "July 27, 2012" "0.10.2" "Salt"
.TH "SALT" "1" "September 30, 2012" "0.10.3" "Salt"
.SH NAME
salt \- salt
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructeredText.
.
.SH SYNOPSIS
.INDENT 0.0
Expand Down Expand Up @@ -145,7 +145,7 @@ file.
.TP
.B \-\-return
Chose an alternative returner to call on the minion, if an alternative
returner is used then the return will not come back tot he command line
returner is used then the return will not come back to the command line
but will be sent to the specified return system.
.UNINDENT
.INDENT 0.0
Expand Down Expand Up @@ -209,4 +209,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
Loading

0 comments on commit 4b2d381

Please sign in to comment.