generate fresh manpages for 0.10.2

This commit is contained in:
Thomas S Hatch 2012-07-27 18:04:56 -06:00
parent e52065b516
commit c25259424b
9 changed files with 1756 additions and 1234 deletions

View file

@ -1,4 +1,4 @@
.TH "SALT-CALL" "1" "June 19, 2012" "0.10.1" "Salt"
.TH "SALT-CALL" "1" "July 27, 2012" "0.10.2" "Salt"
.SH NAME
salt-call \- salt-call Documentation
.
@ -101,7 +101,7 @@ Disable all colored output
\fIsalt\-master(1)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.

View file

@ -1,4 +1,4 @@
.TH "SALT-CP" "1" "June 19, 2012" "0.10.1" "Salt"
.TH "SALT-CP" "1" "July 27, 2012" "0.10.2" "Salt"
.SH NAME
salt-cp \- salt-cp Documentation
.
@ -116,7 +116,7 @@ default=/etc/salt/master
\fIsalt\-master(1)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.

View file

@ -1,4 +1,4 @@
.TH "SALT-KEY" "1" "June 19, 2012" "0.10.1" "Salt"
.TH "SALT-KEY" "1" "July 27, 2012" "0.10.2" "Salt"
.SH NAME
salt-key \- salt-key Documentation
.
@ -92,7 +92,7 @@ keys are stored via the pki_dir configuration value;
default=/etc/salt/master
.UNINDENT
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.

View file

@ -1,4 +1,4 @@
.TH "SALT-MASTER" "1" "June 19, 2012" "0.10.1" "Salt"
.TH "SALT-MASTER" "1" "July 27, 2012" "0.10.2" "Salt"
.SH NAME
salt-master \- salt-master Documentation
.
@ -77,7 +77,7 @@ settings see the config file. Default: \fBwarning\fP.
\fIsalt(7)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.

View file

@ -1,4 +1,4 @@
.TH "SALT-MINION" "1" "June 19, 2012" "0.10.1" "Salt"
.TH "SALT-MINION" "1" "July 27, 2012" "0.10.2" "Salt"
.SH NAME
salt-minion \- salt-minion Documentation
.
@ -78,7 +78,7 @@ settings see the config file. Default: \fBwarning\fP.
\fIsalt(7)\fP
\fIsalt\-master(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.

View file

@ -1,4 +1,4 @@
.TH "SALT-RUN" "1" "June 19, 2012" "0.10.1" "Salt"
.TH "SALT-RUN" "1" "July 27, 2012" "0.10.2" "Salt"
.SH NAME
salt-run \- salt-run Documentation
.
@ -63,7 +63,7 @@ default=/etc/salt/master
\fIsalt\-master(1)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.

View file

@ -1,4 +1,4 @@
.TH "SALT-SYNDIC" "1" "June 19, 2012" "0.10.1" "Salt"
.TH "SALT-SYNDIC" "1" "July 27, 2012" "0.10.2" "Salt"
.SH NAME
salt-syndic \- salt-syndic Documentation
.
@ -72,7 +72,7 @@ The minion configuration file to use, the default is /etc/salt/minion
\fIsalt\-master(1)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.

View file

@ -1,4 +1,4 @@
.TH "SALT" "1" "June 19, 2012" "0.10.1" "Salt"
.TH "SALT" "1" "July 27, 2012" "0.10.2" "Salt"
.SH NAME
salt \- salt
.
@ -167,6 +167,12 @@ default=/etc/salt/master
.UNINDENT
.INDENT 0.0
.TP
.B \-v VERBOSE, \-\-verbose
Turn on verbosity for the salt call, this will cause the salt command to
print out extra data like the job id.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-raw\-out
Print the output from the salt command in raw Python
form, this is suitable for re\-reading the output into
@ -199,7 +205,7 @@ Disable all colored output
\fIsalt\-master(1)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
Thomas S. Hatch <thatch45@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT
2012, Thomas S. Hatch
.\" Generated by docutils manpage writer.

File diff suppressed because it is too large Load diff