=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mktemp/mktemp.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/mktemp/mktemp.1 1997/05/30 07:49:25 1.4 --- src/usr.bin/mktemp/mktemp.1 1997/06/17 15:34:27 1.5 *************** *** 1,4 **** ! .\" $OpenBSD: mktemp.1,v 1.4 1997/05/30 07:49:25 deraadt Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: mktemp.1,v 1.5 1997/06/17 15:34:27 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 39,46 **** .Nd make temporary file name (unique) .Sh SYNOPSIS .Nm mktemp ! .Op Fl u .Op Fl q .Ar template .Sh DESCRIPTION The --- 39,47 ---- .Nd make temporary file name (unique) .Sh SYNOPSIS .Nm mktemp ! .Op Fl d .Op Fl q + .Op Fl u .Ar template .Sh DESCRIPTION The *************** *** 78,83 **** --- 79,89 ---- .Sh OPTIONS .Bl -tag -width indent The available options are as follows: + .It Fl d + Make a directory instead of a file. + .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. .It Fl u Operate in .Dq unsafe *************** *** 87,95 **** .Fn mktemp 3 but still introduces a race condition. Use of this option is not encouraged. - .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 RETURN VALUES The .Nm --- 93,98 ----