From owner-svn-src-all@FreeBSD.ORG Sat Jun 30 20:24:00 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 534FF106564A; Sat, 30 Jun 2012 20:24:00 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7C28FC19; Sat, 30 Jun 2012 20:24:00 +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 q5UKO0h2039806; Sat, 30 Jun 2012 20:24:00 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5UKO0Jc039803; Sat, 30 Jun 2012 20:24:00 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201206302024.q5UKO0Jc039803@svn.freebsd.org> From: Gavin Atkinson Date: Sat, 30 Jun 2012 20:24:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r237854 - stable/7/sbin/mdconfig 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: Sat, 30 Jun 2012 20:24:00 -0000 Author: gavin Date: Sat Jun 30 20:23:59 2012 New Revision: 237854 URL: http://svn.freebsd.org/changeset/base/237854 Log: Merge r237645 from head: The -S option, to specify the sector size, has been usable on all types of memory disks since r135340. Update the man page to reflect this. Noticed by: avg Modified: stable/7/sbin/mdconfig/mdconfig.8 Directory Properties: stable/7/sbin/mdconfig/ (props changed) Modified: stable/7/sbin/mdconfig/mdconfig.8 ============================================================================== --- stable/7/sbin/mdconfig/mdconfig.8 Sat Jun 30 20:22:20 2012 (r237853) +++ stable/7/sbin/mdconfig/mdconfig.8 Sat Jun 30 20:23:59 2012 (r237854) @@ -41,7 +41,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 11, 2007 +.Dd June 27, 2012 .Dt MDCONFIG 8 .Os .Sh NAME @@ -140,7 +140,7 @@ and .Fl t Ar swap are implied if not specified. .It Fl S Ar sectorsize -Sectorsize to use for malloc backed device. +Sectorsize to use for the memory disk, in bytes. .It Fl x Ar sectors/track See the description of the .Fl y