(Arguments): Fix typo.
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 14 Apr 1994 03:35:57 +0000 (03:35 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 14 Apr 1994 03:35:57 +0000 (03:35 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 50004d8ea830fa52a6e2d15faf661f81a45e6cc1..adcd6ecadd79d765f11238f67a497300537b7c5f 100644 (file)
@@ -2,6 +2,7 @@ Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
 
        * gdb.texinfo: Refer to file names, not path names, per rms
        convention.
+       (Arguments): Fix typo.
 
 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
index 6c21808eea654a9a8be37ebbff1fb750bfb59184..72b3002a0a747ad89eefd2caa898414e0070929c 100644 (file)
@@ -1518,8 +1518,8 @@ The arguments to your program can be specified by the arguments of the
 @code{run} command.  They are passed to a shell, which expands wildcard
 characters and performs redirection of I/O, and thence to your program.
 Your @code{SHELL} environment variable (if it exists) specifies what
-shell @value{GDBN} if you do not define @code{SHELL}, @value{GDBN} uses
-@code{/bin/sh}.
+shell @value{GDBN} uses.  If you do not define @code{SHELL},
+@value{GDBN} uses @code{/bin/sh}.
 
 @code{run} with no arguments uses the same arguments used by the previous
 @code{run}, or those set by the @code{set args} command.