From a818acd22a940b7ad11835235b8108724dfa5aa8 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sat, 23 Feb 2002 15:36:45 +0000 Subject: [PATCH] small corrections git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70795 c90b9560-bf6c-de11-be94-00142212c4b1 --- faq/misc.xml | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/faq/misc.xml b/faq/misc.xml index ca26067743..096840a780 100755 --- a/faq/misc.xml +++ b/faq/misc.xml @@ -1,5 +1,5 @@ - + Miscellaneous Questions Miscellaneous Questions @@ -41,23 +41,26 @@ If you don't have an archiver-tool to handle bz2 files - download the commandline tool from Redhat. - Win2k Sp2 users grab the latest version 1.0.2, all other Windows user should - grab version 1.00. After downloading rename the executable to bzip2.exe. - For convenience put it into a directory in your path, e.g. x:\windows where x - represents your windows installation drive. + download the commandline tool + from Redhat. Win2k Sp2 users grab the latest version 1.0.2, all + other Windows user should grab version 1.00. After downloading rename + the executable to bzip2.exe. For convenience put it into a directory in + your path, e.g. C:\Windows where C represents your windows installation + drive. - To uncompress the php_manual_x.bz2 follow these simple instructions: + Note: lang stands for your language and x for the desired format, e.g.: pdf. + To uncompress the php_manual_lang.x.bz2 follow these simple instructions: 1. open a command prompt window. - 2. cd to the folder where you stored the downloaded php_manual_x.bz2. - 3. Invoking bzip2 -d php_manual_*.bz will extract php_manual_x in the same folder - Thats it. + 2. cd to the folder where you stored the downloaded php_manual_lang.x.bz2. + 3. Invoking bzip2 -d php_manual_lang.x.bz2 will extract php_manual_lang.x + in the same folder. Thats it. - In case you downloaded the *.tar.bz2 many html-files the procedure is the same. - The only difference is that you got a file php_manual_*.tar. The tar format is known - to be treated with most common archivers on Windows like e.g. Winzip. + In case you downloaded the php_manual_lang.tar.bz2 many html-files + the procedure is the same. The only difference is that you got a file + php_manual_lang.tar. The tar format is known to be treated with most + common archivers on Windows like e.g. Winzip.