Bug 150102

Summary: gsched(8) -- "geom sched insert" example uses incorrect flags
Product: Documentation Reporter: Jeremy Chadwick <freebsd>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jeremy Chadwick 2010-08-30 01:40:00 UTC
	The EXAMPLE section of gsched(8) states that to make a device use
	the "rr" scheduler, you should use "geom sched insert -s rr <dev>".
	This simply does not work (geom states "illegal option -- s").

	What it should say is to use -a, not -s.

Fix: 

See above.
How-To-Repeat: 	Follow EXAMPLE instructions.
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2010-08-30 06:18:46 UTC
State Changed
From-To: open->closed

Duplicate of docs/150082 (already fixed).