summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjca <>2020-04-25 21:06:17 +0000
committerjca <>2020-04-25 21:06:17 +0000
commit5ac285f9542fbaa83f719d92c31dc7540b6aa10b (patch)
tree8ec357220e5b7928715a5412c5b7fc99efc764df /src
parent7990170964b93fb5ffaa03a287aad726c2066c27 (diff)
downloadopenbsd-5ac285f9542fbaa83f719d92c31dc7540b6aa10b.tar.gz
openbsd-5ac285f9542fbaa83f719d92c31dc7540b6aa10b.tar.bz2
openbsd-5ac285f9542fbaa83f719d92c31dc7540b6aa10b.zip
A comma is not appropriate here, use a semicolon
Suggested by Evan Silberman, confirmed by jmc@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/net/res_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/res_init.3 b/src/lib/libc/net/res_init.3
index 6b15b675b1..4a4d0950a5 100644
--- a/src/lib/libc/net/res_init.3
+++ b/src/lib/libc/net/res_init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: res_init.3,v 1.3 2020/04/25 16:23:59 jca Exp $ 1.\" $OpenBSD: res_init.3,v 1.4 2020/04/25 21:06:17 jca Exp $
2.\" 2.\"
3.\" Copyright (c) 1985, 1991, 1993 3.\" Copyright (c) 1985, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -183,7 +183,7 @@ feature.
183With this option 183With this option
184.Xr gethostbyname 3 184.Xr gethostbyname 3
185will return IPv6 addresses if available. 185will return IPv6 addresses if available.
186This option is deprecated, software should use the 186This option is deprecated; software should use the
187.Xr getaddrinfo 3 187.Xr getaddrinfo 3
188interface instead of modifying the behavior of 188interface instead of modifying the behavior of
189.Xr gethostbyname 3 . 189.Xr gethostbyname 3 .