From owner-freebsd-doc Tue Oct 19 8:20: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 207F11740F for ; Tue, 19 Oct 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA58025; Tue, 19 Oct 1999 08:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ares.maths.adelaide.edu.au (ares.maths.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id CB72F173D4 for ; Tue, 19 Oct 1999 08:12:42 -0700 (PDT) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id AAA28389; Wed, 20 Oct 1999 00:42:41 +0930 (CST) (envelope-from glewis) Message-Id: <199910191512.AAA28389@ares.maths.adelaide.edu.au> Date: Wed, 20 Oct 1999 00:42:41 +0930 (CST) From: Greg Lewis Reply-To: glewis@trc.adelaide.edu.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14417: [Patch] send-pr(1) man page has an incorrect option Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14417 >Category: docs >Synopsis: [Patch] send-pr(1) man page has an incorrect option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 08:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 3.3-STABLE i386 >Organization: Teletraffic Research Centre >Environment: All versions I'm guessing, this man page hasn't changed since 1997 according to the repository. >Description: The send-pr(1) man page lists -v as the option to use to make send-pr print its version. This isn't the case -- the option wanted here is -V or --version. >How-To-Repeat: send-pr -v >Fix: The following patch is _incomplete_. It changes -v to -V but doesn't deal with --version as I don't know enough (any) groff to get one option listed on top of each other like in tar(1). Sorry! The minor change to the -L documentation is for consistency. --- /usr/src/gnu/usr.bin/send-pr/send-pr.1 Sat Aug 7 18:48:49 1999 +++ send-pr.1 Wed Oct 20 00:22:54 1999 @@ -50,7 +50,7 @@ .B \-\-request-id ] [ -.B \-v +.B \-V ] .SH DESCRIPTION .B send-pr @@ -119,7 +119,7 @@ .B PR_FORM is not set, print the standard blank PR template. No mail is sent. .TP -.B -L +.B \-L print the list of available categories. No mail is sent. .TP .B \-\-request\-id @@ -135,7 +135,7 @@ of .BR net \|'. .TP -.B \-v +.B \-V Display the .B send-pr version number. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message