diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-11 09:54:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-11 09:54:25 +0000 |
commit | b642f10105b7980c704c5b00f1505864365456ab (patch) | |
tree | 78d75158f1d1054fdc023fb45fbda4d3958dd445 /manual/time.texi | |
parent | 8a2f1f5b5f7cdfcaf465415736a75a582bc5562a (diff) | |
download | glibc-b642f10105b7980c704c5b00f1505864365456ab.tar.gz glibc-b642f10105b7980c704c5b00f1505864365456ab.tar.xz glibc-b642f10105b7980c704c5b00f1505864365456ab.zip |
(Currency Symbol): Add INT_ constants and CODESET:
Diffstat (limited to 'manual/time.texi')
-rw-r--r-- | manual/time.texi | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/manual/time.texi b/manual/time.texi index 154b66777c..62c7b5f38b 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -169,7 +169,7 @@ timeval_subtract (result, x, y) @} @end smallexample -Common functions that use @code{struct timeval} are @code{gettimeofday} +Common functions that use @code{struct timeval} are @code{gettimeofday} and @code{settimeofday}. @@ -2341,9 +2341,8 @@ The return value and error conditions are the same as for @code{setitimer}. @comment sys/time.h @comment BSD -@table @code +@vtable @code @item ITIMER_REAL -@findex ITIMER_REAL This constant can be used as the @var{which} argument to the @code{setitimer} and @code{getitimer} functions to specify the real-time timer. @@ -2351,7 +2350,6 @@ timer. @comment sys/time.h @comment BSD @item ITIMER_VIRTUAL -@findex ITIMER_VIRTUAL This constant can be used as the @var{which} argument to the @code{setitimer} and @code{getitimer} functions to specify the virtual timer. @@ -2359,11 +2357,10 @@ timer. @comment sys/time.h @comment BSD @item ITIMER_PROF -@findex ITIMER_PROF This constant can be used as the @var{which} argument to the @code{setitimer} and @code{getitimer} functions to specify the profiling timer. -@end table +@end vtable @comment unistd.h @comment POSIX.1 @@ -2484,7 +2481,7 @@ The function returns as *@code{remaining} the elapsed time left in the interval for which you requested to sleep. If the interval completed without getting interrupted by a signal, this is zero. -@code{struct timespec} is described in @xref{Elapsed Time}. +@code{struct timespec} is described in @xref{Elapsed Time}. If the function returns because the interval is over the return value is zero. If the function returns @math{-1} the global variable @var{errno} @@ -2513,5 +2510,3 @@ be protected using cancellation handlers. The @code{nanosleep} function is declared in @file{time.h}. @end deftypefun - - |