aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-10-30 14:23:22 +0000
committerNick Clifton <nickc@redhat.com>2007-10-30 14:23:22 +0000
commit4e188d170a4a1c89ab9969c638a0bf5490d27984 (patch)
tree31236e3c32d00bc5a6fa34eb6476814b1c0cae51 /gas
parenta0451b389c933e7b8938bdaa5c057c2c9a7428f1 (diff)
downloadfsf-binutils-gdb-4e188d170a4a1c89ab9969c638a0bf5490d27984.zip
fsf-binutils-gdb-4e188d170a4a1c89ab9969c638a0bf5490d27984.tar.gz
fsf-binutils-gdb-4e188d170a4a1c89ab9969c638a0bf5490d27984.tar.bz2
* doc/as.texinfo (Section): Replace "subsegment" with subsection".
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/doc/as.texinfo4
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 807d52d..a8295a2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-30 Nick Clifton <nickc@redhat.com>
+
+ * doc/as.texinfo (Section): Replace "subsegment" with
+ "subsection".
+
2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
PR gas/5221
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 21af111..aa0c44d 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -5598,7 +5598,7 @@ ways:
@smallexample
.section @var{name}[, "@var{flags}"]
-.section @var{name}[, @var{subsegment}]
+.section @var{name}[, @var{subsection}]
@end smallexample
If the optional argument is quoted, it is taken as flags to use for the
@@ -5629,7 +5629,7 @@ from the section, rather than adding them, so if they are used on their own it
will be as if no flags had been specified at all.
If the optional argument to the @code{.section} directive is not quoted, it is
-taken as a subsegment number (@pxref{Sub-Sections}).
+taken as a subsection number (@pxref{Sub-Sections}).
@end ifset
@ifset ELF