aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2014-02-20 14:41:38 +0000
committerWarren Block <wblock@FreeBSD.org>2014-02-20 14:41:38 +0000
commitf3dec952ebafb8339c1260c224fae1951deaa668 (patch)
tree3738e140178be5c56fdddb283919f32b54a7f5c0 /UPDATING
parentfb120e96e6c58217410088e4e4f0b8bbc8e5664d (diff)
downloadports-f3dec952ebafb8339c1260c224fae1951deaa668.tar.gz
ports-f3dec952ebafb8339c1260c224fae1951deaa668.zip
Escape the globbing characters in the DocBook port updating instructions
to keep the shell from expanding them. Approved by: mat
Notes
Notes: svn path=/head/; revision=345238
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 95c785e7ee64..10d5584b8f7d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,11 +17,11 @@ you update your ports collection, before attempting any port upgrades.
pkg users can run:
- pkg delete -f docbook-xml* docbook-sk* docbook[2345]??-* docbook-4*
+ pkg delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\*
the other users can run:
- pkg_delete -f docbook-xml* docbook-sk* docbook[2345]??-* docbook-4*
+ pkg_delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\*
20140218:
AFFECTS: users of KDE SC 4