=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mktemp/mktemp.1,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/mktemp/mktemp.1 2013/03/12 15:07:12 1.27 --- src/usr.bin/mktemp/mktemp.1 2013/08/07 06:19:36 1.28 *************** *** 1,4 **** ! .\" $OpenBSD: mktemp.1,v 1.27 2013/03/12 15:07:12 millert Exp $ .\" .\" Copyright (c) 1996, 2000, 2001, 2003, 2010, 2013 .\" Todd C. Miller --- 1,4 ---- ! .\" $OpenBSD: mktemp.1,v 1.28 2013/08/07 06:19:36 deraadt Exp $ .\" .\" Copyright (c) 1996, 2000, 2001, 2003, 2010, 2013 .\" Todd C. Miller *************** *** 15,21 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: March 12 2013 $ .Dt MKTEMP 1 .Os .Sh NAME --- 15,21 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: August 7 2013 $ .Dt MKTEMP 1 .Os .Sh NAME *************** *** 244,255 **** .Nm was unable to create the temporary directory for any of the reasons specified by ! .Xr mkdir 2 . .It Li "cannot make temp file" .Nm was unable to create the temporary file for any of the reasons specified by ! .Xr open 2 . .It Li "cannot allocate memory" .Nm was unable to allocate memory for any of the reasons specified by --- 244,255 ---- .Nm was unable to create the temporary directory for any of the reasons specified by ! .Xr mkdtemp 3 . .It Li "cannot make temp file" .Nm was unable to create the temporary file for any of the reasons specified by ! .Xr mkstemp 3 . .It Li "cannot allocate memory" .Nm was unable to allocate memory for any of the reasons specified by