aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-12-14 18:18:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-12-14 18:18:17 +1300
commite249756275d794280e69a6901d389e0284109650 (patch)
treefd01383f15a12c4dd96abfc0b4b407473c6d9a09 /README.markdown
parentMention man(1) completion (diff)
downloaddotfiles-e249756275d794280e69a6901d389e0284109650.tar.gz
dotfiles-e249756275d794280e69a6901d389e0284109650.zip
Clarify han(1) a bit
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 4faa662f..9c3aac2c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -277,9 +277,9 @@ Scripts
* `edda(1)` provides a means to run `ed(1)` over a set of files preserving
any options, mostly useful for scripts. There’s `--help` output and a
manual page.
-* `han(1)` provides a `keywordprg` for Bash script development that will look
- for `help` topics. You could use it from the shell too. It also has a brief
- manual.
+* `han(1)` provides a `keywordprg` for Vim's Bash script filetype that will
+ look for `help` topics. You could use it from the shell too. It also has a
+ brief manual.
* `sue(8)` execs `sudoedit(8)` as the owner of all the file arguments given,
perhaps in cases where you may not necessarily have `root` `sudo(8)`
privileges.