aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-03 20:30:52 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-03 20:30:52 +0000
commitf4548a461cb20302b7a8c56bab7800d5acf1b369 (patch)
tree9beb32b82e6c19ef499bc8a2cba5ba064530b2d0 /gdb
parent8a1f6260757fb5ff42651f268be8296a91bb6fdf (diff)
downloadgdb-f4548a461cb20302b7a8c56bab7800d5acf1b369.zip
gdb-f4548a461cb20302b7a8c56bab7800d5acf1b369.tar.gz
gdb-f4548a461cb20302b7a8c56bab7800d5acf1b369.tar.bz2
* stabs.texinfo (Include Files): Fix typo (start -> end).
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/stabs.texinfo9
2 files changed, 8 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index db77f1e..750c4cd 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * stabs.texinfo (Include Files): Fix typo (start -> end).
+
Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdb.texinfo, remote.texi: assorted small improvements, mostly
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index 18813ac..84f2a27 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -429,11 +429,10 @@ common with @code{N_BINCL}).
@findex N_SOL
An @code{N_SOL} symbol specifies which include file subsequent symbols
-refer to. The string field is the name of the file and the
-value is the text address corresponding to the start of the
-previous include file and the start of this one. To specify the main
-source file again, use an @code{N_SOL} symbol with the name of the main
-source file.
+refer to. The string field is the name of the file and the value is the
+text address corresponding to the end of the previous include file and
+the start of this one. To specify the main source file again, use an
+@code{N_SOL} symbol with the name of the main source file.
@findex N_BINCL
@findex N_EINCL