Bug 14417

Summary: [Patch] send-pr(1) man page has an incorrect option
Product: Documentation Reporter: Greg Lewis <glewis>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Greg Lewis 1999-10-19 16:20:00 UTC
	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.

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.
How-To-Repeat: 
	send-pr -v
Comment 1 mpp freebsd_committer freebsd_triage 1999-10-21 12:30:20 UTC
State Changed
From-To: open->closed

The supplied patch was applied, along with some other minor 
changes to make the documentation of -V/--version complete.