aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-17 06:17:41 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-17 06:17:41 +0200
commitd66f63e432c617cb6b9c1869110c10c2e9c698c5 (patch)
tree10927d74104986a7ce3e424c1828c9d25722bc11 /doc
parentinfo: stylo (diff)
downloadslibc-d66f63e432c617cb6b9c1869110c10c2e9c698c5.tar.gz
slibc-d66f63e432c617cb6b9c1869110c10c2e9c698c5.tar.bz2
slibc-d66f63e432c617cb6b9c1869110c10c2e9c698c5.tar.xz
m info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/info/chap/memory-allocation.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/memory-allocation.texinfo b/doc/info/chap/memory-allocation.texinfo
index f27185f..32d5f55 100644
--- a/doc/info/chap/memory-allocation.texinfo
+++ b/doc/info/chap/memory-allocation.texinfo
@@ -31,7 +31,7 @@ There are three important segments.
When a process exec:s this segment is allocated.
It contains instructions, static constants, and
literals.
-@item @sc{BSS} segment
+@item BSS segment
When a process exec:s this segment is allocated.
It contains all global and static variables that are
initialised to zero or lacks explicit initialisation.