diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-05 17:08:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-05 17:08:26 +0000 |
commit | 4f8dbcb126883c92d33d49c86365a1fb1e54696a (patch) | |
tree | 0bdac0d2659e6b57ce50ad5994301c12ace483e8 /manual/nss.texi | |
parent | bc9ffe71f95d21d8aa4107838d7c7f912863c3b7 (diff) | |
download | glibc-4f8dbcb126883c92d33d49c86365a1fb1e54696a.tar.gz glibc-4f8dbcb126883c92d33d49c86365a1fb1e54696a.tar.xz glibc-4f8dbcb126883c92d33d49c86365a1fb1e54696a.zip |
Update.
* stdio-common/_itoa.c (_itoa): Fix special 32bit platform case with specific bases and only few bits set in second word.
Diffstat (limited to 'manual/nss.texi')
-rw-r--r-- | manual/nss.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/nss.texi b/manual/nss.texi index dd8aa9e210..e3ff131875 100644 --- a/manual/nss.texi +++ b/manual/nss.texi @@ -226,7 +226,7 @@ value for the actions are normally what you want, and only need to be changed in exceptional cases. If the optional @code{!} is placed before the @var{status} this means -the following action is used for all statii but @var{status} itself. +the following action is used for all statuses but @var{status} itself. I.e., @code{!} is negation as in the C language (and others). Before we explain the exception which makes this action item necessary |