From 462c8264c3615514c9c16f980e99ba8dd3bc6bf3 Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Tue, 28 Aug 2007 15:43:37 +0000 Subject: [PATCH] Fixed an escaping problem in a note how to escape properly. --- doc/zypper.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zypper.8 b/doc/zypper.8 index 3c8acbd..20776b8 100644 --- a/doc/zypper.8 +++ b/doc/zypper.8 @@ -55,7 +55,7 @@ EDITION is VERSION[-RELEASE], for example: zypper=0.8.8-2. Names are not only package names but any symbols provided by packages: /bin/vi, libcurl.so.3, perl(Time::ParseDate). Just remember to quote to protect the -special characters from the shell, for example: zypper\>0.8.10 or 'zypper>0.8.10' +special characters from the shell, for example: zypper\\>0.8.10 or 'zypper>0.8.10' If EDITION is not specified, the newest available version will be installed. This also means that if the package is already installed and newer versions -- 2.7.4