summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2008-03-19 20:25:01 +0000
committerDoug Barton <dougb@FreeBSD.org>2008-03-19 20:25:01 +0000
commit8a0263d32e4e6133982c8d5364c8deafc1626a75 (patch)
treeec9516c56abe53ac8d360e998ca6f8a484828956 /ports-mgmt
parentFixes for multiple vulnerabilities. (diff)
In the example about using portmaster to do a complete re-install of
your ports, I had: pkg_delete * which works for me because of a local bash completion, but doesn't work for most users. So, correct that to be: pkg_delete '*' instead.
Notes
Notes: svn path=/head/; revision=209397
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmaster/files/portmaster.84
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portmaster/files/portmaster.8 b/ports-mgmt/portmaster/files/portmaster.8
index 4b45334f599b..fa02f5620f43 100644
--- a/ports-mgmt/portmaster/files/portmaster.8
+++ b/ports-mgmt/portmaster/files/portmaster.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 29, 2008
+.Dd March 19, 2008
.Dt PORTMASTER 8
.Os
.Sh NAME
@@ -524,7 +524,7 @@ to do a complete reinstallation of all your ports:
.Dl "2. Update your ports tree"
.Dl "3. portmaster --clean-distfiles-all"
.Dl "4. portmaster -Faf"
-.Dl "5. pkg_delete *"
+.Dl "5. pkg_delete '*'"
.Dl "6. Manually check through /usr/local to make sure it is really"
.Dl " empty"
.Pp