From owner-cvs-src@FreeBSD.ORG Thu Oct 13 16:01:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC2316A41F; Thu, 13 Oct 2005 16:01:29 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF54543D45; Thu, 13 Oct 2005 16:01:28 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9DG1SrJ056392; Thu, 13 Oct 2005 16:01:28 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9DG1SRt056391; Thu, 13 Oct 2005 16:01:28 GMT (envelope-from jhb) Message-Id: <200510131601.j9DG1SRt056391@repoman.freebsd.org> From: John Baldwin Date: Thu, 13 Oct 2005 16:01:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 microtime.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 16:01:29 -0000 jhb 2005-10-13 16:01:28 UTC FreeBSD src repository Modified files: share/man/man9 microtime.9 Log: - When bintime was added to this manpage, standalone .Nm changed from microtime to bintime. However, one standaline .Nm wasn't changed, and as a result, the manpage claimed that bintime was added in both 5.0 and 3.0. Fix by listing microtime explicitly. - Fix a grammar bogon. PR: docs/87147 (1) Submitted by: Matthew Luckie (1) MFC after: 3 days Revision Changes Path 1.11 +2 -2 src/share/man/man9/microtime.9