diff options
author | charnier <charnier@FreeBSD.org> | 1998-05-05 06:13:47 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-05-05 06:13:47 +0000 |
commit | 810a5d762ec2f1bdce027ec79177062cfda53f4f (patch) | |
tree | 87fb67fa7cf6148d636bb3d5b2c2eb45460ae35c /usr.bin/mktemp/mktemp.1 | |
parent | cbedbdf5b12a19897ba009ad9224e247dd47613b (diff) | |
download | FreeBSD-src-810a5d762ec2f1bdce027ec79177062cfda53f4f.zip FreeBSD-src-810a5d762ec2f1bdce027ec79177062cfda53f4f.tar.gz |
Add usage() and rcsid. Remove unused #include. -Wall.
Diffstat (limited to 'usr.bin/mktemp/mktemp.1')
-rw-r--r-- | usr.bin/mktemp/mktemp.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 0ea4ebf..1097694 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -47,7 +47,7 @@ .Op Ar template ... .Sh DESCRIPTION The -.Nm mktemp +.Nm utility takes each of the given file name templates and overwrites a portion of it to create a file name. This file name is unique and suitable for use by the application. The template may be @@ -113,8 +113,8 @@ reasons it is suggested that .Nm be used instead. .Sh OPTIONS -.Bl -tag -width indent The available options are as follows: +.Bl -tag -width indent .It Fl d Make a directory instead of a file. .It Fl q @@ -132,7 +132,7 @@ Operate in mode. The temp file will be unlinked before .Nm exits. This is slightly better than -.Fn mktemp 3 +.Xr mktemp 3 but still introduces a race condition. Use of this option is not encouraged. .El @@ -178,5 +178,6 @@ A utility appeared in .Ox 2.1 . This implementation has been written independently based on the man page. -This man page is taken from OpenBSD. +This man page is taken from +.Bx Open . .\" Our stupid .Ox macro won't allow me to use .Ox alone. |