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 /man3/getpass.3 | |
| parent | 89c9a3145e552606737f11a9ed2f3822b9930460 (diff) | |
| download | man-pages-28d88c175143bdbc136bab4e30dd9f8d7299584b.tar.gz | |
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 'man3/getpass.3')
| -rw-r--r-- | man3/getpass.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getpass.3 b/man3/getpass.3 index 4138158117..dd025dd5f7 100644 --- a/man3/getpass.3 +++ b/man3/getpass.3 @@ -45,7 +45,7 @@ The function .BR getpass () returns a pointer to a static buffer containing the (first PASS_MAX bytes of) the password without the trailing -newline, terminated by a NUL. +newline, terminated by a null byte ('\\0'). This buffer may be overwritten by a following call. On error, the terminal state is restored, .I errno |
