From cfe407ffd93d4c006f95c99a248d1c913fbf92c4 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Mon, 10 Aug 2020 01:11:07 +0300 Subject: [PATCH] Clarify gethostby desciption --- foreign-status-set.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foreign-status-set.scm b/foreign-status-set.scm index 0233992..91e5d7b 100644 --- a/foreign-status-set.scm +++ b/foreign-status-set.scm @@ -29,7 +29,7 @@ (sample-code "2003") (id gethostby) -(description "gethostbyname() and gethostbyaddr() return values") +(description "BSD Unix gethostbyname(), gethostbyaddr(), and h_errno values") (sample-name "HOST_NOT_FOUND") (sample-code "1")