Dan Nicholson wrote:
On 1/5/06, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote:

The third change accounts for programs that Man-DB should be able to find at 
runtime, but that haven't been installed yet:

cat >>include/manconfig.h.in <<"EOF"
#define WEB_BROWSER "exec /usr/bin/lynx"
#define COL "/usr/bin/col"
#define VGRIND "/usr/bin/vgrind"
#define GRAP "/usr/bin/grap"
EOF

The col program is a part of the Util-linux package

I like this except maybe for hardcoding lynx (I use links).

1) man -Hlinks cp

2) I can change that to: #define WEB_BROWSER "exec /usr/bin/web-browser" and ask readers to make a symlink according to their preference. Is this acceptable?

3) links doesn't support UTF-8. So if you are using the en_US locale, everything is fine. But in en_US.UTF-8, you will have to change your preference.

--
Alexander E. Patrakov
Don't mail to [EMAIL PROTECTED]: the server is off until 2006-01-11
Use my GMail or linuxfromscratch address instead
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to