diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-07-17 08:25:43 +0200 |
---|---|---|
committer | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-07-17 08:25:43 +0200 |
commit | 2aa92300fd5630d60f181103fe2e7727487a4dbc (patch) | |
tree | 0df75513364b6742f35234285dbf0544cd2c828f /docs | |
parent | 6c2c252dc899aa0bfea48ed25bfec8a9b9db5323 (diff) | |
download | crosstool-ng-2aa92300fd5630d60f181103fe2e7727487a4dbc.tar.gz crosstool-ng-2aa92300fd5630d60f181103fe2e7727487a4dbc.tar.bz2 crosstool-ng-2aa92300fd5630d60f181103fe2e7727487a4dbc.zip |
docs/help: rename defconfig/olddefconfig into
After commit 15f57d843296e244487ac0845a73247f9d6749b8, the defconfig target
has been renamed into savedefconfig, and olddefconfig into defconfig. However,
the help text and man page was not updated.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
[yann.morin.1998@free.fr: rename CONFIG -> DEFCONFIG]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <0c1dff89c9ee1672693f.1374042343@BEANTN0L019720>
Patchwork-Id: 259601
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ct-ng.1.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in index 7526ccf4..88388e1a 100644 --- a/docs/ct-ng.1.in +++ b/docs/ct-ng.1.in @@ -60,7 +60,7 @@ Samples can be later recalled by calling with the target tuple they represent. ." .TP -.B defconfig +.B savedefconfig Save the current configuration to a mini-defconfig file, that contains only the strictly required symbols to reproduce the configuration. defconfig files are much smaller than a complete .config, so it is easy to send by mail. As @@ -87,11 +87,11 @@ saved. Use for that ." .TP -.B olddefconfig +.B defconfig Configure .B crosstool-NG using a mini-defconfig file (previously saved with -.B defconfig +.B savedefconfig or manually edited). The default mini-defconfig is read from the file .IR defconfig , unless the variable |