From 930cd0b2531ec8546199ca76225355326d09260a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 26 Jun 2008 22:23:08 +0000 Subject: [PATCH] Corrected the Cygwin related :W Boost Jam variable expansion example so it would not display the $ sign as # on generated web pages. [SVN r46751] --- historic/jam/doc/bjam.qbk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/historic/jam/doc/bjam.qbk b/historic/jam/doc/bjam.qbk index a0f87a1dd..c371118d7 100644 --- a/historic/jam/doc/bjam.qbk +++ b/historic/jam/doc/bjam.qbk @@ -1262,9 +1262,10 @@ A variable element's string value can be parsed into grist and filename-related the [@http://www.cygwin.com/cygwin-api/func-cygwin-conv-to-win32-path.html =cygwin_conv_to_win32_path=] function. On other platforms, the string is unchanged. For example -`` - x = "/cygdrive/c/Program Files/Borland" ; ECHO $(x:W) ; -`` +[pre +local x = "/cygdrive/c/Program Files/Borland" ; +ECHO $(x:W) ; +] prints [^"C:\\Program Files\\Borland"] on Cygwin ]]