mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Library functions and modules should be in the 3 man page section. Also the files should end in '.3'
This commit is contained in:
parent
53d24ef002
commit
85fb7c6d4b
45 changed files with 10 additions and 8 deletions
35
docs/man/man3/ansible.supervisorctl.3
Normal file
35
docs/man/man3/ansible.supervisorctl.3
Normal file
|
@ -0,0 +1,35 @@
|
|||
.TH ANSIBLE.SUPERVISORCTL 5 "2012-10-02" "0.8" "ANSIBLE MODULES"
|
||||
." generated from library/supervisorctl
|
||||
.SH NAME
|
||||
supervisorctl \- Manage the state of a program or group of programs running via Supervisord
|
||||
." ------ DESCRIPTION
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Manage the state of a program or group of programs running via Supervisord
|
||||
." ------ OPTIONS
|
||||
."
|
||||
."
|
||||
.SH OPTIONS
|
||||
|
||||
.IP state
|
||||
The state of service
|
||||
.IR Choices :
|
||||
started,stopped,restarted.(required)
|
||||
.IP name
|
||||
The name of the supervisord program/process to manage(required)."
|
||||
."
|
||||
." ------ NOTES
|
||||
."
|
||||
."
|
||||
." ------ EXAMPLES
|
||||
.SH EXAMPLES
|
||||
.PP
|
||||
.nf
|
||||
supervisorctl name=my_app state=started
|
||||
.fi
|
||||
." ------- AUTHOR
|
||||
.SH AUTHOR
|
||||
Matt Wright
|
||||
.SH SEE ALSO
|
||||
.IR ansible (1),
|
||||
.I http://ansible.github.com/modules.html#supervisorctl
|
Loading…
Add table
Add a link
Reference in a new issue