docs/ct-ng.1.in
changeset 203 73b023845581
parent 182 223c84ec2d90
child 227 15f44768d3f7
     1.1 --- a/docs/ct-ng.1.in	Sun Jul 01 19:04:20 2007 +0000
     1.2 +++ b/docs/ct-ng.1.in	Wed Jul 04 17:37:48 2007 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4 -." crosstool-ng man page
     1.5 +." crosstool-NG man page
     1.6  ." Copyright 2007 Yann E. MORIN
     1.7  ." Licensed under the Creative Commons BY-SA, v2.5
     1.8  ."
     1.9  ." Beautifying URLs
    1.10  .mso www.tmac
    1.11  ."
    1.12 -.TH ct-ng 1 "@@CT_DATE@@" "version @@CT_VERSION@@" "User Commands"
    1.13 +.TH crosstool-NG 1 "@@CT_DATE@@" "version @@CT_VERSION@@" "User Commands"
    1.14  ."
    1.15  ."
    1.16  .SH NAME
    1.17 -ct-ng, crosstool-ng \- Build cross-toolchains
    1.18 +ct-ng, crosstool-NG \- Build cross-toolchains
    1.19  ."
    1.20  ."
    1.21  .SH SYNOPSIS
    1.22 @@ -19,7 +19,7 @@
    1.23  .SH DESCRIPTION
    1.24  Building a cross-toolchain can be a real pain.
    1.25  .PP
    1.26 -.B ct-ng
    1.27 +.B crosstool-NG
    1.28  makes it easy to build cross-toolchains, and allows you to take all the juice
    1.29  out of your target by configuring the differents components of the toolchain
    1.30  accordingly to the targeted processor.
    1.31 @@ -35,7 +35,7 @@
    1.32  .TP
    1.33  .B menuconfig
    1.34  Configures
    1.35 -.B ct-ng
    1.36 +.B crosstool-NG
    1.37  using a configurator menu very similar to that of the Linux kernel.
    1.38  ."
    1.39  .TP
    1.40 @@ -47,7 +47,7 @@
    1.41  .TP
    1.42  .B saveconfig
    1.43  Save the current
    1.44 -.B ct-ng
    1.45 +.B crosstool-NG
    1.46  configuration, and associated components' config files, into a sample. Samples
    1.47  are saved in their own sub-directory, named after the target's triplet, in the
    1.48  .I samples
    1.49 @@ -61,11 +61,7 @@
    1.50  ."
    1.51  .TP
    1.52  .B build
    1.53 -Builds the configured toolchain. If
    1.54 -.B ct-ng
    1.55 -is called without action, then
    1.56 -.B build
    1.57 -is impiled.
    1.58 +Builds the configured toolchain.
    1.59  ."
    1.60  .TP
    1.61  .B liststeps
    1.62 @@ -76,7 +72,7 @@
    1.63  .TP
    1.64  .B clean
    1.65  Remove files generated by
    1.66 -.B ct-ng
    1.67 +.B crosstool-NG
    1.68  for itself (these are mostly the configurators' binaries).
    1.69  ."
    1.70  .TP
    1.71 @@ -91,7 +87,7 @@
    1.72  .TP
    1.73  .B regtest
    1.74  Calls the
    1.75 -.B ct-ng
    1.76 +.B crosstool-NG
    1.77  regression test suite. All samples are build, and the regression test suite is
    1.78  run against every one of them.
    1.79  ."
    1.80 @@ -102,12 +98,12 @@
    1.81  and
    1.82  .I config.sub
    1.83  scripts. These scripts are used by
    1.84 -.B ct-ng
    1.85 +.B crosstool-NG
    1.86  to canonicalise the machines' name (host, build and target machines).
    1.87  .TP
    1.88  .B tarball
    1.89  Builds a tarball of the generated toolchain, also saving the scripts from
    1.90 -.B ct-ng
    1.91 +.B crosstool-NG
    1.92  that are needed to rebuild the target, and also saving the tarballs of the
    1.93  componnents that were used.
    1.94  ."
    1.95 @@ -132,27 +128,27 @@
    1.96  .SH BUGS
    1.97  As of today (@@CT_DATE@@), building tarballs is broken. It is difficult to
    1.98  foresee how every parts of
    1.99 -.B ct-ng
   1.100 +.B crosstool-NG
   1.101  are going to be installed. Each parts is needed to build a tarball, as it
   1.102  contains all that is needed to rebuild the toolchain from scratch: toolchain
   1.103  components' sources,
   1.104 -.B ct-ng
   1.105 +.B crosstool-NG
   1.106  configuration, but also all
   1.107 -.B ct-ng
   1.108 +.B crosstool-NG
   1.109  scripts.
   1.110  ."
   1.111  .SH SECURITY
   1.112  .B Don't run as root!
   1.113  Great care has been taken to avoid mistakes, but bug-free programs don't
   1.114  exist. During normal operation,
   1.115 -.B ct-ng
   1.116 +.B crosstool-NG
   1.117  removes entire directories. If you run as root, and there is a bug or you
   1.118  mis-configured
   1.119 -.BR ct-ng ,
   1.120 +.BR crosstool-NG ,
   1.121  entire important directories could be removed (eg.
   1.122  .IR /usr ),
   1.123  although
   1.124 -.B ct-ng
   1.125 +.B crosstool-NG
   1.126  will refuse to install in some well known critical directories.
   1.127  ."
   1.128  .SH AUTHORS