diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-08 11:56:22 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-08 11:56:22 +0000 |
commit | 75b94dc35ca88fc72d0381c72c535180851bf08f (patch) | |
tree | 107dfea45855463eaa970ccff1b6074c305ac09a /man3/dbopen.3 | |
parent | ca7b3c180c14583f36bf24c7f31cc8ba342e23d8 (diff) |
Change "e.g. " to "e.g., ", or in some cases, "for example, ".
Change "i.e. " to i.e.., ", or in some cases, "that is, ".
Diffstat (limited to 'man3/dbopen.3')
-rw-r--r-- | man3/dbopen.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/dbopen.3 b/man3/dbopen.3 index 9f1497709..7d30b07ad 100644 --- a/man3/dbopen.3 +++ b/man3/dbopen.3 @@ -290,7 +290,8 @@ or .I sync routines. Modifications to the database during a sequential scan will be reflected -in the scan, i.e. records inserted behind the cursor will not be returned +in the scan, that is, +records inserted behind the cursor will not be returned while records inserted in front of the cursor will be returned. .IP The flag value |