summaryrefslogtreecommitdiffstats
path: root/usr.bin/mktemp
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Correct the usage of mktemp:alex2000-10-152-2/+9
| | | | | | | | | | The old version lists all args as optional. However, you need at least one arg to get a usable result. PR: 18667 Reported by: obrien Submitted by: Johan Karlsson <k@numeri.campus.luth.se> Reviewed by: sheldonh
* Fix example.asmodai2000-06-041-3/+6
| | | | | PR: 18953 Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org>
* Move RCS tags after copyrightcharnier2000-03-261-5/+3
| | | | Add DIAGNOSTICS section name
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* .Ox is ``clever'' now.phantom1999-10-301-2/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+2
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Sort cross references.wosch1998-08-311-1/+1
|
* Add usage() and rcsid. Remove unused #include. -Wall.charnier1998-05-052-19/+27
|
* Bring in an old faithful tool I've been using for just over 4 years nowpeter1998-04-143-0/+330
(originally on a different OS without mkstemp()), albeit somewhat bashed and hacked into something that doesn't look too much like the original any more. It should be upwardly compatable with OpenBSD's mktemp(1) but does a couple of extra things. I've taken OpenBSD's mktemp.1 man page and adapted it to suit.
OpenPOWER on IntegriCloud