summaryrefslogtreecommitdiff
path: root/docs/ares_strerror.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ares_strerror.3')
-rw-r--r--docs/ares_strerror.38
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/ares_strerror.3 b/docs/ares_strerror.3
index 4b50d5b..745a0d6 100644
--- a/docs/ares_strerror.3
+++ b/docs/ares_strerror.3
@@ -13,14 +13,16 @@
.\" this software for any purpose. It is provided "as is"
.\" without express or implied warranty.
.\"
+.\" 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
-.B #include <ares.h>
-.PP
-.B const char *ares_strerror(int \fIcode\fP)
+#include <ares.h>
+
+const char *ares_strerror(int \fIcode\fP)
.fi
.SH DESCRIPTION
The