[gdb/doc] Remove trailing done from "Reading symbols from" lines
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 32e419ead0212c6e5e0fdffb4caa2e92716fd861..1fef9dc0b0e8772751f7724725edcc1989922086 100644 (file)
@@ -20360,7 +20360,7 @@ that lies within the boundaries of this symbol file in memory.  Example:
 add symbol table from file "/home/user/gdb/mylib.so" at
     .text_addr = 0x7ffff7ff9480
 (y or n) y
-Reading symbols from /home/user/gdb/mylib.so...done.
+Reading symbols from /home/user/gdb/mylib.so...
 (gdb) remove-symbol-file -a 0x7ffff7ff9480
 Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
 (gdb)
@@ -25980,7 +25980,7 @@ get loaded:
 
 @smallexample
 $ ./gdb -q ./gdb
-Reading symbols from /home/user/gdb/gdb...done.
+Reading symbols from /home/user/gdb/gdb...
 warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
          declined by your `auto-load safe-path' set
          to "$debugdir:$datadir/auto-load".
This page took 0.039031 seconds and 4 git commands to generate.