From 2d19e5ed949518a1b72f4f9c259de59cb160e00b Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sat, 2 Sep 2006 17:50:53 +0300 Subject: [PATCH] Change elinks.or.cz to elinks.cz and one i.e. to e.g. in option docs. Some other instances of elinks.or.cz still remain in the tree. --- src/config/options.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/options.inc b/src/config/options.inc index 9b34d4f77..b3b95474c 100644 --- a/src/config/options.inc +++ b/src/config/options.inc @@ -103,7 +103,7 @@ static struct option_info config_options_info[] = { "at all unless you are sure what are you doing.\n" "Note that you can also force a given protocol\n" "to be used on a per-connection basis by using an URL\n" - "in the style of e.g. http4://elinks.or.cz/.")), + "in the style of e.g. http4://elinks.cz/.")), #else INIT_OPT_BOOL("connection", N_("Try IPv4 when connecting"), "try_ipv4", 0, 1, @@ -111,7 +111,7 @@ static struct option_info config_options_info[] = { "Do not touch this option.\n" "Note that you can also force a given protocol\n" "to be used on a per-connection basis by using an URL\n" - "in the style of e.g. http4://elinks.or.cz/.")), + "in the style of e.g. http4://elinks.cz/.")), #endif #ifdef CONFIG_IPV6 @@ -120,7 +120,7 @@ static struct option_info config_options_info[] = { N_("Whether to try to connect to a host over IPv6.\n" "Note that you can also force a given protocol\n" "to be used on a per-connection basis by using an URL\n" - "in the style of i.e. http6://elinks.or.cz/.")), + "in the style of e.g. http6://elinks.cz/.")), #endif INIT_OPT_INT("connection", N_("Timeout for non-restartable connections"),