swapon(2) states "The swapon() system call makes the block device special available to the system" but block devices haven't existed in FreeBSD for something like a decade. There's a similar error in the description of the ENOTBLK error. Looking further, I've found lots of similar references to block devices. Fix: In all 3 man pages, what is actually wanted is a disk device - either real or virtual via md(4). The following patches use "disk" in place of "block" for all relevant non-contrib references. Note that I am unclear of the correct fix to: tools/debugscripts/gdbinit.kernel share/man/man4/xen.4 share/man/man4/virtio_blk.4 share/man/man9/vnode.9 How-To-Repeat: man 2 swapon intro mount
Responsible Changed From-To: freebsd-doc->eadler I'll take it.
State Changed From-To: open->analyzed awaiting approval
State Changed From-To: analyzed->open needs more work (internal change)
Responsible Changed From-To: eadler->freebsd-bugs I won't be dealing with this PR for some time, so give it back to the pool
^Triage: reset inaccurate In Progress state.