From owner-svn-src-head@FreeBSD.ORG Thu May 17 11:50:12 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD2E9106564A; Thu, 17 May 2012 11:50:12 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C8A168FC08; Thu, 17 May 2012 11:50:12 +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 q4HBoCB2097355; Thu, 17 May 2012 11:50:12 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4HBoCmf097352; Thu, 17 May 2012 11:50:12 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201205171150.q4HBoCmf097352@svn.freebsd.org> From: Joel Dahl Date: Thu, 17 May 2012 11:50:12 +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: r235544 - in head: sbin/newfs_nandfs usr.sbin/nandtool X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 11:50:13 -0000 Author: joel (doc committer) Date: Thu May 17 11:50:12 2012 New Revision: 235544 URL: http://svn.freebsd.org/changeset/base/235544 Log: mdoc: remove whitespace. Modified: head/sbin/newfs_nandfs/newfs_nandfs.8 head/usr.sbin/nandtool/nandtool.8 Modified: head/sbin/newfs_nandfs/newfs_nandfs.8 ============================================================================== --- head/sbin/newfs_nandfs/newfs_nandfs.8 Thu May 17 11:45:56 2012 (r235543) +++ head/sbin/newfs_nandfs/newfs_nandfs.8 Thu May 17 11:50:12 2012 (r235544) @@ -25,7 +25,6 @@ .\" .\" $FreeBSD$ .\" - .Dd April 11, 2009 .Dt NEWFS_NANDFS 8 .Os Modified: head/usr.sbin/nandtool/nandtool.8 ============================================================================== --- head/usr.sbin/nandtool/nandtool.8 Thu May 17 11:45:56 2012 (r235543) +++ head/usr.sbin/nandtool/nandtool.8 Thu May 17 11:50:12 2012 (r235544) @@ -73,7 +73,7 @@ Path to a device node, required for all operations. .It Cm out Ns = Ns Ar Output file path. If not specified, page contents -will be dumped to stdout in format similar to +will be dumped to stdout in format similar to .Xr hexdump 1 .It Cm page Ns = Ns Ar Offset on device, expressed as page number.