Skip to content

Commit 6804c86

Browse files
committed
update man pages to 0.9.6
1 parent 26b0215 commit 6804c86

File tree

9 files changed

+3618
-1011
lines changed

9 files changed

+3618
-1011
lines changed

doc/man/salt-call.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SALT-CALL" "1" "January 14, 2012" "0.9.5" "Salt"
1+
.TH "SALT-CALL" "1" "January 20, 2012" "0.9.6" "Salt"
22
.SH NAME
33
salt-call \- salt-call Documentation
44
.

doc/man/salt-cp.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SALT-CP" "1" "January 14, 2012" "0.9.5" "Salt"
1+
.TH "SALT-CP" "1" "January 20, 2012" "0.9.6" "Salt"
22
.SH NAME
33
salt-cp \- salt-cp Documentation
44
.

doc/man/salt-key.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SALT-KEY" "1" "January 14, 2012" "0.9.5" "Salt"
1+
.TH "SALT-KEY" "1" "January 20, 2012" "0.9.6" "Salt"
22
.SH NAME
33
salt-key \- salt-key Documentation
44
.

doc/man/salt-master.1

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SALT-MASTER" "1" "January 14, 2012" "0.9.5" "Salt"
1+
.TH "SALT-MASTER" "1" "January 20, 2012" "0.9.6" "Salt"
22
.SH NAME
33
salt-master \- salt-master Documentation
44
.
@@ -54,6 +54,18 @@ Run the salt master as a daemon
5454
.B \-c CONFIG, \-\-config=CONFIG
5555
The master configuration file to use, the default is /etc/salt/master
5656
.UNINDENT
57+
.INDENT 0.0
58+
.TP
59+
.B \-u USER, \-\-user=USER
60+
Specify user to run minion
61+
.UNINDENT
62+
.INDENT 0.0
63+
.TP
64+
.B \-l LOG_LEVEL, \-\-log\-level=LOG_LEVEL
65+
Console log level. One of \fBinfo\fP, \fBnone\fP, \fBgarbage\fP,
66+
\fBtrace\fP, \fBwarning\fP, \fBerror\fP, \fBdebug\fP. For the logfile
67+
settings see the config file. Default: \fBwarning\fP.
68+
.UNINDENT
5769
.SH AUTHOR
5870
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
5971
.SH COPYRIGHT

doc/man/salt-minion.1

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SALT-MINION" "1" "January 14, 2012" "0.9.5" "Salt"
1+
.TH "SALT-MINION" "1" "January 20, 2012" "0.9.6" "Salt"
22
.SH NAME
33
salt-minion \- salt-minion Documentation
44
.
@@ -55,6 +55,18 @@ Run the salt minion as a daemon
5555
.B \-c CONFIG, \-\-config=CONFIG
5656
The minion configuration file to use, the default is /etc/salt/minion
5757
.UNINDENT
58+
.INDENT 0.0
59+
.TP
60+
.B \-u USER, \-\-user=USER
61+
Specify user to run minion
62+
.UNINDENT
63+
.INDENT 0.0
64+
.TP
65+
.B \-l LOG_LEVEL, \-\-log\-level=LOG_LEVEL
66+
Console log level. One of \fBinfo\fP, \fBnone\fP, \fBgarbage\fP,
67+
\fBtrace\fP, \fBwarning\fP, \fBerror\fP, \fBdebug\fP. For the logfile
68+
settings see the config file. Default: \fBwarning\fP.
69+
.UNINDENT
5870
.SH AUTHOR
5971
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
6072
.SH COPYRIGHT

doc/man/salt-run.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SALT-RUN" "1" "January 14, 2012" "0.9.5" "Salt"
1+
.TH "SALT-RUN" "1" "January 20, 2012" "0.9.6" "Salt"
22
.SH NAME
33
salt-run \- salt-run Documentation
44
.

doc/man/salt-syndic.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SALT-SYNDIC" "1" "January 14, 2012" "0.9.5" "Salt"
1+
.TH "SALT-SYNDIC" "1" "January 20, 2012" "0.9.6" "Salt"
22
.SH NAME
33
salt-syndic \- salt-syndic Documentation
44
.

doc/man/salt.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SALT" "1" "January 14, 2012" "0.9.5" "Salt"
1+
.TH "SALT" "1" "January 20, 2012" "0.9.6" "Salt"
22
.SH NAME
33
salt \- salt
44
.

0 commit comments

Comments
 (0)