From owner-freebsd-doc@FreeBSD.ORG Sun Jul 31 23:40:16 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A60CB16A41F for ; Sun, 31 Jul 2005 23:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761CD43D46 for ; Sun, 31 Jul 2005 23:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6VNeGsE025778 for ; Sun, 31 Jul 2005 23:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6VNeGxP025777; Sun, 31 Jul 2005 23:40:16 GMT (envelope-from gnats) Date: Sun, 31 Jul 2005 23:40:16 GMT Message-Id: <200507312340.j6VNeGxP025777@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: garys@opusnet.com (Gary W. Swearingen) Cc: Subject: Re: docs/84408: dump(8) manpage doesn't require an option and has wrong default X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Gary W. Swearingen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2005 23:40:16 -0000 The following reply was made to PR docs/84408; it has been noted by GNATS. From: garys@opusnet.com (Gary W. Swearingen) To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-doc@FreeBSD.org Subject: Re: docs/84408: dump(8) manpage doesn't require an option and has wrong default Date: Sun, 31 Jul 2005 16:35:29 -0700 I was wrong about the "wrong default"; I forgot I had TAPE defined when I tested. The patch should have only been: --- dump..orig.8 Sun Jul 31 11:11:22 2005 +++ dump.8 Sun Jul 31 11:18:27 2005 @@ -38,7 +38,7 @@ .Nd file system backup .Sh SYNOPSIS .Nm -.Op Fl 0123456789acLnSu +.Fl 0123456789acLnSu .Op Fl B Ar records .Op Fl b Ar blocksize .Op Fl C Ar cachesize