diff options
author | ru <ru@FreeBSD.org> | 2001-08-31 09:57:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-31 09:57:38 +0000 |
commit | 69224c0edd32d46efbcdb9ad329891e820f0898a (patch) | |
tree | 65bbba65df60768dc6db7a914e08a7bc71bc3e5a /lib/libc/sys/clock_gettime.2 | |
parent | 0cdbf7e134168f454f352752441a010d764e8cd0 (diff) | |
download | FreeBSD-src-69224c0edd32d46efbcdb9ad329891e820f0898a.zip FreeBSD-src-69224c0edd32d46efbcdb9ad329891e820f0898a.tar.gz |
Use ``.Rv -std'' wherever possible.
Submitted by: yar
Diffstat (limited to 'lib/libc/sys/clock_gettime.2')
-rw-r--r-- | lib/libc/sys/clock_gettime.2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index 5737560..633f3f9 100644 --- a/lib/libc/sys/clock_gettime.2 +++ b/lib/libc/sys/clock_gettime.2 @@ -94,10 +94,7 @@ The resolution (granularity) of a clock is returned by the call. This value is placed in a (non-NULL) .Fa *tp . .Sh RETURN VALUES -A 0 return value indicates that the call succeeded. -A -1 return value indicates an error occurred, and in this -case an error code is stored into the global variable -.Va errno . +.Rv -std .Sh ERRORS The following error codes may be set in .Va errno : |