Bug 17271 - the man page for fmt doesn't list -c as optional
Summary: the man page for fmt doesn't list -c as optional
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sheldon Hearn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-03-08 22:40 UTC by dwmalone
Modified: 2000-03-09 09:31 UTC (History)
0 users

See Also:


Attachments
file.diff (186 bytes, patch)
2000-03-08 22:40 UTC, dwmalone
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dwmalone 2000-03-08 22:40:01 UTC
The synopsis for fmt says:

	fmt -c [goal [maximum]] [name ...]

but the -c is optional, and so it should read

	fmt [-c] [goal [maximum]] [name ...]

How-To-Repeat: 
man fmt
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-09 09:09:32 UTC
Responsible Changed
From-To: freebsd-doc->sheldonh

I'll take this one. 
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-09 09:30:30 UTC
State Changed
From-To: open->closed

Committed, thanks!