reference/snmp/functions/snmprealwalk.xml
b0b19b66183b28cebc1ffbcf1e2b8763f9d9c7b3
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='function.snmprealwalk' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="function.snmprealwalk" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>snmprealwalk</refname>
6
6
<refpurpose>
...
...
@@ -10,12 +10,12 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>array</type><methodname>snmprealwalk</methodname>
14
-
<methodparam><type>string</type><parameter>host</parameter></methodparam>
13
+
<type class="union"><type>array</type><type>false</type></type><methodname>snmprealwalk</methodname>
14
+
<methodparam><type>string</type><parameter>hostname</parameter></methodparam>
15
15
<methodparam><type>string</type><parameter>community</parameter></methodparam>
16
-
<methodparam><type>string</type><parameter>object_id</parameter></methodparam>
17
-
<methodparam choice="opt"><type>int</type><parameter>timeout</parameter><initializer>1000000</initializer></methodparam>
18
-
<methodparam choice="opt"><type>int</type><parameter>retries</parameter><initializer>5</initializer></methodparam>
16
+
<methodparam><type class="union"><type>array</type><type>string</type></type><parameter>object_id</parameter></methodparam>
17
+
<methodparam choice="opt"><type>int</type><parameter>timeout</parameter><initializer>-1</initializer></methodparam>
18
+
<methodparam choice="opt"><type>int</type><parameter>retries</parameter><initializer>-1</initializer></methodparam>
19
19
</methodsynopsis>
20
20
<para>
21
21
The <function>snmprealwalk</function> function is used to traverse over a number
...
...
@@ -29,7 +29,7 @@
29
29
<para>
30
30
<variablelist>
31
31
<varlistentry>
32
-
<term><parameter>host</parameter></term>
32
+
<term><parameter>hostname</parameter></term>
33
33
<listitem><para>The hostname of the <acronym>SNMP</acronym> agent (server).</para></listitem>
34
34
</varlistentry>
35
35
<varlistentry>
...
...
@@ -99,7 +99,6 @@
99
99
</para>
100
100
</refsect1>
101
101
</refentry>
102
-

103
102
<!-- Keep this comment at the end of the file
104
103
Local variables:
105
104
mode: sgml
...
...
@@ -120,4 +119,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
120
119
vim: et tw=78 syn=sgml
121
120
vi: ts=1 sw=1
122
121
-->
123
-

124
122