diff --git a/networking/textweb/lynx.xml b/networking/textweb/lynx.xml
index 59e0e3aaca..7638967e2c 100644
--- a/networking/textweb/lynx.xml
+++ b/networking/textweb/lynx.xml
@@ -193,9 +193,10 @@ chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_docThe proper way to get the display character set is to examine the
current locale. However, Lynx does not do
- this by default. Change this setting:
+ this by default. As the root
+ user, change this setting:
-sed -i 's/#\(LOCALE_CHARSET\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg
+sed -i 's/#\(LOCALE_CHARSET\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg
The built-in editor in Lynx
. This issue manifests
@@ -204,8 +205,9 @@ chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_docLynx to
use an external editor (bound to the Ctrl+X e
key
- combination by default):
-sed -i 's/#\(DEFAULT_EDITOR\):/\1:vi/' /etc/lynx/lynx.cfg
+ combination by default). Still as the
+ root user:
+sed -i 's/#\(DEFAULT_EDITOR\):/\1:vi/' /etc/lynx/lynx.cfg
Lynx handles the following values of
the DEFAULT_EDITOR option specially by adding cursor-positioning
@@ -217,8 +219,10 @@ chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc, set this option to vi
).
By default, Lynx doesn't save cookies
- between sessions. Change this setting:
-sed -i 's/#\(PERSISTENT_COOKIES\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg
+ between sessions. Again as the
+ root user, change this
+ setting:
+sed -i 's/#\(PERSISTENT_COOKIES\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg
Many other system-wide settings such as proxies can also be set
in the /etc/lynx/lynx.cfg file.