diff options
Diffstat (limited to 'manual/time.texi')
-rw-r--r-- | manual/time.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/time.texi b/manual/time.texi index 6a899b78a5..2fb9232f95 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -1016,12 +1016,12 @@ call is necessary. The return value is @code{0} on success and other values on failure. The following @code{errno} error conditions are defined for this function: -@table @code +@vtable @code @item TIME_ERROR The precision clock model is not properly set up at the moment, thus the clock must be considered unsynchronized, and the values should be treated with care. -@end table +@end vtable @end deftypefun @tindex struct timex |