From 79a30bf8fd7fead4ee2cf63691e2537b9fc27d48 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 21 Aug 2008 04:42:23 +0000 Subject: [PATCH] spfix --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index 5bb801d2b..8c8a69174 100644 --- a/Changes +++ b/Changes @@ -164,7 +164,7 @@ getprotoent.3 Rephrase description in terms of a database, rather than a file. Note that each of the get*() functions opens a connection to the database if necessary. - The database connection is held opend between get*() calls if + The database connection is held open between get*() calls if 'stayopen' is non-zero (not necessarily 1). s/zero terminated list/NULL-terminated list/ mtk