Skip to content

Commit d0a318b

Browse files
committed
Merge pull request #40 from gprasant/master
\tmp -> /tmp
2 parents 4d6a2f2 + 402d159 commit d0a318b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core_manual_java.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ <h2 id="logging-from-a-verticle">Logging from a Verticle</h2><br/>
448448
<li>fatal</li>
449449
</ul>
450450
<p>Which have the normal meanings you would expect.</p>
451-
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>\tmp</code>.</p>
451+
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>/tmp</code>.</p>
452452
<p>For more information on configuring logging, please see the <a href="manual.html#logging">main manual</a>.</p>
453453
<h2 id="accessing-environment-variables-from-a-verticle">Accessing environment variables from a Verticle</h2><br/>
454454
<p>You can access the map of environment variables from a Verticle with the <code>env()</code> method on the <code>container</code> object.</p>

0 commit comments

Comments
 (0)