From cd37dc4553868932bcee1cf81b6a98f5d0657c12 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Sun, 1 Feb 2015 00:15:19 +0100 Subject: [PATCH] Fix grammar in mktemp(1) --- mktemp.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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