aboutsummaryrefslogtreecommitdiff
path: root/doc/implement/kdb-i.tex
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-06-05 10:04:30 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-06-05 10:04:30 +0000
commit297c4386d3e73d6ead12372ac01d402e61ab3b2f (patch)
treec8b0c879d9144f55a08228703873365c70b5b870 /doc/implement/kdb-i.tex
parente6a774210108220be2d5d9afa9b579fe6ec83907 (diff)
downloadkrb5-297c4386d3e73d6ead12372ac01d402e61ab3b2f.zip
krb5-297c4386d3e73d6ead12372ac01d402e61ab3b2f.tar.gz
krb5-297c4386d3e73d6ead12372ac01d402e61ab3b2f.tar.bz2
add italic corrections
use kerning quotes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1003 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement/kdb-i.tex')
-rw-r--r--doc/implement/kdb-i.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/implement/kdb-i.tex b/doc/implement/kdb-i.tex
index 9583f5a..443a7b7 100644
--- a/doc/implement/kdb-i.tex
+++ b/doc/implement/kdb-i.tex
@@ -23,7 +23,7 @@ Changes the locking mode of the database functions, returning the previous
mode in \funcparam{*oldmode}.
If \funcparam{newmode} is TRUE, then the database is put into
-non-blocking mode, which may result in "database busy" error codes from
+non-blocking mode, which may result in ``database busy'' error codes from
the get, put, and iterate routines.
If \funcparam{newmode} is FALSE, then the database is put into blocking mode,
@@ -147,7 +147,8 @@ Returns error code if not all entries were stored.
Iterates over the database, fetching every entry in an unspecified order
and calling \funcparam{(*func)}(\funcparam{iterate_arg},
-{\sl principal}) where {\sl principal} points to a record from the database.
+{\sl principal\/}) where {\sl principal\/} points to a record from the
+database.
If \funcparam{(*func)}() ever returns an error code, the iteration is
aborted and that error code is returned by this function.