reference/posix/functions/posix-strerror.xml
265acc36ee4a1f4553a52030bf1717521c24dfb4
...
...
@@ -10,12 +10,12 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>string</type><methodname>posix_strerror</methodname>
13
-
<methodparam><type>int</type><parameter>errno</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>error_code</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Returns the POSIX system error message associated with the given
17
-
<parameter>errno</parameter>. You may get the
18
-
<parameter>errno</parameter> parameter by calling
17
+
<parameter>error_code</parameter>. You may get the
18
+
<parameter>error_code</parameter> parameter by calling
19
19
<function>posix_get_last_error</function>.
20
20
</para>
21
21
</refsect1>
...
...
@@ -25,7 +25,7 @@
25
25
<para>
26
26
<variablelist>
27
27
<varlistentry>
28
-
<term><parameter>errno</parameter></term>
28
+
<term><parameter>error_code</parameter></term>
29
29
<listitem>
30
30
<para>
31
31
A POSIX error number, returned by
...
...
@@ -80,7 +80,6 @@ No such process
80
80
</refsect1>
81
81

82
82
</refentry>
83
-

84
83
<!-- Keep this comment at the end of the file
85
84
Local variables:
86
85
mode: sgml
87
86