aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-02 19:12:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-02 19:12:39 +1300
commitfdc8fa8dde514cf4fb969588e06f1aa45ebb07fa (patch)
tree7a669e1db2d6bc9bd54d503ffd2d8a067c0e489d /man
parentFix plural in apf(1df) man page (diff)
downloaddotfiles-fdc8fa8dde514cf4fb969588e06f1aa45ebb07fa.tar.gz
dotfiles-fdc8fa8dde514cf4fb969588e06f1aa45ebb07fa.zip
Improve comment in apf(1df) man page
Diffstat (limited to 'man')
-rw-r--r--man/man1/apf.1df2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/apf.1df b/man/man1/apf.1df
index cc8428fb..025af010 100644
--- a/man/man1/apf.1df
+++ b/man/man1/apf.1df
@@ -52,7 +52,7 @@ We could then make a permanent wrapper script in two lines:
^D
$ chmod +x ~/.local/bin/printargs
.P
-Or just a shell function, if it's needed interactively:
+Or just a shell function, if it's only wanted for interactive shells:
.P
$ printargs() { apf "$HOME"/.printargsrc printargs "$@" ; }
.P