Bug 24586

Summary: tail usage doesn't match the manual page (-F)
Product: Base System Reporter: clefevre <clefevre>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description clefevre 2001-01-24 01:20:01 UTC
	the -F option is missing from the tail usage.

How-To-Repeat: 
	# tail -?
	usage: tail [-f | -r] [-b # | -c # | -n #] [file ...]
	# man tail
	...
	tail [-F | -f | -r] [-b number | -c number | -n number] [file ...]
Comment 1 ru freebsd_committer freebsd_triage 2001-01-24 09:09:20 UTC
State Changed
From-To: open->closed

Fixed in 5.0-CURRENT and 4.2-STABLE, thanks!