diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-04-06 01:07:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-04-06 01:07:20 +0000 |
commit | 8a2e0da7530e8eff0a849b465a08599ce204e2ff (patch) | |
tree | 0152b12c404a7c82fcf492339cd1d53c29b3d93f /usr.sbin/pkg_install/create/pkg_create.1 | |
parent | a101d5e3e01f073c6b44cba5f25dab3f659d89bc (diff) |
PR2525
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
-rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index eee61c76142..868026bde0a 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.23 2002/02/25 07:01:16 deraadt Exp $ +.\" $OpenBSD: pkg_create.1,v 1.24 2002/04/06 01:07:19 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -172,7 +172,7 @@ installation/deinstallation should proceed. Use .Ar template as the input to -.Xr mktemp 3 . +.Xr mkstemp 3 . By default, this is the string .Pa /tmp/instmp.XXXXXX , but it may be necessary to override it in the situation where @@ -182,7 +182,7 @@ directory is limited. Be sure to leave some number of .Dq X characters for -.Xr mktemp 3 +.Xr mkstemp 3 to fill in with a unique ID. .It Fl X Ar excludefile Pass |