
Author: seb Date: Wed Mar 14 20:42:15 2007 New Revision: 1425 Modified: logback/trunk/logback-site/src/site/pages/manual/joran.html Log: corrected minor mistake Modified: logback/trunk/logback-site/src/site/pages/manual/joran.html ============================================================================== --- logback/trunk/logback-site/src/site/pages/manual/joran.html (original) +++ logback/trunk/logback-site/src/site/pages/manual/joran.html Wed Mar 14 20:42:15 2007 @@ -772,8 +772,8 @@ is first searched in configuration file or linked properties file, and if not found there, it is then searched in system properties. The corresponding value replaces <em>${aKey}</em> sequence. For example, -if <em>java.home</em> system property is set to <em>/home/xyz</em>, -then every occurrence of the sequence <em>${java.home}</em> will be +if <em>java.home.dir</em> system property is set to <em>/home/xyz</em>, +then every occurrence of the sequence <em>${java.home.dir}</em> will be interpreted as <em>/home/xyz</em>. </p>