summaryrefslogtreecommitdiff
path: root/lib/libc/gen/clock.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-03 10:03:25 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-03 10:03:25 +0000
commitaf27d41ab042a6273f113a599a5c1176312e21a6 (patch)
treee14f13f7b2587d101b08774e29c36cda27105e96 /lib/libc/gen/clock.3
parent5e280e469d2559240b2673ce0a01e6c929064c0b (diff)
use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;
pjanzen@
Diffstat (limited to 'lib/libc/gen/clock.3')
-rw-r--r--lib/libc/gen/clock.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/clock.3 b/lib/libc/gen/clock.3
index bbc7933e8a3..7bb73df5902 100644
--- a/lib/libc/gen/clock.3
+++ b/lib/libc/gen/clock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: clock.3,v 1.3 1999/05/29 16:08:54 aaron Exp $
+.\" $OpenBSD: clock.3,v 1.4 1999/06/03 10:03:18 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -56,7 +56,7 @@ calling process, measured in
The
.Fn clock
function returns the amount of time used unless an error occurs, in which
-case the return value is -1.
+case the return value is \-1.
.Sh SEE ALSO
.Xr getrusage 2
.Sh STANDARDS