[PATCH] Documentation/Configure.help fixes.

Paul Rusty Russell (Paul.Russell@rustcorp.com.au)
Sun, 20 Sep 1998 22:44:36 -0700


Linus, please apply.

1) Fixes typo in CONFIG_UNIX from `conf.module' to `conf.modules'.
2) Sweeps out two remaining old references to kerneld.

Rusty.
--- linux/Documentation/Configure.help.~1~ Sun Sep 20 20:23:08 1998
+++ linux/Documentation/Configure.help Sun Sep 20 22:39:29 1998
@@ -2457,8 +2457,9 @@
be inserted in and removed from the running kernel whenever you
want). The module will be called unix.o. If you want to compile it
as a module, say M here and read Documentation/modules.txt. If you
- try building this as a module and you are running kerneld, be sure
- to add 'alias net-pf-1 unix' to your /etc/conf.module file.
+ try building this as a module and you have said Y to "Kernel module
+ loader support" above, be sure to add 'alias net-pf-1 unix' to your
+ /etc/conf.modules file.

If unsure, say Y.

@@ -7033,8 +7034,8 @@
Documentation/modules.txt. The module will be called serial.o.
[WARNING: Do not compile this driver as a module if you are using
non-standard serial ports, since the configuration information will
- be lost when kerneld automatically unloads the driver. This
- limitation may be lifted in the future.]
+ be lost if you unload the driver. This limitation may be lifted in
+ the future.]

BTW1: If you have a mouseman serial mouse which is not recognized by
the X window system, try running gpm first.

--
 .sig lost in the mail.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/