add literal

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186448 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2005-05-16 02:38:02 +00:00
parent 31771913cb
commit 6cd9c0c5c0

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
<refentry id="function.runkit-lint">
<refnamediv>
@ -17,7 +17,7 @@
<para>
The <function>runkit_lint</function> function performs a syntax (lint)
check on the specified php code testing for scripting errors.
This is similar to using php -l from the commandline except
This is similar to using <literal>php -l</literal> from the commandline except
<function>runkit_lint</function> accepts actual code rather than a filename.
</para>