diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-17 06:17:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-17 06:17:41 +0200 |
commit | d66f63e432c617cb6b9c1869110c10c2e9c698c5 (patch) | |
tree | 10927d74104986a7ce3e424c1828c9d25722bc11 | |
parent | info: stylo (diff) | |
download | slibc-d66f63e432c617cb6b9c1869110c10c2e9c698c5.tar.gz slibc-d66f63e432c617cb6b9c1869110c10c2e9c698c5.tar.bz2 slibc-d66f63e432c617cb6b9c1869110c10c2e9c698c5.tar.xz |
m info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | doc/info/chap/memory-allocation.texinfo | 2 |
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. |