summaryrefslogtreecommitdiff
path: root/usr.bin/mktemp
AgeCommit message (Collapse)Author
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
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
o Add another example using the pretty brace block form
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-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
1998-04-13Nuke paragraph about checking for zero length file. Doing things thatTodd C. Miller
way would allow a race. Niall Smart <rotel@indigo.ie>
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-20Use mkdtemp(3)Todd 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
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
1997-01-27fix typoTodd C. Miller
1997-01-04Fix typo, too much perl on the brain.Todd C. Miller
1997-01-03Better error on failure.Todd C. Miller
1996-11-21mktemp(1) for shell scripts. No more gross directory hackery for safe tempTodd C. Miller
files.