Skip to content

Commit

Permalink
man: Escape '.' at the beginning of line to remove manpage warning
Browse files Browse the repository at this point in the history
'.' at the beginning of a line in a manpage indicates macro
usage. Escape it with '\' to remove a missing macro warning.
  • Loading branch information
punitagrawal committed Mar 7, 2020
1 parent 2c85b50 commit 96ba33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/direnv.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ cd ~/my_project
$ echo ${FOO-nope}
nope
$ echo export FOO=foo > .envrc
.envrc is not allowed
\.envrc is not allowed
$ direnv allow .
direnv: reloading
direnv: loading .envrc
Expand Down

0 comments on commit 96ba33b

Please sign in to comment.