diff -r 223c84ec2d90 -r 73b023845581 docs/ct-ng.1.in --- a/docs/ct-ng.1.in Sun Jul 01 19:04:20 2007 +0000 +++ b/docs/ct-ng.1.in Wed Jul 04 17:37:48 2007 +0000 @@ -1,15 +1,15 @@ -." crosstool-ng man page +." crosstool-NG man page ." Copyright 2007 Yann E. MORIN ." Licensed under the Creative Commons BY-SA, v2.5 ." ." Beautifying URLs .mso www.tmac ." -.TH ct-ng 1 "@@CT_DATE@@" "version @@CT_VERSION@@" "User Commands" +.TH crosstool-NG 1 "@@CT_DATE@@" "version @@CT_VERSION@@" "User Commands" ." ." .SH NAME -ct-ng, crosstool-ng \- Build cross-toolchains +ct-ng, crosstool-NG \- Build cross-toolchains ." ." .SH SYNOPSIS @@ -19,7 +19,7 @@ .SH DESCRIPTION Building a cross-toolchain can be a real pain. .PP -.B ct-ng +.B crosstool-NG makes it easy to build cross-toolchains, and allows you to take all the juice out of your target by configuring the differents components of the toolchain accordingly to the targeted processor. @@ -35,7 +35,7 @@ .TP .B menuconfig Configures -.B ct-ng +.B crosstool-NG using a configurator menu very similar to that of the Linux kernel. ." .TP @@ -47,7 +47,7 @@ .TP .B saveconfig Save the current -.B ct-ng +.B crosstool-NG configuration, and associated components' config files, into a sample. Samples are saved in their own sub-directory, named after the target's triplet, in the .I samples @@ -61,11 +61,7 @@ ." .TP .B build -Builds the configured toolchain. If -.B ct-ng -is called without action, then -.B build -is impiled. +Builds the configured toolchain. ." .TP .B liststeps @@ -76,7 +72,7 @@ .TP .B clean Remove files generated by -.B ct-ng +.B crosstool-NG for itself (these are mostly the configurators' binaries). ." .TP @@ -91,7 +87,7 @@ .TP .B regtest Calls the -.B ct-ng +.B crosstool-NG regression test suite. All samples are build, and the regression test suite is run against every one of them. ." @@ -102,12 +98,12 @@ and .I config.sub scripts. These scripts are used by -.B ct-ng +.B crosstool-NG to canonicalise the machines' name (host, build and target machines). .TP .B tarball Builds a tarball of the generated toolchain, also saving the scripts from -.B ct-ng +.B crosstool-NG that are needed to rebuild the target, and also saving the tarballs of the componnents that were used. ." @@ -132,27 +128,27 @@ .SH BUGS As of today (@@CT_DATE@@), building tarballs is broken. It is difficult to foresee how every parts of -.B ct-ng +.B crosstool-NG are going to be installed. Each parts is needed to build a tarball, as it contains all that is needed to rebuild the toolchain from scratch: toolchain components' sources, -.B ct-ng +.B crosstool-NG configuration, but also all -.B ct-ng +.B crosstool-NG scripts. ." .SH SECURITY .B Don't run as root! Great care has been taken to avoid mistakes, but bug-free programs don't exist. During normal operation, -.B ct-ng +.B crosstool-NG removes entire directories. If you run as root, and there is a bug or you mis-configured -.BR ct-ng , +.BR crosstool-NG , entire important directories could be removed (eg. .IR /usr ), although -.B ct-ng +.B crosstool-NG will refuse to install in some well known critical directories. ." .SH AUTHORS