From owner-freebsd-doc@FreeBSD.ORG Tue Mar 2 00:40:04 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60A721065672 for ; Tue, 2 Mar 2010 00:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 23FDE8FC18 for ; Tue, 2 Mar 2010 00:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o220e4u5014975 for ; Tue, 2 Mar 2010 00:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o220e40Q014974; Tue, 2 Mar 2010 00:40:04 GMT (envelope-from gnats) Resent-Date: Tue, 2 Mar 2010 00:40:04 GMT Resent-Message-Id: <201003020040.o220e40Q014974@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5907E106564A for ; Tue, 2 Mar 2010 00:32:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 485C58FC1A for ; Tue, 2 Mar 2010 00:32:41 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o220WftB046756 for ; Tue, 2 Mar 2010 00:32:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o220WfUO046755; Tue, 2 Mar 2010 00:32:41 GMT (envelope-from nobody) Message-Id: <201003020032.o220WfUO046755@www.freebsd.org> Date: Tue, 2 Mar 2010 00:32:41 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/144407: Duplicate argument entry in mtree(8) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2010 00:40:04 -0000 >Number: 144407 >Category: docs >Synopsis: Duplicate argument entry in mtree(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 02 00:40:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: RELENG_8 >Organization: Cisco Systems, Inc >Environment: FreeBSD garrcoop-fbsd.cisco.com 8.0-STABLE FreeBSD 8.0-STABLE #2: Wed Feb 3 16:57:07 PST 2010 garrcoop@garrcoop-fbsd.cisco.com:/usr/obj/usr/src/sys/LAPPY_X86 i386 >Description: There's a duplicate reference to -f in the manpage header: SYNOPSIS mtree [-LPUcdeinqruxw] [-f spec] [-f spec] [-K keywords] [-k keywords] [-p path] [-s seed] [-X exclude-list] The issue exists in the 9-CURRENT manpage as well. The patch also addresses a typo and a terse sentence. >How-To-Repeat: n/a >Fix: See patch. Patch attached with submission follows: Index: head/usr.sbin/mtree/mtree.8 =================================================================== --- head/usr.sbin/mtree/mtree.8 (revision 204532) +++ head/usr.sbin/mtree/mtree.8 (working copy) @@ -41,9 +41,6 @@ .Op Fl f Ar spec .Ek .Bk -words -.Op Fl f Ar spec -.Ek -.Bk -words .Op Fl K Ar keywords .Ek .Bk -words @@ -119,7 +116,7 @@ except a status of 2 is returned if the file hierarchy did not match the specification. .It Fl w -Make some errorconditions non-fatal warnings. +Make some errors non-fatal warnings. .It Fl x Do not descend below mount points in the file hierarchy. .It Fl f Ar file >Release-Note: >Audit-Trail: >Unformatted: