diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-05-08 20:19:36 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-05-08 20:19:36 +0000 |
commit | 6ebe9b88fbb52a9ba83d4217439382375a483c5e (patch) | |
tree | ead260adaed20f68d23a78508d0777a7a283d771 /lib | |
parent | bbef0d579ed63156cd6d92026951733adf7f2563 (diff) |
subject/verb pluralization correction.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/clock_gettime.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index e3907c67239..ab919226e51 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.2 1997/05/08 20:05:05 kstailey Exp $ +.\" $OpenBSD: clock_gettime.2,v 1.3 1997/05/08 20:19:35 kstailey Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -120,5 +120,5 @@ A user other than the super-user attempted to set the time. The .Fn clock_gettime , etc. -functions conforms to +functions conform to .St -p1003.1b-93 . |