summaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-08-28 09:17:35 +0000
committerNick Clifton <nickc@redhat.com>2013-08-28 09:17:35 +0000
commita275c10ae1ad15d689066599b6f8f2a8833a6071 (patch)
treedfa50ec8154e20efaab8393c68d6a0aefc88b259 /ld/ld.texinfo
parentb2a8d1be795fc57ba5dceefad9981d33a478c52c (diff)
downloadbinutils-redhat-a275c10ae1ad15d689066599b6f8f2a8833a6071.tar.gz
PR ld/15896
* ld.texinfo: Fix uses of MB abbreviation.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index e124f9b0a6..e4788f67b5 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -2318,7 +2318,7 @@ file offsets which are multiples of this number. This defaults to
@item --heap @var{reserve}
@itemx --heap @var{reserve},@var{commit}
Specify the number of bytes of memory to reserve (and optionally commit)
-to be used as heap for this program. The default is 1Mb reserved, 4K
+to be used as heap for this program. The default is 1MB reserved, 4K
committed.
[This option is specific to the i386 PE targeted port of the linker]
@@ -2602,7 +2602,7 @@ addresses which are a multiple of this number. Defaults to 0x1000.
@item --stack @var{reserve}
@itemx --stack @var{reserve},@var{commit}
Specify the number of bytes of memory to reserve (and optionally commit)
-to be used as stack for this program. The default is 2Mb reserved, 4K
+to be used as stack for this program. The default is 2MB reserved, 4K
committed.
[This option is specific to the i386 PE targeted port of the linker]