diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-01-29 01:46:32 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-01-29 01:46:32 +0000 |
commit | 62d2081c4784d2ba182ed5151850efe88187868b (patch) | |
tree | caed3241c105775f47f689340427a611b365fc7d /lib/libc/gen/time.3 | |
parent | dc0fcb69386fa822e0e935c295c6498bcb087a16 (diff) |
Use .Rv where appropriate, and move it to RETURN VALUES;
remove .Tn, and a few minor macro adjustments.
Patch from Kaspars at Bankovskis dot net.
Diffstat (limited to 'lib/libc/gen/time.3')
-rw-r--r-- | lib/libc/gen/time.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3 index 53cfaba40b3..cc1bd4314ff 100644 --- a/lib/libc/gen/time.3 +++ b/lib/libc/gen/time.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.3,v 1.15 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: time.3,v 1.16 2015/01/29 01:46:30 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 29 2015 $ .Dt TIME 3 .Os .Sh NAME @@ -53,7 +53,7 @@ pointer If .Fa tloc is a null pointer, no value is stored. -.Pp +.Sh RETURN VALUES Upon successful completion, .Fn time returns the value of time. |