From 8cebf004d30fe1d16d66153d01a6d8f43138b382 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Mon, 11 Aug 2008 20:14:07 +0000 Subject: [PATCH] Clarified the text in the Python instructions about requiring the HTML documentation git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7549 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/python.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/general/prog/python.xml b/general/prog/python.xml index c4cf02edbf..39f5878b92 100644 --- a/general/prog/python.xml +++ b/general/prog/python.xml @@ -118,10 +118,11 @@ make preformatted documentation from . - In order to use the help ('module_name') feature - of the python interpreter, you must download (or create) - the optional HTML documentation and install it. If you downloaded the HTML - docs, issue the following commands as the + In order to use the help ('name_string') feature + of the python interpreter with some statements and + keywords, you must download (or create) the optional HTML documentation + and install it. If you downloaded the HTML docs, issue the following + commands as the root user: install -v -m755 -d /usr/share/doc/Python-&Python-version;/html &&