From ca06ffcbffc40db45bde9ad4ab43058ba476e689 Mon Sep 17 00:00:00 2001 From: jca <> Date: Sat, 25 Apr 2020 21:06:17 +0000 Subject: A comma is not appropriate here, use a semicolon Suggested by Evan Silberman, confirmed by jmc@ --- src/lib/libc/net/res_init.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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 @@ -.\" $OpenBSD: res_init.3,v 1.3 2020/04/25 16:23:59 jca Exp $ +.\" $OpenBSD: res_init.3,v 1.4 2020/04/25 21:06:17 jca Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -183,7 +183,7 @@ feature. With this option .Xr gethostbyname 3 will return IPv6 addresses if available. -This option is deprecated, software should use the +This option is deprecated; software should use the .Xr getaddrinfo 3 interface instead of modifying the behavior of .Xr gethostbyname 3 . -- cgit v1.2.3-55-g6feb