From owner-svn-src-all@FreeBSD.ORG Sun Jul 1 19:40:52 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41DA3106566B; Sun, 1 Jul 2012 19:40:52 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2DF2D8FC08; Sun, 1 Jul 2012 19:40:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q61JeqHD020264; Sun, 1 Jul 2012 19:40:52 GMT (envelope-from schweikh@svn.freebsd.org) Received: (from schweikh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q61Jep1S020262; Sun, 1 Jul 2012 19:40:51 GMT (envelope-from schweikh@svn.freebsd.org) Message-Id: <201207011940.q61Jep1S020262@svn.freebsd.org> From: Jens Schweikhardt Date: Sun, 1 Jul 2012 19:40:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r237937 - head/share/man/man9 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 01 Jul 2012 19:40:52 -0000 Author: schweikh Date: Sun Jul 1 19:40:51 2012 New Revision: 237937 URL: http://svn.freebsd.org/changeset/base/237937 Log: Correct a grammo. Modified: head/share/man/man9/cd.9 Modified: head/share/man/man9/cd.9 ============================================================================== --- head/share/man/man9/cd.9 Sun Jul 1 19:07:45 2012 (r237936) +++ head/share/man/man9/cd.9 Sun Jul 1 19:40:51 2012 (r237937) @@ -57,7 +57,7 @@ This can lead to drives requiring specia The following is a list of quirks that the driver recognize. .Bl -tag -width CD_Q_BCD_TRACKS .It Dv CD_Q_NO_TOUCH -This flag tell the driver not to probe the drive at attach time to see if +This flag tells the driver not to probe the drive at attach time to see if there is a disk in the drive and find out what size it is. This flag is currently unimplemented in the CAM .Nm