mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Small improvements (reference to snmprealwalk vs. snmpwalkoid to be consistent with the snmp2_* and snmp3_* functions)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308490 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8a346a5105
commit
4b3bd4164e
1 changed files with 3 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
<term><parameter>hostname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The SNMP agent.
|
||||
The SNMP agent (server).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -67,8 +67,7 @@
|
|||
<varlistentry>
|
||||
<term><parameter>retries</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<para>The number of retries in case timeouts occur.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
@ -113,7 +112,7 @@ foreach ($a as $val) {
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>snmpwalkoid</function></member>
|
||||
<member><function>snmprealwalk</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue