diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-09-06 23:28:19 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-09-06 23:28:19 +0000 |
| commit | df33e97f457b72e98435144e35767942493210e4 (patch) | |
| tree | deead510e4db0a2ef57a403ce4bebfa5c7ad316e /usr.sbin/pkg_install/create/pkg_create.1 | |
| parent | 96c8ba9a7a00b60606810bc76f1784e4182a6db3 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
| -rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 344ccea3e2c8..43306f2d6c41 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -142,10 +142,11 @@ Execute .I command as part of the unpacking process. If .I command -contains a `%s' sequence somewhere in it, it will be expanded to -the name of the last filename extracted. In practice, such -weird things should be unnecessary in all but the most extenuating -circumstances, but it's there should you need it nonetheless. +contains a `%s/%s' sequence somewhere in it, it will be expanded to +the name of the current directory and last filename extracted. In +practice, such weird things should be unnecessary in all but the most +extenuating circumstances, but it's there should you need it +nonetheless. .TP .BI "@mode\ " mode Sets default permission for all subsequently extracted files to |
