aboutsummaryrefslogtreecommitdiff
path: root/doc/gdbm.texinfo
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-07 09:31:38 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-07 09:31:38 +0000
commit9bf1eb2c37c47fff9b217eac4cd3ec979b2a81f5 (patch)
tree06e0bc8c32c53fc0935f851e13899fb3d54a0a3a /doc/gdbm.texinfo
parentf2be282bc9dc4adcde2f5ee09257cc8ac87d8ad7 (diff)
downloadgdbm-9bf1eb2c37c47fff9b217eac4cd3ec979b2a81f5.tar.gz
gdbm-9bf1eb2c37c47fff9b217eac4cd3ec979b2a81f5.tar.bz2
Minor fixes.
Diffstat (limited to 'doc/gdbm.texinfo')
-rw-r--r--doc/gdbm.texinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gdbm.texinfo b/doc/gdbm.texinfo
index 8dcb1cb..2ef8aa2 100644
--- a/doc/gdbm.texinfo
+++ b/doc/gdbm.texinfo
@@ -695,7 +695,7 @@ See also @ref{gdbmexport}, @ref{testgdbm export}, and
695To convert a @code{gdbm} error code into English text, use this 695To convert a @code{gdbm} error code into English text, use this
696routine: 696routine:
697 697
698@deftypefn {gdbm interface} const char *gdbm_strerror (gdbm_error @var{errno}) 698@deftypefn {gdbm interface} {const char *} gdbm_strerror (gdbm_error @var{errno})
699Converts @var{errno} (which is an integer value) into a human-readable 699Converts @var{errno} (which is an integer value) into a human-readable
700descriptive text. Returns a pointer to a static string. The caller 700descriptive text. Returns a pointer to a static string. The caller
701must not alter or free the returned pointer. 701must not alter or free the returned pointer.
@@ -998,7 +998,7 @@ state. @xref{nul-termination}.
998Print the @dfn{avail list}. 998Print the @dfn{avail list}.
999 999
1000@item B @var{num} 1000@item B @var{num}
1001Print a bucket number @var{num}. This command uses pager 1001Print the bucket number @var{num}. This command uses pager
1002(@pxref{pager}). 1002(@pxref{pager}).
1003 1003
1004@item C 1004@item C
@@ -1094,7 +1094,7 @@ Use @code{gdbm_strerror} (@pxref{Errors}) to convert it to a
1094descriptive text. 1094descriptive text.
1095@end deftypevar 1095@end deftypevar
1096 1096
1097@deftypevar const char * const gdbm_errlist[] 1097@deftypevar {const char *} gdbm_errlist[]
1098This variable is an array of error descriptions, which is used by 1098This variable is an array of error descriptions, which is used by
1099@code{gdbm_strerror} to convert error codes to human-readable text 1099@code{gdbm_strerror} to convert error codes to human-readable text
1100(@pxref{Errors}). You can access it directly, if you wish so. It 1100(@pxref{Errors}). You can access it directly, if you wish so. It
@@ -1111,11 +1111,11 @@ The minimum error code used by @code{gdbm}.
1111The maximum error code used by @code{gdbm}. 1111The maximum error code used by @code{gdbm}.
1112@end defvr 1112@end defvr
1113 1113
1114@deftypevar const char *gdbm_version 1114@deftypevar {const char *} gdbm_version
1115A string containing the version information. 1115A string containing the version information.
1116@end deftypevar 1116@end deftypevar
1117 1117
1118@deftypevar int const gdbm_version_number[3] 1118@deftypevar {int const} gdbm_version_number[3]
1119This variable contains the @code{gdbm} version numbers: 1119This variable contains the @code{gdbm} version numbers:
1120 1120
1121@multitable @columnfractions 0.4 0.5 1121@multitable @columnfractions 0.4 0.5

Return to:

Send suggestions and report system problems to the System administrator.