summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-27 06:32:25 +0000
committerkris <kris@FreeBSD.org>2000-02-27 06:32:25 +0000
commit0232916ebcca2aaa5c75e94a37f89541f50de5f5 (patch)
tree0f7d31d36406af72035207a5891be00d349675f7
parent710572bb8d8c47585474ca182888d31765190378 (diff)
downloadFreeBSD-src-0232916ebcca2aaa5c75e94a37f89541f50de5f5.zip
FreeBSD-src-0232916ebcca2aaa5c75e94a37f89541f50de5f5.tar.gz
pkg_create doesn't use more(1) for displaying +DISPLAY files, it
just cats it to stdout.
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.13
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index 45ed16c..1053702 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -218,8 +218,7 @@ with
.Fl -help
flag) for further information on using this flag.
.It Fl D Ar displayfile
-Display the file (using
-.Xr more 1 )
+Display the file (by concatenating it to stdout)
after installing the package. Useful for things like
legal notices on almost-free software, etc.
.It Fl m Ar mtreefile
OpenPOWER on IntegriCloud