Fix grammar in mktemp(1)

This commit is contained in:
FRIGN 2015-02-01 00:15:19 +01:00
parent 93a0e759c9
commit cd37dc4553
1 changed files with 1 additions and 1 deletions

View File

@ -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