diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-05-08 20:21:17 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-05-08 20:21:17 +0000 |
commit | c60b04177b38f656701badebf48bd418dd2a2d59 (patch) | |
tree | ad74f325b4323015f80461ff6d25a22a9bc1738d /lib | |
parent | 6ebe9b88fbb52a9ba83d4217439382375a483c5e (diff) |
delete line left in by accident.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/clock_gettime.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index ab919226e51..575a045a0b7 100644 --- a/lib/libc/sys/clock_gettime.2 +++ b/lib/libc/sys/clock_gettime.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clock_gettime.2,v 1.3 1997/05/08 20:19:35 kstailey Exp $ +.\" $OpenBSD: clock_gettime.2,v 1.4 1997/05/08 20:21:16 kstailey Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,7 +55,6 @@ and allow the calling process to retrieve or set the value used by a clock which is specifed by .Fa clock_id . -The format of the value is .Pp .Fa clock_id can be one of three values: CLOCK_REALTIME for time that increments as |