Deleted Added
full compact
mktemp.1 (35733) mktemp.1 (38702)
1.\" $FreeBSD: head/usr.bin/mktemp/mktemp.1 35733 1998-05-05 06:13:47Z charnier $
1.\" $FreeBSD: head/usr.bin/mktemp/mktemp.1 38702 1998-08-31 16:41:09Z wosch $
2.\" From: $OpenBSD: mktemp.1,v 1.8 1998/03/19 06:13:37 millert Exp $
3.\"
4.\" Copyright (c) 1989, 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:

--- 153 unchanged lines hidden (view full) ---

163.Bd -literal -offset indent
164TMPFILE=`mktemp -q /tmp/$0.XXXXXX`
165if [ $? -ne 0 ]; then
166 echo "$0: Can't create temp file, exiting..."
167 exit 1
168fi
169.Ed
170.Sh SEE ALSO
2.\" From: $OpenBSD: mktemp.1,v 1.8 1998/03/19 06:13:37 millert Exp $
3.\"
4.\" Copyright (c) 1989, 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:

--- 153 unchanged lines hidden (view full) ---

163.Bd -literal -offset indent
164TMPFILE=`mktemp -q /tmp/$0.XXXXXX`
165if [ $? -ne 0 ]; then
166 echo "$0: Can't create temp file, exiting..."
167 exit 1
168fi
169.Ed
170.Sh SEE ALSO
171.Xr mktemp 3 ,
172.Xr mkdtemp 3 ,
173.Xr mkstemp 3 ,
171.Xr mkdtemp 3 ,
172.Xr mkstemp 3 ,
173.Xr mktemp 3 ,
174.Xr environ 7
175.Sh HISTORY
176A
177.Nm
178utility appeared in
179.Ox 2.1 .
180This implementation has been written independently based on the man page.
181This man page is taken from
182.Bx Open .
183.\" Our stupid .Ox macro won't allow me to use .Ox alone.
174.Xr environ 7
175.Sh HISTORY
176A
177.Nm
178utility appeared in
179.Ox 2.1 .
180This implementation has been written independently based on the man page.
181This man page is taken from
182.Bx Open .
183.\" Our stupid .Ox macro won't allow me to use .Ox alone.