Fix module formatter indexing

This commit is contained in:
Michael DeHaan 2012-10-03 23:31:50 -04:00
commit 761330b125
43 changed files with 45 additions and 43 deletions

View file

@ -1,4 +1,4 @@
.TH ANSIBLE.FILE 5 "2012-10-02" "0.8" "ANSIBLE MODULES"
.TH ANSIBLE.FILE 5 "2012-10-03" "0.8" "ANSIBLE MODULES"
." generated from library/file
.SH NAME
file \- Sets attributes of files
@ -35,6 +35,8 @@ accepts only \fCdefault\fR as value. This will restore a file's SELinux context
default.
.IP owner
name of the user that should own the file/directory, as would be fed to \fIchown\fR
.IP force
force is required when changing an existing file to a directory, or a link to a directory, and so on. Use this with caution.
.IP setype
type part of SELinux file context, \fC_default\fR feature works as for \fIseuser\fR.."
."