Browse Source

fix docstring so that it compiles

gdb-4_18-branch
David D. Zuhn 34 years ago
parent
commit
fe76016acb
  1. 2
      gdb/ChangeLog
  2. 2
      gdb/remote-udi.c

2
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)

2
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\

Loading…
Cancel
Save