aboutsummaryrefslogtreecommitdiff
path: root/man/man1/ax.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/ax.1df')
-rw-r--r--man/man1/ax.1df5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man1/ax.1df b/man/man1/ax.1df
index 40125167..981938e0 100644
--- a/man/man1/ax.1df
+++ b/man/man1/ax.1df
@@ -14,8 +14,9 @@ evaluates an expression given on the command line with awk(1) and prints its
result using awk's printf, with an optional format specified preceding the
expression.
.SH SECURITY
-Note that the second argument has no evaluation protection on it. There's very
+Note that the second argument has no evaluation protection on it. There's very
little to stop a user putting a fully-fledged awk program in as the second
-argument if they needed to. Don't accept untrusted user input in this argument!
+argument if they needed to. Don't accept untrusted user input in this
+argument!
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>