diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 09:00:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 09:00:35 +0000 |
commit | 49c091e52398a34f976421a72ecfc546c19ff903 (patch) | |
tree | f9d0930c78ca46be36094eafa3c1f7a9de405d80 /manual/users.texi | |
parent | 384cbe9b1e8e1e3a898994fb07506d072c67b247 (diff) | |
download | glibc-49c091e52398a34f976421a72ecfc546c19ff903.zip glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.gz glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.bz2 |
Update.
2000-02-22 Ulrich Drepper <drepper@redhat.com>
* locales/mk_MK: New file.
Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
* SUPPORTED: Add mk_MK ISO-8859-1.
Diffstat (limited to 'manual/users.texi')
-rw-r--r-- | manual/users.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/users.texi b/manual/users.texi index e6318ac..efe0b53 100644 --- a/manual/users.texi +++ b/manual/users.texi @@ -1482,7 +1482,7 @@ pointed to by the elements of the result structure. If a user with ID @var{uid} is found, the pointer returned in @var{result} points to the record which contains the wanted data (i.e., @var{result} contains the value @var{result_buf}). If no user is found -or if an error occured, the pointer returned in @var{result} is a null +or if an error occurred, the pointer returned in @var{result} is a null pointer. The function returns zero or an error code. If the buffer @var{buffer} is too small to contain all the needed information, the error code @code{ERANGE} is returned and @var{errno} is set to @@ -1695,7 +1695,7 @@ pointed to by the elements of the result structure. If a group with ID @var{gid} is found, the pointer returned in @var{result} points to the record which contains the wanted data (i.e., @var{result} contains the value @var{result_buf}). If no group is found -or if an error occured, the pointer returned in @var{result} is a null +or if an error occurred, the pointer returned in @var{result} is a null pointer. The function returns zero or an error code. If the buffer @var{buffer} is too small to contain all the needed information, the error code @code{ERANGE} is returned and @var{errno} is set to |