Skip to content

Commit

Permalink
Add salt-run manpage and update man pages for 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Jul 9, 2011
1 parent 92d9407 commit c226df9
Show file tree
Hide file tree
Showing 7 changed files with 2,263 additions and 301 deletions.
4 changes: 2 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" "May 30, 2011" "0.8.8" "Salt"
.TH "SALT-CP" "1" "July 09, 2011" "0.8.9" "Salt"
.SH NAME
salt-cp \- salt-cp Documentation
.
Expand Down Expand Up @@ -100,7 +100,7 @@ default=/etc/salt/master
.SH AUTHOR
Thomas S. Hatch <[email protected]> and many others, please see the Authors file
.SH COPYRIGHT
2011, Thomas Hatch
2011, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
4 changes: 2 additions & 2 deletions doc/man/salt-key.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SALT-KEY" "1" "May 30, 2011" "0.8.8" "Salt"
.TH "SALT-KEY" "1" "July 09, 2011" "0.8.9" "Salt"
.SH NAME
salt-key \- salt-key Documentation
.
Expand Down Expand Up @@ -80,7 +80,7 @@ default=/etc/salt/master
.SH AUTHOR
Thomas S. Hatch <[email protected]> and many others, please see the Authors file
.SH COPYRIGHT
2011, Thomas Hatch
2011, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
4 changes: 2 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" "May 30, 2011" "0.8.8" "Salt"
.TH "SALT-MASTER" "1" "July 09, 2011" "0.8.9" "Salt"
.SH NAME
salt-master \- salt-master Documentation
.
Expand Down Expand Up @@ -60,7 +60,7 @@ The master configuration file to use, the default is /etc/salt/master
.SH AUTHOR
Thomas S. Hatch <[email protected]> and many others, please see the Authors file
.SH COPYRIGHT
2011, Thomas Hatch
2011, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
4 changes: 2 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" "May 30, 2011" "0.8.8" "Salt"
.TH "SALT-MINION" "1" "July 09, 2011" "0.8.9" "Salt"
.SH NAME
salt-minion \- salt-minion Documentation
.
Expand Down Expand Up @@ -61,7 +61,7 @@ The minion configuration file to use, the default is /etc/salt/minion
.SH AUTHOR
Thomas S. Hatch <[email protected]> and many others, please see the Authors file
.SH COPYRIGHT
2011, Thomas Hatch
2011, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
68 changes: 68 additions & 0 deletions doc/man/salt-run.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
.TH "SALT-RUN" "1" "July 09, 2011" "0.8.9" "Salt"
.SH NAME
salt-run \- salt-run Documentation
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructeredText.
.
.sp
Execute a Salt runner
.SH SYNOPSIS
.sp
.nf
.ft C
salt\-run RUNNER
.ft P
.fi
.SH DESCRIPTION
.sp
Salt run is the frontend command for executing \fBSalt Runners\fP.
Salt runners are simple modules used to execute convenience functions on the
master
.SH OPTIONS
.INDENT 0.0
.TP
.B \-h, \-\-help
.sp
Print a usage message briefly summarizing these command\-line options
.UNINDENT
.INDENT 0.0
.TP
.B \-c CONFIG, \-\-config=CONFIG
.sp
The location of the salt master configuration file, the salt master
settings are required to know where the connections are;
default=/etc/salt/master
.UNINDENT
.SH AUTHOR
Thomas S. Hatch <[email protected]> and many others, please see the Authors file
.SH COPYRIGHT
2011, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
4 changes: 2 additions & 2 deletions doc/man/salt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SALT" "1" "May 30, 2011" "0.8.8" "Salt"
.TH "SALT" "1" "July 09, 2011" "0.8.9" "Salt"
.SH NAME
salt \- salt
.
Expand Down Expand Up @@ -106,7 +106,7 @@ default=/etc/salt/master
.SH AUTHOR
Thomas S. Hatch <[email protected]> and many others, please see the Authors file
.SH COPYRIGHT
2011, Thomas Hatch
2011, Thomas S. Hatch
.\" Generated by docutils manpage writer.
.\"
.
Loading

0 comments on commit c226df9

Please sign in to comment.