diff options
Diffstat (limited to 'lib/libc/asr')
-rw-r--r-- | lib/libc/asr/asr_run.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/asr/asr_run.3 b/lib/libc/asr/asr_run.3 index f9dba304cc1..d9b3282f3b7 100644 --- a/lib/libc/asr/asr_run.3 +++ b/lib/libc/asr/asr_run.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asr_run.3,v 1.4 2019/10/24 05:57:41 otto Exp $ +.\" $OpenBSD: asr_run.3,v 1.5 2022/03/31 17:27:15 naddy Exp $ .\" .\" Copyright (c) 2012-2014, Eric Faurot <eric@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 24 2019 $ +.Dd $Mdocdate: March 31 2022 $ .Dt ASR_RUN 3 .Os .Sh NAME @@ -240,7 +240,7 @@ structure contains the address of the DNS server that sent the response, contains the code returned by the server in the DNS response packet, and .Fa ar_count contains the number of answers in the packet. -If a response is received it is placed in a newly allocated buffer +If a response is received, it is placed in a newly allocated buffer and returned as .Fa ar_data member. |