add italic corrections
authorJohn Kohl <jtkohl@mit.edu>
Tue, 5 Jun 1990 10:04:30 +0000 (10:04 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 5 Jun 1990 10:04:30 +0000 (10:04 +0000)
use kerning quotes

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1003 dc483132-0cff-0310-8789-dd5450dbe970

doc/implement/kdb-i.tex

index 9583f5a12f854b50f43821599d0bc9e739a39ecf..443a7b7444bab37f09f27e438ccb0d41b9e13d6f 100644 (file)
@@ -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.