From 08904c03089c963cda7baec4022483fc8860b774 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 30 Jan 2015 23:29:09 +0100 Subject: [PATCH] mktemp.1: convert to mandoc --- mktemp.1 | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/mktemp.1 b/mktemp.1 index 6e24e2b..f8b3a15 100644 --- a/mktemp.1 +++ b/mktemp.1 @@ -1,25 +1,28 @@ -.TH MKTEMP 1 sbase\-VERSION -.SH NAME -mktemp \- make temporary filename -.SH SYNOPSIS -.B mktemp -.RB [ \-dq ] -.RB [ template ] -.SH DESCRIPTION -.B mktemp +.Dd January 30, 2015 +.Dt MKTEMP 1 sbase\-VERSION +.Os +.Sh NAME +.Nm mktemp +.Nd make temporary filename +.Sh SYNOPSIS +.Nm +.Op Fl dq +.Op Ar template +.Sh DESCRIPTION +.Nm takes the given filename template and overwrites a portion of it to create a unique filename. The template may be any filename with at least six `Xs' appended to it. If no template is specified a default of `tmp.XXXXXXXXXX' is used and the tmpdir is set to `/tmp' unless the TMPDIR envrionment variable has been set. -.SH OPTIONS -.TP -.B \-d +.Sh OPTIONS +.Bl -tag -width Ds +.It Fl d Make a directory instead of a file -.TP -.B \-q +.It Fl q Fail silently if an error occurs. This is useful if a script does not want error output to go to standard error. -.SH SEE ALSO -.IR mkdtemp (3), -.IR mkstemp (3) +.El +.Sh SEE ALSO +.Xr mkdtemp 3 , +.Xr mkstemp 3