diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-01-13 02:09:44 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-01-13 02:09:44 +0000 |
commit | 28d88c175143bdbc136bab4e30dd9f8d7299584b (patch) | |
tree | 23a00465a49f0162b4cdf1eebc61627bebef44a8 /man5/elf.5 | |
parent | 89c9a3145e552606737f11a9ed2f3822b9930460 (diff) |
Global change to many pages...
Various pages use inconsistent terms for 'null byte' (which
is the C99/SUSv3 term for the '\0' character).
To rectify this the following changes were made in these pages:
Replace 'zero byte' with 'null byte'.
Replace 'null character' with 'null byte'.
Replace 'nulls' with 'null bytes'.
Replace 'NUL-terminated' by 'null-terminated'.
Replace 'NUL' by 'null byte'.
Replace 'terminating NUL' by 'terminating null byte'.
Replace 'final NUL' by 'terminating null byte'.
Replace 'NUL character' by 'null byte'.
Diffstat (limited to 'man5/elf.5')
-rw-r--r-- | man5/elf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1149,9 +1149,9 @@ and section names. One references a string as an index into the string table section. The first byte, which is index zero, is defined to hold -a null character. +a null byte ('\\0'). Similarly, a string table's last byte is defined to -hold a null character, ensuring null termination for all strings. +hold a null byte, ensuring null termination for all strings. .Pp An object file's symbol table holds information needed to locate and relocate a program's symbolic definitions and references. |