summaryrefslogtreecommitdiff
path: root/usr.bin/mktemp/mktemp.1
AgeCommit message (Expand)Author
2024-03-03Clarify which part of the path name is considered for substitution.Todd C. Miller
2024-03-01Clarify behavior when there is more than one run of Xs.Todd C. Miller
2024-03-01mktemp(1): add suffix support for compatibility with the GNU versionTodd C. Miller
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2018-06-07add some EXIT STATUS sections; from matthew martinJason McIntyre
2013-08-07document the errors in terms of the actual calls made (mkdtemp/mktemp,Theo de Raadt
2013-03-12Require that the template include at least 6 trailing Xs to matchTodd C. Miller
2010-12-27mktemp(3) (and thus mktemp(1)) no longer use the process ID whenTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2005-12-31no point in sending the reader to the same page 3 times;Jason McIntyre
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-10- section reorderJason McIntyre
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2001-10-11Sync with portable mktemp-1.4; the template is now optional.Todd C. Miller
2001-10-01Add -t and -d flags to allow script writers to easily take a user's TMPDIRTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-06-26use basename(1) in examplesPaul Janzen
2000-03-28Remove duplicate word occurrences.Aaron Campbell
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-02-07My copyright, not Berkeley's and some minor working tweaks.Todd C. Miller
1999-08-05o Use 10 X's in examples (noted by Theo)Todd C. Miller
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-04-13Nuke paragraph about checking for zero length file. Doing things thatTodd C. Miller
1998-03-19document why you want to use this and why other ways are bad.Todd C. Miller
1998-03-07.Bx Open -> .Ox 2.xTodd C. Miller
1997-10-28Add a missing .ElTodd C. Miller
1997-06-17Adds a -d (directory) flag.Todd C. Miller
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
1997-01-27fix typoTodd C. Miller
1997-01-04Fix typo, too much perl on the brain.Todd C. Miller
1996-11-21mktemp(1) for shell scripts. No more gross directory hackery for safe tempTodd C. Miller