Bug 34222

Summary: head(1) man page has erroneous SYNOPSIS.
Product: Documentation Reporter: Gary W. Swearingen <swear>
Component: Books & ArticlesAssignee: dwmalone
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Gary W. Swearingen 2002-01-24 07:40:01 UTC
The SYNOPSIS text "head [-n count] [-c bytes]" should be
"head [-n count | -c bytes]".
================

Fix: patch -d "unknown uncompressed man directory" < this-PR
How-To-Repeat: 
$ head -c 4 -n 5
head: can't combine line and byte counts
================
Comment 1 dd freebsd_committer freebsd_triage 2002-02-10 20:55:36 UTC
Responsible Changed
From-To: freebsd-doc->dwmalone

David applied this fix to -current, but hasn't MFC'd it yet.  Let him decide 
whether to close this.
Comment 2 dwmalone freebsd_committer freebsd_triage 2002-02-16 12:30:33 UTC
State Changed
From-To: open->closed

Fixed in -current and -stable - thanks again.