diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-31 16:52:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-31 16:52:29 +0000 |
commit | 1e29b950a8c0e51a63687d8f1295bb84fbfa5345 (patch) | |
tree | 30241208410d85567dddb07b2cd4d7131fc282cc /usr.bin/mktemp | |
parent | 6ff011df528f569831f48f4c23dc820a9552b33c (diff) |
no point in sending the reader to the same page 3 times;
tweak HISTORY;
Diffstat (limited to 'usr.bin/mktemp')
-rw-r--r-- | usr.bin/mktemp/mktemp.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index c46acdfbfac..cfb49c8fb43 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.1,v 1.23 2003/06/17 21:56:25 millert Exp $ +.\" $OpenBSD: mktemp.1,v 1.24 2005/12/31 16:52:28 jmc Exp $ .\" .\" Copyright (c) 1996, 2000, 2001 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -222,11 +222,9 @@ TMPFILE=`mktemp -q -t example.XXXXXXXXXX` && { } .Ed .Sh SEE ALSO -.Xr mkdtemp 3 , -.Xr mkstemp 3 , .Xr mktemp 3 .Sh HISTORY The .Nm -utility appeared in +utility first appeared in .Ox 2.1 . |