mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
PR-URL: https://github.com/nodejs/node/pull/51846 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
27 lines
664 B
Groff
27 lines
664 B
Groff
.\"
|
|
.\" Copyright 1998 by the Massachusetts Institute of Technology.
|
|
.\" SPDX-License-Identifier: MIT
|
|
.\"
|
|
.TH ARES_STRERROR 3 "25 July 1998"
|
|
.SH NAME
|
|
ares_strerror \- Get the description of an ares library error code
|
|
.SH SYNOPSIS
|
|
.nf
|
|
#include <ares.h>
|
|
|
|
const char *ares_strerror(int \fIcode\fP)
|
|
.fi
|
|
.SH DESCRIPTION
|
|
The
|
|
.B ares_strerror
|
|
function gets the description of the ares library error code
|
|
.IR code ,
|
|
returning the result as a NUL-terminated C string.
|
|
.SH NOTES
|
|
This function is not compatible with ares, it takes a different set of
|
|
arguments.
|
|
.SH AUTHOR
|
|
Greg Hudson, MIT Information Systems
|
|
.br
|
|
Copyright 1998 by the Massachusetts Institute of Technology.
|