aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1992-06-24 01:17:24 +0000
committerRoland Pesch <pesch@cygnus>1992-06-24 01:17:24 +0000
commit0fd24984ce2d13dd7ec231afa5b42e60ff1f1858 (patch)
tree0e418c1e7c00bbb63953e20d9f01467ece857b0c /gdb
parent6a8cb0e75c742a9b99e874c2ecba5dd61f2a5fa6 (diff)
downloadfsf-binutils-gdb-0fd24984ce2d13dd7ec231afa5b42e60ff1f1858.zip
fsf-binutils-gdb-0fd24984ce2d13dd7ec231afa5b42e60ff1f1858.tar.gz
fsf-binutils-gdb-0fd24984ce2d13dd7ec231afa5b42e60ff1f1858.tar.bz2
Minor cleanup for better smallbook formatting w/default FSF style.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 511a938..43f0ed6 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -6971,9 +6971,9 @@ printf (@var{string}, @var{expressions}@dots{});
For example, you can print two values in hex like this:
-@example
+@smallexample
printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
-@end example
+@end smallexample
The only backslash-escape sequences that you can use in the format
string are the simple ones that consist of backslash followed by a