This commit is contained in:
Michael Kerrisk 2008-08-21 04:42:23 +00:00
parent 15276f2baa
commit 79a30bf8fd
1 changed files with 1 additions and 1 deletions

View File

@ -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