From 18ac59f431b3e1a464ebae4ecf47a5bf0e6fbf1b Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Thu, 4 Aug 2016 11:38:53 +0000 Subject: [PATCH] Grammar fixes. --- lib/libc/gen/clock_getcpuclockid.3 | 2 +- share/man/man3/pthread_getcpuclockid.3 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/clock_getcpuclockid.3 b/lib/libc/gen/clock_getcpuclockid.3 index b26ee3a54f42..7a476846f51e 100644 --- a/lib/libc/gen/clock_getcpuclockid.3 +++ b/lib/libc/gen/clock_getcpuclockid.3 @@ -86,7 +86,7 @@ No process can be found corresponding to the process specified by .Sh STANDARDS The .Fn clock_getcpuclockid -function conform to +function conforms to .St -p1003.1-2001 . .Sh HISTORY The diff --git a/share/man/man3/pthread_getcpuclockid.3 b/share/man/man3/pthread_getcpuclockid.3 index 84c717d3f8e4..c36be81e58dc 100644 --- a/share/man/man3/pthread_getcpuclockid.3 +++ b/share/man/man3/pthread_getcpuclockid.3 @@ -51,8 +51,8 @@ The .Fn pthread_getcpuclockid returns the clock ID of the CPU-time clock of the thread specified by -.Fa thread_id . -If the thread described by +.Fa thread_id , +if the thread described by .Fa thread_id exists. .Sh RETURN VALUES