diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/remote-udi.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e594a65..49488a6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Tue Jun 29 08:29:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + * remote-udi.c: Fix docstring so that it compiles. + * remote-mips.c, remote-nindy.c: move bfd.h before symfile.h (for file_ptr decl) Tue Jun 29 09:11:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com) diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index c5ce9b0..fc85791 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -1526,7 +1526,7 @@ Arguments are\n\ configuration-id is unused.\n\ \n\ `configuration-id AF_UNIX socket-name tip-program'\n\ - To connect using a local connection to the "tip.exe" program which is\n\ + To connect using a local connection to the \"tip.exe\" program which is\n\ supplied by AMD. If socket-name specifies an AF_UNIX socket then the\n\ tip program must already be started; connect to it using that socket.\n\ If not, start up tip-program, which should be the name of the tip\n\ |