From owner-svn-src-head@FreeBSD.ORG Thu May 17 11:29:22 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D22BB106566B; Thu, 17 May 2012 11:29:22 +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 BC5888FC12; Thu, 17 May 2012 11:29:22 +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 q4HBTMnx096568; Thu, 17 May 2012 11:29:22 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4HBTMJp096564; Thu, 17 May 2012 11:29:22 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201205171129.q4HBTMJp096564@svn.freebsd.org> From: Joel Dahl Date: Thu, 17 May 2012 11:29:22 +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: r235542 - in head: sbin/nandfs share/man/man5 usr.sbin/nandsim 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:29:22 -0000 Author: joel (doc committer) Date: Thu May 17 11:29:22 2012 New Revision: 235542 URL: http://svn.freebsd.org/changeset/base/235542 Log: mdoc: remove superfluous paragraph macro. Modified: head/sbin/nandfs/nandfs.8 head/share/man/man5/nandfs.5 head/usr.sbin/nandsim/nandsim.8 Modified: head/sbin/nandfs/nandfs.8 ============================================================================== --- head/sbin/nandfs/nandfs.8 Thu May 17 11:10:13 2012 (r235541) +++ head/sbin/nandfs/nandfs.8 Thu May 17 11:29:22 2012 (r235542) @@ -50,7 +50,6 @@ The .Nm utility allows to manage snapshots of a mounted NAND FS. .Sh EXAMPLES -.Pp Create a snapshot of filesystem mounted on .Em /nand . .Bd -literal -offset 2n Modified: head/share/man/man5/nandfs.5 ============================================================================== --- head/share/man/man5/nandfs.5 Thu May 17 11:10:13 2012 (r235541) +++ head/share/man/man5/nandfs.5 Thu May 17 11:29:22 2012 (r235542) @@ -88,7 +88,6 @@ structure, and .Pa /mnt is a mount point. .Pp -.Pp It is possible to define an entry in .Pa /etc/fstab for the Modified: head/usr.sbin/nandsim/nandsim.8 ============================================================================== --- head/usr.sbin/nandsim/nandsim.8 Thu May 17 11:10:13 2012 (r235541) +++ head/usr.sbin/nandsim/nandsim.8 Thu May 17 11:29:22 2012 (r235542) @@ -115,7 +115,6 @@ Reads simulator configuration from a spe the simulation "layout" i.e. controllers-chips assignments). Configuration changes for an already started simulation require a full stop-start cycle in order to take effect i.e.: -.Pp .Bl -column .It nandsim stop ... .It nandsim destroy ...