#
80249bc8 |
| 03-Mar-2024 |
millert <millert@openbsd.org> |
Clarify which part of the path name is considered for substitution. Also use "name" instead of "file name" is some places since the result could be either a file or a directory. Work done with jmc@
|
#
0f4e07f9 |
| 01-Mar-2024 |
millert <millert@openbsd.org> |
Clarify behavior when there is more than one run of Xs. With help from miod@
|
#
ec6f9a74 |
| 01-Mar-2024 |
millert <millert@openbsd.org> |
mktemp(1): add suffix support for compatibility with the GNU version It is now possible to use templates where the Xs are not at the end, like "foo.XXXXXX.bar". If there are multiple runs of Xs, the
mktemp(1): add suffix support for compatibility with the GNU version It is now possible to use templates where the Xs are not at the end, like "foo.XXXXXX.bar". If there are multiple runs of Xs, the last one is used. OK deraadt@
show more ...
|
#
41ce3b17 |
| 31-Mar-2022 |
naddy <naddy@openbsd.org> |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched.
ok jmc@
|
#
bf198cc6 |
| 25-Jan-2019 |
millert <millert@openbsd.org> |
I am retiring my old email address; replace it with my OpenBSD one.
|
#
e8595272 |
| 07-Jun-2018 |
jmc <jmc@openbsd.org> |
add some EXIT STATUS sections; from matthew martin
|
#
a83fde67 |
| 07-Aug-2013 |
deraadt <deraadt@openbsd.org> |
document the errors in terms of the actual calls made (mkdtemp/mktemp, vs mkdir/open) ok jmc
|
#
0bc28667 |
| 12-Mar-2013 |
millert <millert@openbsd.org> |
Require that the template include at least 6 trailing Xs to match POSIX mkstemp/mkdtemp. Check before the call to mkstemp/mkdtemp so we can give a better error message than "invalid argument". OK de
Require that the template include at least 6 trailing Xs to match POSIX mkstemp/mkdtemp. Check before the call to mkstemp/mkdtemp so we can give a better error message than "invalid argument". OK deraadt@ jmc@
show more ...
|
#
7f21d708 |
| 27-Dec-2010 |
millert <millert@openbsd.org> |
mktemp(3) (and thus mktemp(1)) no longer use the process ID when replacing the Xs, it is now purely random. Also replace a use of .Fn that should be .Xr. OK jmc@
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
c8b9d97d |
| 31-Dec-2005 |
jmc <jmc@openbsd.org> |
no point in sending the reader to the same page 3 times; tweak HISTORY;
|
#
328f1f07 |
| 17-Jun-2003 |
millert <millert@openbsd.org> |
Sync with share/misc/license.template and add missing DARPA credit where applicable.
|
#
2aeff9fb |
| 10-Jun-2003 |
jmc <jmc@openbsd.org> |
- section reorder - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line
ssh pages ok markus@
|
#
06f01696 |
| 03-Jun-2003 |
millert <millert@openbsd.org> |
Use an ISC-tyle license for all my code; it is simpler and more permissive.
|
#
1e9e26e9 |
| 11-Oct-2001 |
millert <millert@openbsd.org> |
Sync with portable mktemp-1.4; the template is now optional. Came out of discussions with Solar Designer.
|
#
01596bb8 |
| 01-Oct-2001 |
millert <millert@openbsd.org> |
Add -t and -d flags to allow script writers to easily take a user's TMPDIR environment variable into account. This came out of a discussion with Solar Designer.
|
#
f1ba3473 |
| 09-Nov-2000 |
aaron <aaron@openbsd.org> |
Change all option list specifications to ".Bl -tag -width Ds". Most man pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency
Change all option list specifications to ".Bl -tag -width Ds". Most man pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
show more ...
|
#
d471b743 |
| 26-Jun-2000 |
pjanzen <pjanzen@openbsd.org> |
use basename(1) in examples
|
#
1e01374d |
| 28-Mar-2000 |
aaron <aaron@openbsd.org> |
Remove duplicate word occurrences.
|
#
21059b0f |
| 10-Mar-2000 |
aaron <aaron@openbsd.org> |
Various cleanups and standardization.
|
#
8cf461a5 |
| 05-Mar-2000 |
aaron <aaron@openbsd.org> |
Finish standardizing options list introduction.
|
#
bc2a585a |
| 07-Feb-2000 |
millert <millert@openbsd.org> |
My copyright, not Berkeley's and some minor working tweaks.
|
#
983d3c8c |
| 05-Aug-1999 |
millert <millert@openbsd.org> |
o Use 10 X's in examples (noted by Theo) o Add another example using the pretty brace block form
|
#
6a6c69aa |
| 02-Jul-1999 |
aaron <aaron@openbsd.org> |
consistent .Dd usage; proper format is: .Dd Month DD, YYYY
|
#
aea1524a |
| 26-Sep-1998 |
aaron <aaron@openbsd.org> |
usr.bin/ man page fixes, f-m.
|