aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-08-21 04:42:23 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-08-21 04:42:23 +0000
commit79a30bf8fd7fead4ee2cf63691e2537b9fc27d48 (patch)
treead016d7147a6cb820d5d54cf8df391190648282f
parent15276f2baa180f34fba309ab5fb77314192d1d16 (diff)
downloadman-pages-79a30bf8fd7fead4ee2cf63691e2537b9fc27d48.tar.gz
spfix
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index 5bb801d2bc..8c8a691746 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