aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-18 14:04:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-18 14:04:14 +1200
commit22ad9d6e9a16cfdeb1c18f2cb4e53d737fcd87fe (patch)
tree647955868e58856080111a7afa7415721286049c /README.markdown
parentNice comments for URLs scripts (diff)
downloaddotfiles-22ad9d6e9a16cfdeb1c18f2cb4e53d737fcd87fe.tar.gz
dotfiles-22ad9d6e9a16cfdeb1c18f2cb4e53d737fcd87fe.zip
Remove man suffix from undoc scripts
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index af815488..799d9a01 100644
--- a/README.markdown
+++ b/README.markdown
@@ -315,10 +315,10 @@ Scripts
* `vis(1)` edits executable script files in `VISPATH`, defaulting to
`~/.local/bin`, for personal scripting snippets.
* Three URL-related shorcut scripts; no manuals for these yet:
- * `htmlurls(1)` extracts values of `href` attributes of `<a>` tags, sorts
+ * `htmlurls` extracts values of `href` attributes of `<a>` tags, sorts
them uniquely, and writes them to `stdout`; requires
[pup](https://github.com/ericchiang/pup)
- * `mdurls(1)` converts Markdown documents to HTML with plain old
+ * `mdurls` converts Markdown documents to HTML with plain old
`markdown(1)` and writes them to `stdout`
* `urlcheck` accepts a list of URLs on `stdin` and writes error messages
to `stderr` if any of the URLs are broken, redirecting, or are insecure