Terminate echoed lines. Unlike echo(1), gdb echo doesen't

automatically terminate them.
This commit is contained in:
Greg Lehey 2003-06-08 06:08:28 +00:00
parent 21e24af3ff
commit ec9e4dd1da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116006

View File

@ -38,5 +38,5 @@ source gdbinit.kernel
source gdbinit.vinum
source gdbinit.machine
echo Ready to go. Enter 'tr' to connect to remote target
echo and 'getsyms' after connection to load kld symbols.
echo Ready to go. Enter 'tr' to connect to remote target\n
echo and 'getsyms' after connection to load kld symbols.\n