diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-02-14 12:23:06 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-02-14 12:23:06 +0000 |
commit | 5b572996fd86bc51d9fd52512fc2c39d7c3cf3ee (patch) | |
tree | 8ac2723bfd563d3f039d70ce69cce17d1ecb3a9d /usr.sbin/pkg_install/create/pkg_create.1 | |
parent | baea2422283bab944ecf2549b9e077e977e83cd4 (diff) |
Yet another brain-dead `feature'.
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
-rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 4ca9a7d1845..8854b5dc559 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.10 1999/10/26 18:27:19 dugsong Exp $ +.\" $OpenBSD: pkg_create.1,v 1.11 2000/02/14 12:23:05 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -432,4 +432,9 @@ invocations due to exec argument-space limitations (this depends on the value returned by .Fn sysconf _SC_ARG_MAX ) . .Pp +.Cm @exec Ar command +can't be used before at least one file has been extracted, even if the +command does not make use of +.Cm "%F", "%f", "%B" . +.Pp Sure to be others. |