commit 0d8c71c381e1267b70351fa88518891009a66e12
Author: FRIGN <[email protected]>
Date: Sun Feb 1 00:15:19 2015 +0100
Fix grammar in mktemp(1)
diff --git a/mktemp.1 b/mktemp.1
index 4895e9c..6cd106e 100644
--- 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