summaryrefslogtreecommitdiff
path: root/lib/libc/asr
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-31 17:27:33 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-31 17:27:33 +0000
commit58a6bdb2eecf165eb39e1ff5a8082c4bd6ec1211 (patch)
treec631dd0d4ac59c3286cbf5b06d00e840263d40da /lib/libc/asr
parenta7df80ab7071480723f6f681dc3bbfcda8caffb5 (diff)
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
Diffstat (limited to 'lib/libc/asr')
-rw-r--r--lib/libc/asr/asr_run.36
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.