From owner-svn-src-all@freebsd.org Thu Aug 4 11:38:54 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB638BAE433; Thu, 4 Aug 2016 11:38:54 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE2441222; Thu, 4 Aug 2016 11:38:54 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74BcrXP096166; Thu, 4 Aug 2016 11:38:53 GMT (envelope-from pluknet@FreeBSD.org) Received: (from pluknet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74BcrlU096164; Thu, 4 Aug 2016 11:38:53 GMT (envelope-from pluknet@FreeBSD.org) Message-Id: <201608041138.u74BcrlU096164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pluknet set sender to pluknet@FreeBSD.org using -f From: Sergey Kandaurov Date: Thu, 4 Aug 2016 11:38:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r303742 - in head: lib/libc/gen share/man/man3 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 11:38:55 -0000 Author: pluknet Date: Thu Aug 4 11:38:53 2016 New Revision: 303742 URL: https://svnweb.freebsd.org/changeset/base/303742 Log: Grammar fixes. Modified: head/lib/libc/gen/clock_getcpuclockid.3 head/share/man/man3/pthread_getcpuclockid.3 Modified: head/lib/libc/gen/clock_getcpuclockid.3 ============================================================================== --- head/lib/libc/gen/clock_getcpuclockid.3 Thu Aug 4 11:26:52 2016 (r303741) +++ head/lib/libc/gen/clock_getcpuclockid.3 Thu Aug 4 11:38:53 2016 (r303742) @@ -86,7 +86,7 @@ No process can be found corresponding to .Sh STANDARDS The .Fn clock_getcpuclockid -function conform to +function conforms to .St -p1003.1-2001 . .Sh HISTORY The Modified: head/share/man/man3/pthread_getcpuclockid.3 ============================================================================== --- head/share/man/man3/pthread_getcpuclockid.3 Thu Aug 4 11:26:52 2016 (r303741) +++ head/share/man/man3/pthread_getcpuclockid.3 Thu Aug 4 11:38:53 2016 (r303742) @@ -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