=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mktemp/mktemp.1,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/mktemp/mktemp.1 2003/06/03 01:52:41 1.21 --- src/usr.bin/mktemp/mktemp.1 2003/06/10 09:12:11 1.22 *************** *** 1,4 **** ! .\" $OpenBSD: mktemp.1,v 1.21 2003/06/03 01:52:41 millert Exp $ .\" .\" Copyright (c) 1996, 2000, 2001 Todd C. Miller .\" --- 1,4 ---- ! .\" $OpenBSD: mktemp.1,v 1.22 2003/06/10 09:12:11 jmc Exp $ .\" .\" Copyright (c) 1996, 2000, 2001 Todd C. Miller .\" *************** *** 147,152 **** --- 147,159 ---- .Nm utility exits with a value of 0 on success or 1 on failure. + .Sh ENVIRONMENT + .Bl -tag -width TMPDIR + .It Ev TMPDIR + directory in which to place the temporary file when in + .Fl t + mode + .El .Sh EXAMPLES The following .Xr sh 1 *************** *** 168,174 **** .Ed .Pp This can be further simplified if we don't care about the actual name of ! the temporary file. In this case the .Fl t flag is implied. .Bd -literal -offset indent --- 175,182 ---- .Ed .Pp This can be further simplified if we don't care about the actual name of ! the temporary file. ! In this case the .Fl t flag is implied. .Bd -literal -offset indent *************** *** 213,225 **** rm -f $TMPFILE } .Ed - .Sh ENVIRONMENT - .Bl -tag -width TMPDIR - .It Ev TMPDIR - directory in which to place the temporary file when in - .Fl t - mode - .El .Sh SEE ALSO .Xr mkdtemp 3 , .Xr mkstemp 3 , --- 221,226 ----