diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2020-04-25 21:06:18 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2020-04-25 21:06:18 +0000 |
commit | 2638eaa690ba4b66ff03fa2835fef60dc0d54ad9 (patch) | |
tree | 2ef05486285fc64d1d653a5a94b25682af1667fa /lib | |
parent | fadc99f05d99b57f0becddb2732a40161819f898 (diff) |
A comma is not appropriate here, use a semicolon
Suggested by Evan Silberman, confirmed by jmc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/res_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 . |