This commit is contained in:
Michael Kerrisk 2008-03-20 06:20:23 +00:00
parent 302ea01382
commit 31a7796178
1 changed files with 3 additions and 2 deletions

View File

@ -168,6 +168,7 @@ utime.2
mtk mtk
Change description in NAME line ("or" is not correct: these calls Change description in NAME line ("or" is not correct: these calls
always change *both* timestamps). always change *both* timestamps).
CONFORMING TO: utimes() is in POSIX.1-2001.
futimes.3 futimes.3
mtk mtk
@ -182,7 +183,7 @@ getenv.3
Noted that caller must not modify returned value string. Noted that caller must not modify returned value string.
Noted that getenv() is not reentrant: the buffer may be statically Noted that getenv() is not reentrant: the buffer may be statically
allocated and overwritten by later calls to getenv(), putenv(), allocated and overwritten by later calls to getenv(), putenv(),
setenv(), or unsettenv(). setenv(), or unsetenv().
Other minor rewrites. Other minor rewrites.
gethostbyname.3 gethostbyname.3
@ -232,7 +233,7 @@ sem_wait.3
setenv.3 setenv.3
mtk mtk
setenv() copies 'name' and 'value' (contrat with putenv()). setenv() copies 'name' and 'value' (contrast with putenv()).
unsetenv() of a nonexistent variable does nothing and is unsetenv() of a nonexistent variable does nothing and is
considered successful. considered successful.
Noted that setenv() and unsetenv() need not be reentrant. Noted that setenv() and unsetenv() need not be reentrant.