minor doc fixes

This commit is contained in:
Brian Coca 2015-11-07 08:23:35 -05:00
parent f2943bd404
commit e74dc8c1dd

View file

@ -29,8 +29,7 @@ description:
- Manage (add, remove, change) individual settings in an INI-style file without having - Manage (add, remove, change) individual settings in an INI-style file without having
to manage the file as a whole with, say, M(template) or M(assemble). Adds missing to manage the file as a whole with, say, M(template) or M(assemble). Adds missing
sections if they don't exist. sections if they don't exist.
- Comments are discarded when the source file is read, and therefore will not - Before version 2.0, comments are discarded when the source file is read, and therefore will not show up in the destination file.
show up in the destination file.
version_added: "0.9" version_added: "0.9"
options: options:
dest: dest:
@ -80,7 +79,9 @@ notes:
Either use M(template) to create a base INI file with a C([default]) section, or use Either use M(template) to create a base INI file with a C([default]) section, or use
M(lineinfile) to add the missing line. M(lineinfile) to add the missing line.
requirements: [ ConfigParser ] requirements: [ ConfigParser ]
author: "Jan-Piet Mens (@jpmens), Ales Nosek" author:
- "Jan-Piet Mens (@jpmens)"
- "Ales Nosek (@noseka1)"
''' '''
EXAMPLES = ''' EXAMPLES = '''