aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-05-17 08:47:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2013-05-17 08:47:00 +0000
commit7a87cd8c3ca9528bf53cdb06dfb4168450251d79 (patch)
tree21ac1e211b7e4a9f721ac599a20af01561c7f025 /doc
parentc7f543a57fc4feb9abb8ce97ff857db9f20026c7 (diff)
downloadgdbm-7a87cd8c3ca9528bf53cdb06dfb4168450251d79.tar.gz
gdbm-7a87cd8c3ca9528bf53cdb06dfb4168450251d79.tar.bz2
Fix a typo
Diffstat (limited to 'doc')
-rw-r--r--doc/gdbm.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gdbm.texinfo b/doc/gdbm.texinfo
index 0d58f64..6353dd8 100644
--- a/doc/gdbm.texinfo
+++ b/doc/gdbm.texinfo
@@ -2234,25 +2234,25 @@ is @code{offset}: it specifies that the member following it begins at
the given offset in the structure. Assuming the size of @code{int} is
8 bytes, the above definition can also be written as
@example
define content @{
int status,
offset 16,
char id[3],
string name
@}
@end example
-@empth{NOTE}: The @samp{string} type can reasonably be used only if it
+@emph{NOTE}: The @samp{string} type can reasonably be used only if it
is the last or the only member of the data structure. That's because it
provides no information about the number of elements in the array, so
it is interpreted to contain all bytes up to the end of the datum.
When displaying the structured data, @command{gdbmtool} precedes each
value with the corresponding field name and delimits parts of the
structure with the string defined in the @samp{delim1} variable
(@pxref{variables}). Array elements are delimited using the string from
@samp{delim2}. For example:
@example
gdbmtool> fetch foo

Return to:

Send suggestions and report system problems to the System administrator.