From 297c4386d3e73d6ead12372ac01d402e61ab3b2f Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 5 Jun 1990 10:04:30 +0000 Subject: [PATCH] add italic corrections use kerning quotes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1003 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/implement/kdb-i.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/implement/kdb-i.tex b/doc/implement/kdb-i.tex index 9583f5a12..443a7b744 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. -- 2.26.2