mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
<sysitem> not needed here and doesn't work in this context
in DocBook4 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62136 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a912b02029
commit
b2a3148d59
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<reference id="ref.snmp">
|
||||
<title>SNMP functions</title>
|
||||
<titleabbrev>SNMP</titleabbrev>
|
||||
|
@ -251,8 +251,8 @@ $quickprint = snmp_get_quick_print();
|
|||
</informalexample></para>
|
||||
|
||||
<para>
|
||||
Above function call would return <systemitem>&false;</systemitem> if
|
||||
quick_print is on, and <systemitem>&true;</systemitem> if quick_print
|
||||
Above function call would return &false; if
|
||||
quick_print is on, and &true; if quick_print
|
||||
is on.</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue