aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-22 12:00:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-22 12:00:32 +1200
commit15da79e3da735441c85850e386ea2a86cc1d73b9 (patch)
tree95790e81e50c42ab356af542a758b1e2e260aa07
parentRestore non-exec skipping in Makefile targets (diff)
downloaddotfiles-15da79e3da735441c85850e386ea2a86cc1d73b9.tar.gz
dotfiles-15da79e3da735441c85850e386ea2a86cc1d73b9.zip
Format $BROWSER mention
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 1790afb2..ef70089b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -380,8 +380,8 @@ Installed by the `install-bin` target:
* `ax(1)` evaluates an awk expression given on the command line; this is
intended as a quick way to test how Awk would interpret a given expression.
* `bel(1)` prints a terminal bell character.
-* `br(1)` launches $BROWSER, or a more suitable application for an URL if it
- knows of one.
+* `br(1)` launches `$BROWSER`, or a more suitable application for an URL if
+ it knows of one.
* `ca(1)` prints a count of its given arguments.
* `cf(1)` prints a count of entries in a given directory.
* `clrd(1)` sets up a per-line file read, clearing the screen first.