commit cd37dc4553868932bcee1cf81b6a98f5d0657c12 parent 93a0e759c9994e110f9cf6b773cdc9a4c2dd4f75 Author: FRIGN <dev@frign.de> Date: Sun, 1 Feb 2015 00:15:19 +0100 Fix grammar in mktemp(1) Diffstat:
M | mktemp.1 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mktemp.1 b/mktemp.1 @@ -19,7 +19,7 @@ tmpdir set to '/tmp' or, if set, the TMPDIR environment variable. .Sh OPTIONS .Bl -tag -width Ds .It Fl d -create a temporary directory instead of a file. +Create a temporary directory instead of a file. .It Fl q Fail silently if an error occurs. .El