Skip to content

Commit

Permalink
fix MD004 - Unordered list style
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Feb 29, 2024
1 parent f9c677d commit 6cdcbc1
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 191 deletions.
12 changes: 6 additions & 6 deletions docs/cookbooks/5.6.x/pseudovariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2008,12 +2008,12 @@ parameters before sending a HTTP query.
to discover server-supported authentication methods. You may want to
use a specific value. Valid values are:

* 1 - BASIC authentication
* 2 - HTTP Digest authentication
* 4 - GSS-Negotiate authentication
* 8 - NTLM authentication
* 16 - HTTP Digest with IE flavour.
* (Default value is 3 - BASIC and Digest authentication.)
- 1 - BASIC authentication
- 2 - HTTP Digest authentication
- 4 - GSS-Negotiate authentication
- 8 - NTLM authentication
- 16 - HTTP Digest with IE flavour.
- (Default value is 3 - BASIC and Digest authentication.)
- username: sets the username to use for authenticated requests
- password: sets the password to use for authenticated requests
- suspend: if set to 0 it doesn't suspend the current transaction before performing the query
Expand Down
12 changes: 6 additions & 6 deletions docs/cookbooks/5.7.x/pseudovariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2008,12 +2008,12 @@ parameters before sending a HTTP query.
to discover server-supported authentication methods. You may want to
use a specific value. Valid values are:

* 1 - BASIC authentication
* 2 - HTTP Digest authentication
* 4 - GSS-Negotiate authentication
* 8 - NTLM authentication
* 16 - HTTP Digest with IE flavour.
* (Default value is 3 - BASIC and Digest authentication.)
- 1 - BASIC authentication
- 2 - HTTP Digest authentication
- 4 - GSS-Negotiate authentication
- 8 - NTLM authentication
- 16 - HTTP Digest with IE flavour.
- (Default value is 3 - BASIC and Digest authentication.)
- username: sets the username to use for authenticated requests
- password: sets the password to use for authenticated requests
- suspend: if set to 0 it doesn't suspend the current transaction before performing the query
Expand Down
12 changes: 6 additions & 6 deletions docs/cookbooks/devel/pseudovariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2045,12 +2045,12 @@ parameters before sending a HTTP query.
to discover server-supported authentication methods. You may want to
use a specific value. Valid values are:

* 1 - BASIC authentication
* 2 - HTTP Digest authentication
* 4 - GSS-Negotiate authentication
* 8 - NTLM authentication
* 16 - HTTP Digest with IE flavour.
* (Default value is 3 - BASIC and Digest authentication.)
- 1 - BASIC authentication
- 2 - HTTP Digest authentication
- 4 - GSS-Negotiate authentication
- 8 - NTLM authentication
- 16 - HTTP Digest with IE flavour.
- (Default value is 3 - BASIC and Digest authentication.)
- username: sets the username to use for authenticated requests
- password: sets the password to use for authenticated requests
- suspend: if set to 0 it doesn't suspend the current transaction before performing the query
Expand Down
Loading

0 comments on commit 6cdcbc1

Please sign in to comment.