Skip to content

Commit 76d8823

Browse files
committed
README.md: More markdown tweaks
1 parent 8a748d3 commit 76d8823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tracing on in it before doing anything else there.
8484
mileage may vary.
8585

8686
3. If you are seeing 'unbound variable' warnings from bash when
87-
hitting <Tab>, this is because you have either `set -u` or `set -o
87+
hitting \<Tab>, this is because you have either `set -u` or `set -o
8888
nounset` somewhere in your start-up files. This causes bash to flag
8989
the use of any uninitialised shell variables as an error.
9090

@@ -219,7 +219,7 @@ A. It's a choice we had to make. bash's programmable completion is
219219
`bash_completion`.
220220

221221
Q. When completing on a symlink to a directory, bash does not append
222-
the trailing `/` and I have to hit <Tab> again. I don't like this.
222+
the trailing `/` and I have to hit \<Tab> again. I don't like this.
223223

224224
A. This has nothing to do with `bash_completion`. It's the default for
225225
completing symlinks to directories since bash 2.05a, and was added

0 commit comments

Comments
 (0)