jail.conf(8) accepts a devfs_ruleset that should be specified as a number
according to jail(8):
devfs_ruleset
The number of the devfs ruleset that is enforced for mounting
devfs in this jail. A value of zero (default) means no ruleset.
With the example in the handbook, we get this error when trying to launch the
jail:
Starting jails: cannot start jail "www": jail: www: devfs_ruleset: non-integer value "www_ruleset"
Remove that from the handbook and left the default value of 0, meaning no
ruleset is enforced. No need to go into explaining devfs(8) at this point.