freebsd-dev/share/man
Edward Tomasz Napierala d61251e934 Add a hint that "device ctl" kind of depends on "device iscsi".
It actually doesn't - "device ctl" automatically pulls in ICL, which
would normally be a part of iscsi.ko.  However, doing it that way makes
iscsi.ko unloadable, and building ctl.ko without iscsi.ko (using
MODULES_OVERRIDE) results in ctl.ko that is unloadable, due to missing
symbols that would be resolved to iscsi.ko.  And since the symbols
are named "icl_whatever", it's not obvious that it's iscsi.ko that's
required.

If there is a better way - let me know.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
2015-04-08 11:59:00 +00:00
..
man1 use .Mt to mark up email addresses consistently (part6) 2014-06-23 08:27:27 +00:00
man3 Formatting changes to the pthread_testcancel(3). 2015-03-29 19:37:41 +00:00
man4 Add a hint that "device ctl" kind of depends on "device iscsi". 2015-04-08 11:59:00 +00:00
man5 Regen for r281053 2015-04-03 23:58:40 +00:00
man6 Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin; 2015-02-12 05:35:00 +00:00
man7 Fix XZ_THREADS description in release(7), which defaults to 2015-02-20 18:49:49 +00:00
man8 Add uefisign(8) reference to uefi(8) manual page. 2015-02-26 09:16:36 +00:00
man9 Add a new flag, SBUF_INCLUDENUL, and new get/set/clear functions for flags. 2015-03-14 16:02:11 +00:00
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00