diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-31 03:55:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-31 03:55:50 +0000 |
commit | 0be7f0f4842e1454fe88153578f024a673796f01 (patch) | |
tree | e7c6786a21d7881311e4c3f4b434604cff2b1bb6 | |
parent | 95aa3a7b288c6dff38df01ef1c9a353ed7310db3 (diff) |
fix printing error; marc
-rw-r--r-- | lib/libc/gen/time.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3 index e196d2b4869..b5cd88080e6 100644 --- a/lib/libc/gen/time.3 +++ b/lib/libc/gen/time.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.3,v 1.6 1999/06/04 01:30:11 aaron Exp $ +.\" $OpenBSD: time.3,v 1.7 1999/07/31 03:55:49 deraadt Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,9 +63,7 @@ Upon successful completion, .Fn time returns the value of time. Otherwise a value of -.Po -.Fa time_t No - 1 -.Pc +.Po Fa time_t Pc Ns -1 is returned and the global variable .Va errno is set to indicate the error. |