diff options
author | Karol Swietlicki <magotari@gmail.com> | 2008-02-05 01:30:38 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:25 -0500 |
commit | 0ba9d3f91d213f6d07c84230a0b3e2b16a0bb176 (patch) | |
tree | 1455a88bd3c378ebfbcb50de8723187e217a5d98 | |
parent | 20ede453af796bbaaf46a2bb0ee0bcc90ab505b3 (diff) |
uml: fix URLs in Kconfig and help strings
This patch updates links which broke during the transition to the new UML
website.
Signed-off-by: Karol Swietlicki <magotari@gmail.com>
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/um/Kconfig | 2 | ||||
-rw-r--r-- | arch/um/Kconfig.char | 2 | ||||
-rw-r--r-- | arch/um/Kconfig.debug | 4 | ||||
-rw-r--r-- | arch/um/Kconfig.net | 12 | ||||
-rw-r--r-- | arch/um/include/chan_user.h | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 55945db1313c..5261db8c6255 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -145,7 +145,7 @@ config HPPFS | |||
145 | by removing or changing anything in /proc which gives away the | 145 | by removing or changing anything in /proc which gives away the |
146 | identity of a UML. | 146 | identity of a UML. |
147 | 147 | ||
148 | See <http://user-mode-linux.sf.net/hppfs.html> for more information. | 148 | See <http://user-mode-linux.sf.net/old/hppfs.html> for more information. |
149 | 149 | ||
150 | You only need this if you are setting up a UML honeypot. Otherwise, | 150 | You only need this if you are setting up a UML honeypot. Otherwise, |
151 | it is safe to say 'N' here. | 151 | it is safe to say 'N' here. |
diff --git a/arch/um/Kconfig.char b/arch/um/Kconfig.char index 9a78d354f0b4..3a4b396d7979 100644 --- a/arch/um/Kconfig.char +++ b/arch/um/Kconfig.char | |||
@@ -18,7 +18,7 @@ config SSL | |||
18 | lines on the UML that are usually made to show up on the host as | 18 | lines on the UML that are usually made to show up on the host as |
19 | ttys or ptys. | 19 | ttys or ptys. |
20 | 20 | ||
21 | See <http://user-mode-linux.sourceforge.net/input.html> for more | 21 | See <http://user-mode-linux.sourceforge.net/old/input.html> for more |
22 | information and command line examples of how to use this facility. | 22 | information and command line examples of how to use this facility. |
23 | 23 | ||
24 | Unless you have a specific reason for disabling this, say Y. | 24 | Unless you have a specific reason for disabling this, say Y. |
diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug index 1f6462ffd3e8..40456f435419 100644 --- a/arch/um/Kconfig.debug +++ b/arch/um/Kconfig.debug | |||
@@ -9,7 +9,7 @@ config GPROF | |||
9 | This allows profiling of a User-Mode Linux kernel with the gprof | 9 | This allows profiling of a User-Mode Linux kernel with the gprof |
10 | utility. | 10 | utility. |
11 | 11 | ||
12 | See <http://user-mode-linux.sourceforge.net/gprof.html> for more | 12 | See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more |
13 | details. | 13 | details. |
14 | 14 | ||
15 | If you're involved in UML kernel development and want to use gprof, | 15 | If you're involved in UML kernel development and want to use gprof, |
@@ -22,7 +22,7 @@ config GCOV | |||
22 | This option allows developers to retrieve coverage data from a UML | 22 | This option allows developers to retrieve coverage data from a UML |
23 | session. | 23 | session. |
24 | 24 | ||
25 | See <http://user-mode-linux.sourceforge.net/gprof.html> for more | 25 | See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more |
26 | details. | 26 | details. |
27 | 27 | ||
28 | If you're involved in UML kernel development and want to use gcov, | 28 | If you're involved in UML kernel development and want to use gcov, |
diff --git a/arch/um/Kconfig.net b/arch/um/Kconfig.net index 66e50026ade9..9e9a4aaa703d 100644 --- a/arch/um/Kconfig.net +++ b/arch/um/Kconfig.net | |||
@@ -14,7 +14,7 @@ config UML_NET | |||
14 | 14 | ||
15 | For more information, including explanations of the networking and | 15 | For more information, including explanations of the networking and |
16 | sample configurations, see | 16 | sample configurations, see |
17 | <http://user-mode-linux.sourceforge.net/networking.html>. | 17 | <http://user-mode-linux.sourceforge.net/old/networking.html>. |
18 | 18 | ||
19 | If you'd like to be able to enable networking in the User-Mode | 19 | If you'd like to be able to enable networking in the User-Mode |
20 | linux environment, say Y; otherwise say N. Note that you must | 20 | linux environment, say Y; otherwise say N. Note that you must |
@@ -38,7 +38,7 @@ config UML_NET_ETHERTAP | |||
38 | CONFIG_NETLINK_DEV configured as Y or M. | 38 | CONFIG_NETLINK_DEV configured as Y or M. |
39 | 39 | ||
40 | For more information, see | 40 | For more information, see |
41 | <http://user-mode-linux.sourceforge.net/networking.html> That site | 41 | <http://user-mode-linux.sourceforge.net/old/networking.html> That site |
42 | has examples of the UML command line to use to enable Ethertap | 42 | has examples of the UML command line to use to enable Ethertap |
43 | networking. | 43 | networking. |
44 | 44 | ||
@@ -72,7 +72,7 @@ config UML_NET_SLIP | |||
72 | To use this, your host must support slip devices. | 72 | To use this, your host must support slip devices. |
73 | 73 | ||
74 | For more information, see | 74 | For more information, see |
75 | <http://user-mode-linux.sourceforge.net/networking.html>. That site | 75 | <http://user-mode-linux.sourceforge.net/old/networking.html>. |
76 | has examples of the UML command line to use to enable slip | 76 | has examples of the UML command line to use to enable slip |
77 | networking, and details of a few quirks with it. | 77 | networking, and details of a few quirks with it. |
78 | 78 | ||
@@ -96,7 +96,7 @@ config UML_NET_DAEMON | |||
96 | networking daemon on the host. | 96 | networking daemon on the host. |
97 | 97 | ||
98 | For more information, see | 98 | For more information, see |
99 | <http://user-mode-linux.sourceforge.net/networking.html> That site | 99 | <http://user-mode-linux.sourceforge.net/old/networking.html> That site |
100 | has examples of the UML command line to use to enable Daemon | 100 | has examples of the UML command line to use to enable Daemon |
101 | networking. | 101 | networking. |
102 | 102 | ||
@@ -144,7 +144,7 @@ config UML_NET_MCAST | |||
144 | To use this, your host kernel(s) must support IP Multicasting. | 144 | To use this, your host kernel(s) must support IP Multicasting. |
145 | 145 | ||
146 | For more information, see | 146 | For more information, see |
147 | <http://user-mode-linux.sourceforge.net/networking.html> That site | 147 | <http://user-mode-linux.sourceforge.net/old/networking.html> That site |
148 | has examples of the UML command line to use to enable Multicast | 148 | has examples of the UML command line to use to enable Multicast |
149 | networking, and notes about the security of this approach. | 149 | networking, and notes about the security of this approach. |
150 | 150 | ||
@@ -165,7 +165,7 @@ config UML_NET_PCAP | |||
165 | installed in order to build the pcap transport into UML. | 165 | installed in order to build the pcap transport into UML. |
166 | 166 | ||
167 | For more information, see | 167 | For more information, see |
168 | <http://user-mode-linux.sourceforge.net/networking.html> That site | 168 | <http://user-mode-linux.sourceforge.net/old/networking.html> That site |
169 | has examples of the UML command line to use to enable this option. | 169 | has examples of the UML command line to use to enable this option. |
170 | 170 | ||
171 | If you intend to use UML as a network monitor for the host, say | 171 | If you intend to use UML as a network monitor for the host, say |
diff --git a/arch/um/include/chan_user.h b/arch/um/include/chan_user.h index 5a2263e05bb2..9b9ced85b703 100644 --- a/arch/um/include/chan_user.h +++ b/arch/um/include/chan_user.h | |||
@@ -48,7 +48,7 @@ extern void register_winch_irq(int fd, int tty_fd, int pid, | |||
48 | #define __channel_help(fn, prefix) \ | 48 | #define __channel_help(fn, prefix) \ |
49 | __uml_help(fn, prefix "[0-9]*=<channel description>\n" \ | 49 | __uml_help(fn, prefix "[0-9]*=<channel description>\n" \ |
50 | " Attach a console or serial line to a host channel. See\n" \ | 50 | " Attach a console or serial line to a host channel. See\n" \ |
51 | " http://user-mode-linux.sourceforge.net/input.html for a complete\n" \ | 51 | " http://user-mode-linux.sourceforge.net/old/input.html for a complete\n" \ |
52 | " description of this switch.\n\n" \ | 52 | " description of this switch.\n\n" \ |
53 | ); | 53 | ); |
54 | 54 | ||