aboutsummaryrefslogtreecommitdiff
path: root/man/man1/ax.1df
Commit message (Collapse)AuthorAgeFilesLines
* Separate ax(1df) manpage args from commandTom Ryder2018-01-111-2/+4
| | | | | | | | Just for a clearer visual distinction. This probably needs to be done for other manual pages, too. We use zero-width characters (\&) at the start of the lines beginning with apostrophes so that they get printed literally.
* Make newline explicit for ax(1df)Tom Ryder2018-01-111-1/+1
| | | | | This makes it a little more flexible, if you genuinely don't want a newline in the output.
* Make first ax(1df) arg safer, warn on second argTom Ryder2018-01-111-1/+5
| | | | | | | | | | | | | The format in the first argument does not need to be evaluated, so it can be passed in a simple awk variable. The second argument is evaluated, by design, so code injection is trivial. It's probably a good idea to warn users about this explicitly. $ ax '0);system("cat /etc/passwd")' Make the whole thing a little terser, too, with the awk program construction, variable assignment, and invocation all on one line.
* Put dotfiles manuals into their own sectionTom Ryder2016-08-261-0/+15
This probably contains a few mistakes