summaryrefslogtreecommitdiff
path: root/usr.bin/mktemp
Commit message (Collapse)AuthorAgeFilesLines
* MFC r243240:Eitan Adler2012-11-211-4/+1
| | | | | | | | | | | | Use the macro for standard error return values. .Dd not bumped because there is no important content change. Obtained from: DragonflyBSD Approved by: cperciva (implicit) Notes: svn path=/stable/8/; revision=243351
* MFC r241118:Eitan Adler2012-10-102-2/+13
| | | | | | | | | | Implement the Sun/GNU extension of using a default prefix when no arguments are supplied. Approved by: cperciva (implicit) Notes: svn path=/stable/8/; revision=241422
* Markup fixes.Ruslan Ermilov2006-09-291-1/+1
| | | | Notes: svn path=/head/; revision=162792
* mkstemp(3) and friends use a combination of base 10 digits, alongChristian S.J. Peron2005-12-301-1/+1
| | | | | | | | | with upper and lower case letters from the English alphabet. Change the number of possible file names mktemp will return from 26**6 to (10+26+26)**6 instead. This keeps things consistent with mkstemp(3) Notes: svn path=/head/; revision=153904
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Add punctuation which appears to have been accidentally removed inColin Percival2004-10-221-1/+1
| | | | | | | revision 1.6. Notes: svn path=/head/; revision=136784
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-10/+20
| | | | Notes: svn path=/head/; revision=131491
* Use proper article.Dima Dorfman2002-07-161-1/+1
| | | | Notes: svn path=/head/; revision=100160
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
| | | | Notes: svn path=/head/; revision=95124
* remove __PWarner Losh2002-03-221-1/+1
| | | | Notes: svn path=/head/; revision=92921
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Warns cleanups.David Malone2001-12-032-1/+3
| | | | Notes: svn path=/head/; revision=87290
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* Update HISTORY.David E. O'Brien2001-02-281-1/+5
| | | | Notes: svn path=/head/; revision=73207
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69860
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68963
* Correct the usage of mktemp:Alexander Langer2000-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 Notes: svn path=/head/; revision=67162
* Fix example.Jeroen Ruigrok van der Werven2000-06-041-3/+6
| | | | | | | | PR: 18953 Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=61244
* Move RCS tags after copyrightPhilippe Charnier2000-03-261-5/+3
| | | | | | | Add DIAGNOSTICS section name Notes: svn path=/head/; revision=58613
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* .Ox is ``clever'' now.Alexey Zelkin1999-10-301-2/+1
| | | | Notes: svn path=/head/; revision=52658
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48792
* Sort cross references.Wolfram Schneider1998-08-311-1/+1
| | | | Notes: svn path=/head/; revision=38702
* Add usage() and rcsid. Remove unused #include. -Wall.Philippe Charnier1998-05-052-19/+27
| | | | Notes: svn path=/head/; revision=35733
* Bring in an old faithful tool I've been using for just over 4 years nowPeter Wemm1998-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. Notes: svn path=/head/; revision=35193