From 2638eaa690ba4b66ff03fa2835fef60dc0d54ad9 Mon Sep 17 00:00:00 2001 From: Jeremie Courreges-Anglas Date: Sat, 25 Apr 2020 21:06:18 +0000 Subject: A comma is not appropriate here, use a semicolon Suggested by Evan Silberman, confirmed by jmc@ --- lib/libc/net/res_init.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libc/net/res_init.3 b/lib/libc/net/res_init.3 index 6b15b675b1b..4a4d0950a5e 100644 --- a/lib/libc/net/res_init.3 +++ b/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