test documentation - format examples properly

This commit is contained in:
David Adam (zanchey)
2012-11-05 09:38:42 +08:00
committed by ridiculousfish
parent abfc7e16a1
commit be5fde9e54

View File

@@ -33,11 +33,11 @@ Tests the expression given and returns true or false.
\subsection test-example Example
<tt>
if test -d "/"
echo "Fish is cool";
end
</tt>
<pre>
if test -d "/"
echo "Fish is cool"
end
</pre>
Because "/" is a directory the expression will evaluate
to true, and "Fish is cool" will be echoed