summaryrefslogtreecommitdiffstats
path: root/usr.bin/mktemp
Commit message (Collapse)AuthorAgeFilesLines
* Use the macro for standard error return values.eadler2012-11-181-4/+1
| | | | | | | | .Dd not bumped because there is no important content change. Approved by: bcr (mentor) MFC after: 3 days Obtained from: DragonflyBSD
* Implement the Sun/GNU extension of using a defaulteadler2012-10-022-2/+13
| | | | | | | | prefix when no arguments are supplied. Reviewed by: jilles Approved by: cperciva MFC after: 1 week
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Use prototype for usage().delphij2009-12-131-1/+1
|
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-1/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+1
| | | | Tested with: make universe
* Markup fixes.ru2006-09-291-1/+1
|
* mkstemp(3) and friends use a combination of base 10 digits, alongcsjp2005-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)
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Add punctuation which appears to have been accidentally removed incperciva2004-10-221-1/+1
| | | | revision 1.6.
* Mechanically kill hard sentence breaks.ru2004-07-021-10/+20
|
* Use proper article.dd2002-07-161-1/+1
|
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* remove __Pimp2002-03-221-1/+1
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Warns cleanups.dwmalone2001-12-032-1/+3
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Update HISTORY.obrien2001-02-281-1/+5
|
* 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