Skip to content

Commit

Permalink
Add missing title to notes section
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Nov 8, 2024
1 parent 0854cf0 commit c8a0d1d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions reference/exec/functions/escapeshellcmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<refname>escapeshellcmd</refname>
<refpurpose>Escapar meta-caracteres del intérprete de comandos</refpurpose>
</refnamediv>

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
Expand All @@ -33,7 +33,7 @@
más <literal>%</literal> son reemplazados en su lugar por un espacio.
</para>
</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
<para>
Expand All @@ -49,14 +49,14 @@
</variablelist>
</para>
</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
La cadena escapada.
</para>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<para>
Expand All @@ -69,16 +69,17 @@
$comando = './configure '.$_POST['configure_options'];
$comando_escapado = escapeshellcmd($comando);
system($comando_escapado);
?>
]]>
</programlisting>
</example>
</para>
</refsect1>

<refsect1 role="notes">
&reftitle.notes;
<warning xmlns="http://docbook.org/ns/docbook">
<para>
<function>escapeshellcmd</function> debería usarse en la cadena de comandos
Expand All @@ -88,7 +89,7 @@ system($comando_escapado);
</para>
</warning>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down Expand Up @@ -122,4 +123,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-->

0 comments on commit c8a0d1d

Please sign in to comment.