View | Details | Raw Unified | Return to bug 187613
Collapse All | Expand All

(-)chapter.xml (-2 / +9 lines)
Lines 377-383 Link Here
377
		name on the command-line is only applicable after an
377
		name on the command-line is only applicable after an
378
		<emphasis>unload</emphasis> command has been issued;
378
		<emphasis>unload</emphasis> command has been issued;
379
		otherwise the previously-loaded kernel will be
379
		otherwise the previously-loaded kernel will be
380
		used.</para>
380
		used.  If <emphasis>kernelname</emphasis> is not
381
		qualified it will be searched under
382
		<emphasis>/boot/kernel</emphasis> and
383
		<emphasis>/boot/modules</emphasis></para>
381
	    </listitem>
384
	    </listitem>
382
	  </varlistentry>
385
	  </varlistentry>
383
386
Lines 425-431 Link Here
425
	      <para>Loads the kernel, kernel module, or file of the
428
	      <para>Loads the kernel, kernel module, or file of the
426
		type given, with the specified filename.  Any
429
		type given, with the specified filename.  Any
427
		arguments after <replaceable>filename</replaceable>
430
		arguments after <replaceable>filename</replaceable>
428
		are passed to the file.</para>
431
		are passed to the file.  If
432
		<emphasis>filename</emphasis> is not qualified it
433
		will be searched under
434
		<emphasis>/boot/kernel</emphasis>
435
		and <emphasis>/boot/modules</emphasis></para>
429
	    </listitem>
436
	    </listitem>
430
	  </varlistentry>
437
	  </varlistentry>

Return to bug 187613