aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-19 15:59:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-19 16:00:35 +1200
commit475e31ca38054b5abb51fc4eae7c654fe573b72d (patch)
tree6a8e9696ffa4ca564939dff329605593a794c533 /README.markdown
parentCorrect stws(1)'s self-identifying (diff)
downloaddotfiles-475e31ca38054b5abb51fc4eae7c654fe573b72d.tar.gz
dotfiles-475e31ca38054b5abb51fc4eae7c654fe573b72d.zip
Translate apf(1) to POSIX sh
We lose the ability to include newlines in options, but probably a pretty good tradeoff, especially since it makes the *rc files hand-editable in theory. Also add skipping comments and blank lines. Update ISSUES.markdown. There are two more Bash scripts left; one of them, han(1), does actually require Bash, though.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index b443d618..47197122 100644
--- a/README.markdown
+++ b/README.markdown
@@ -380,7 +380,7 @@ Installed by the `install-bin` target:
for unfolding HTTP headers, but it should work for most RFC 822
formats.
* `apf(1)` prepends arguments to a command with ones read from a file,
- intended as a framework for shell functions.
+ intended as a framework for shell wrappers or functions.
* `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.