Skip to content

Commit e4853af

Browse files
committed
doc: update man
1 parent 72af76f commit e4853af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shellcheck.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
7878

7979
: Don't try to look for .shellcheckrc configuration files.
8080

81-
--rcfile\ RCFILE
81+
**--rcfile** *RCFILE*
8282

8383
: Prefer the specified configuration file over searching for one
8484
in the default locations.
@@ -317,7 +317,7 @@ Here is an example `.shellcheckrc`:
317317
disable=SC2236
318318

319319
If no `.shellcheckrc` is found in any of the parent directories, ShellCheck
320-
will look in `~/.shellcheckrc` followed by the XDG config directory
320+
will look in `~/.shellcheckrc` followed by the `$XDG_CONFIG_HOME`
321321
(usually `~/.config/shellcheckrc`) on Unix, or `%APPDATA%/shellcheckrc` on
322322
Windows. Only the first file found will be used.
323323

@@ -403,4 +403,4 @@ see https://gnu.org/licenses/gpl.html
403403

404404
# SEE ALSO
405405

406-
sh(1) bash(1)
406+
sh(1) bash(1) dash(1) ksh(1)

0 commit comments

Comments
 (0)