Mark up literals

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344111 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-01-30 15:08:20 +00:00
parent 9e77dc1a48
commit 0c6fd2d88e

View file

@ -14,7 +14,7 @@
</methodsynopsis>
<para>
<function>realpath</function> expands all symbolic links and
resolves references to '/./', '/../' and extra '/' characters in
resolves references to <literal>/./</literal>, <literal>/../</literal> and extra <literal>/</literal> characters in
the input <parameter>path</parameter> and returns the canonicalized
absolute pathname.
</para>
@ -46,8 +46,8 @@
&reftitle.returnvalues;
<para>
Returns the canonicalized absolute pathname on success. The resulting path
will have no symbolic link, '/./' or '/../' components. Trailing delimiters,
such as \ and /, are also removed.
will have no symbolic link, <literal>/./</literal> or <literal>/../</literal> components. Trailing delimiters,
such as <literal>\</literal> and <literal>/</literal>, are also removed.
</para>
<para>
<function>realpath</function> returns &false; on failure, e.g. if