diff options
author | David D. Zuhn <zoo@cygnus> | 1993-06-29 16:02:41 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-06-29 16:02:41 +0000 |
commit | fe76016acb2ec56f754ba07388a2e621842d02bc (patch) | |
tree | e3a725939d78ab9be7b22fb13b026ee01bf01068 | |
parent | 77641260c51cf182f5cffe5549b138bc84745a06 (diff) | |
download | gdb-fe76016acb2ec56f754ba07388a2e621842d02bc.zip gdb-fe76016acb2ec56f754ba07388a2e621842d02bc.tar.gz gdb-fe76016acb2ec56f754ba07388a2e621842d02bc.tar.bz2 |
fix docstring so that it compiles
-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\ |