Add 'See also' section to man pages

This commit is contained in:
Baiju Muthukadan 2012-05-11 03:40:39 +05:30
parent e1aa31e183
commit 1bbb280581
15 changed files with 555 additions and 68 deletions

View file

@ -1,4 +1,4 @@
.TH "SALT-CALL" "1" "April 27, 2012" "0.9.9" "Salt"
.TH "SALT-CALL" "1" "May 11, 2012" "0.9.9" "Salt"
.SH NAME
salt-call \- salt-call Documentation
.
@ -95,6 +95,11 @@ Print the output from the salt command in json.
.B \-\-no\-color
Disable all colored output
.UNINDENT
.SH SEE ALSO
.sp
\fIsalt(1)\fP
\fIsalt\-master(1)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT

View file

@ -1,4 +1,4 @@
.TH "SALT-CP" "1" "April 27, 2012" "0.9.9" "Salt"
.TH "SALT-CP" "1" "May 11, 2012" "0.9.9" "Salt"
.SH NAME
salt-cp \- salt-cp Documentation
.
@ -110,6 +110,11 @@ 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 SEE ALSO
.sp
\fIsalt(1)\fP
\fIsalt\-master(1)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT

View file

@ -1,4 +1,4 @@
.TH "SALT-KEY" "1" "April 27, 2012" "0.9.9" "Salt"
.TH "SALT-KEY" "1" "May 11, 2012" "0.9.9" "Salt"
.SH NAME
salt-key \- salt-key Documentation
.

View file

@ -1,4 +1,4 @@
.TH "SALT-MASTER" "1" "April 27, 2012" "0.9.9" "Salt"
.TH "SALT-MASTER" "1" "May 11, 2012" "0.9.9" "Salt"
.SH NAME
salt-master \- salt-master Documentation
.
@ -71,6 +71,11 @@ Console log level. One of \fBinfo\fP, \fBnone\fP, \fBgarbage\fP,
\fBtrace\fP, \fBwarning\fP, \fBerror\fP, \fBdebug\fP. For the logfile
settings see the config file. Default: \fBwarning\fP.
.UNINDENT
.SH SEE ALSO
.sp
\fIsalt(1)\fP
\fIsalt(7)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT

View file

@ -1,4 +1,4 @@
.TH "SALT-MINION" "1" "April 27, 2012" "0.9.9" "Salt"
.TH "SALT-MINION" "1" "May 11, 2012" "0.9.9" "Salt"
.SH NAME
salt-minion \- salt-minion Documentation
.
@ -72,6 +72,11 @@ Console log level. One of \fBinfo\fP, \fBnone\fP, \fBgarbage\fP,
\fBtrace\fP, \fBwarning\fP, \fBerror\fP, \fBdebug\fP. For the logfile
settings see the config file. Default: \fBwarning\fP.
.UNINDENT
.SH SEE ALSO
.sp
\fIsalt(1)\fP
\fIsalt(7)\fP
\fIsalt\-master(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT

View file

@ -1,4 +1,4 @@
.TH "SALT-RUN" "1" "April 27, 2012" "0.9.9" "Salt"
.TH "SALT-RUN" "1" "May 11, 2012" "0.9.9" "Salt"
.SH NAME
salt-run \- salt-run Documentation
.
@ -57,6 +57,11 @@ 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 SEE ALSO
.sp
\fIsalt(1)\fP
\fIsalt\-master(1)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT

View file

@ -1,4 +1,4 @@
.TH "SALT-SYNDIC" "1" "April 27, 2012" "0.9.9" "Salt"
.TH "SALT-SYNDIC" "1" "May 11, 2012" "0.9.9" "Salt"
.SH NAME
salt-syndic \- salt-syndic Documentation
.
@ -66,6 +66,11 @@ The master configuration file to use, the default is /etc/salt/master
.B \-\-minion\-config=MINION_CONFIG
The minion configuration file to use, the default is /etc/salt/minion
.UNINDENT
.SH SEE ALSO
.sp
\fIsalt(1)\fP
\fIsalt\-master(1)\fP
\fIsalt\-minion(1)\fP
.SH AUTHOR
Thomas S. Hatch <thatch@gmail.com> and many others, please see the Authors file
.SH COPYRIGHT

View file

@ -1,4 +1,4 @@
.TH "SALT" "1" "April 27, 2012" "0.9.9" "Salt"
.TH "SALT" "1" "May 11, 2012" "0.9.9" "Salt"
.SH NAME
salt \- salt
.

File diff suppressed because it is too large Load diff

View file

@ -60,3 +60,10 @@ Options
.. option:: --no-color
Disable all colored output
See also
========
:manpage:`salt(1)`
:manpage:`salt-master(1)`
:manpage:`salt-minion(1)`

View file

@ -78,3 +78,10 @@ Options
The location of the salt master configuration file, the salt master
settings are required to know where the connections are;
default=/etc/salt/master
See also
========
:manpage:`salt(1)`
:manpage:`salt-master(1)`
:manpage:`salt-minion(1)`

View file

@ -44,3 +44,10 @@ Options
Console log level. One of ``info``, ``none``, ``garbage``,
``trace``, ``warning``, ``error``, ``debug``. For the logfile
settings see the config file. Default: ``warning``.
See also
========
:manpage:`salt(1)`
:manpage:`salt(7)`
:manpage:`salt-minion(1)`

View file

@ -45,3 +45,10 @@ Options
Console log level. One of ``info``, ``none``, ``garbage``,
``trace``, ``warning``, ``error``, ``debug``. For the logfile
settings see the config file. Default: ``warning``.
See also
========
:manpage:`salt(1)`
:manpage:`salt(7)`
:manpage:`salt-master(1)`

View file

@ -32,3 +32,10 @@ Options
The location of the salt master configuration file, the salt master
settings are required to know where the connections are;
default=/etc/salt/master
See also
========
:manpage:`salt(1)`
:manpage:`salt-master(1)`
:manpage:`salt-minion(1)`

View file

@ -40,3 +40,10 @@ Options
.. option:: --minion-config=MINION_CONFIG
The minion configuration file to use, the default is /etc/salt/minion
See also
========
:manpage:`salt(1)`
:manpage:`salt-master(1)`
:manpage:`salt-minion(1)`