docs_fragments formatting and typo improvements (#17981)

This commit is contained in:
John R Barker 2016-10-14 15:13:15 +01:00 committed by GitHub
parent 0ef3ff6a9d
commit 9183bb6391
18 changed files with 133 additions and 136 deletions

View file

@ -24,27 +24,27 @@ class ModuleDocFragment(object):
options:
login_user:
description:
- The username used to authenticate with
u - The username used to authenticate with.
required: false
default: null
login_password:
description:
- The password used to authenticate with
- The password used to authenticate with.
required: false
default: null
login_host:
description:
- Host running the database
- Host running the database.
required: false
default: localhost
login_port:
description:
- Port of the MySQL server. Requires login_host be defined as other then localhost if login_port is used
- Port of the MySQL server. Requires I(login_host) be defined as other then localhost if login_port is used.
required: false
default: 3306
login_unix_socket:
description:
- The path to a Unix domain socket for local connections
- The path to a Unix domain socket for local connections.
required: false
default: null
connect_timeout:
@ -55,7 +55,7 @@ options:
version_added: "2.1"
config_file:
description:
- Specify a config file from which user and password are to be read
- Specify a config file from which user and password are to be read.
required: false
default: '~/.my.cnf'
version_added: "2.0"