aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorRandy Dunlap <rddunlap@osdl.org>2003-04-20 01:20:38 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-04-20 01:20:38 -0700
commite9148e42db3cb5817bbd11b4775039d5e76ce2b0 (patch)
tree48be94f5c6063654a6b5e2d8278620fdd3eba3c2 /init
parent4d8b62e3374e44e42acf5c0b1513581673870cc7 (diff)
downloadhistory-e9148e42db3cb5817bbd11b4775039d5e76ce2b0.tar.gz
[PATCH] replace URLs in Kconfig
This is a patch from Robert P.J. Day that replaces www.linuxdoc.org (which is outdated and unspported according to www.tldp.org) with www.tldp.org in lots of Kconfig files.
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 2bf627e1d73d47..ed4a4413fcaf67 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -56,12 +56,12 @@ config SYSVIPC
and some programs won't run unless you say Y here. In particular, if
you want to run the DOS emulator dosemu under Linux (read the
DOSEMU-HOWTO, available from
- <http://www.linuxdoc.org/docs.html#howto>), you'll need to say Y
+ <http://www.tldp.org/docs.html#howto>), you'll need to say Y
here.
You can find documentation about IPC with "info ipc" and also in
section 6.4 of the Linux Programmer's Guide, available from
- <http://www.linuxdoc.org/docs.html#guide>.
+ <http://www.tldp.org/docs.html#guide>.
config BSD_PROCESS_ACCT
bool "BSD Process Accounting"