public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1 of 2] docs: fix typos in manpage
  2013-07-17  6:26 [PATCH 0 of 2] Small documentation improvements Thomas De Schampheleire
  2013-07-17  6:26 ` [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig Thomas De Schampheleire
@ 2013-07-17  6:26 ` Thomas De Schampheleire
  2013-07-24 17:02   ` Yann E. MORIN
  2013-07-24  9:46 ` [PATCH 0 of 2] Small documentation improvements patrickdepinguin
  2 siblings, 1 reply; 8+ messages in thread
From: Thomas De Schampheleire @ 2013-07-17  6:26 UTC (permalink / raw)
  To: crossgcc, yann.morin.1998

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 docs/ct-ng.1.in |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in
--- a/docs/ct-ng.1.in
+++ b/docs/ct-ng.1.in
@@ -22,7 +22,7 @@ Building a cross-toolchain can be a real
 .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 different components of the toolchain
-accordingly to the targeted processor.
+according to the targeted processor.
 ."
 ."
 .SH ACTIONS
@@ -62,10 +62,10 @@ with the target tuple they represent.
 .TP
 .B defconfig
 Save the current configuration to a mini-defconfig file, that contains only
-the strictly required symbols to reproduce the configuraiton. defconfig files
+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
 only non-default symbols are present in a defconfig, it easy to spot the
-meaningfull values. Also, it is easy to use defconfig files with newer
+meaningful values. Also, it is easy to use defconfig files with newer
 versions of
 .BR crosstool-NG .
 By default the mini-defconfig is saved to a file named
@@ -92,11 +92,11 @@ Configure
 .B crosstool-NG
 using a mini-defconfig file (previously saved with
 .B defconfig
-or manually edited). The default mini-defconfig is rad from the file
+or manually edited). The default mini-defconfig is read from the file
 .IR defconfig ,
-unless the vraiable
+unless the variable
 .B $DEFCONFIG
-is set, inwhich case the mini-defconfig will be read from the file referenced
+is set, in which case the mini-defconfig will be read from the file referenced
 by
 .B $DEFCONFIG
 ."
@@ -162,9 +162,9 @@ to have the meaning of the exit values.
 ."
 .SH BUGS
 As of today (@@CT_DATE@@), building tarballs is broken. It is difficult to
-foresee how every parts of
+foresee how all parts of
 .B crosstool-NG
-are going to be installed. Each parts is needed to build a tarball, as it
+are going to be installed. Each part is needed to build a tarball, as it
 contains all that is needed to rebuild the toolchain from scratch: toolchain
 components' sources,
 .B crosstool-NG

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig
  2013-07-17  6:26 [PATCH 0 of 2] Small documentation improvements Thomas De Schampheleire
@ 2013-07-17  6:26 ` Thomas De Schampheleire
  2013-07-24 17:02   ` docs/help: rename defconfig/olddefconfig into Yann E. MORIN
  2013-07-24 17:03   ` [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig Yann E. MORIN
  2013-07-17  6:26 ` [PATCH 1 of 2] docs: fix typos in manpage Thomas De Schampheleire
  2013-07-24  9:46 ` [PATCH 0 of 2] Small documentation improvements patrickdepinguin
  2 siblings, 2 replies; 8+ messages in thread
From: Thomas De Schampheleire @ 2013-07-17  6:26 UTC (permalink / raw)
  To: crossgcc, yann.morin.1998

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>

---
 docs/ct-ng.1.in    |  14 +++++++-------
 kconfig/kconfig.mk |   4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in
--- 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
@@ -71,10 +71,10 @@ versions of
 By default the mini-defconfig is saved to a file named
 .IR defconfig ,
 unless the variable
-.B $DEFCONFIG
+.B $CONFIG
 is set, in which case the mini-defconfig will be saved to the file referenced
 by
-.BR $DEFCONFIG .
+.BR $CONFIG .
 
 Note: only the
 .I .config
@@ -87,18 +87,18 @@ 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
-.B $DEFCONFIG
+.B $CONFIG
 is set, in which case the mini-defconfig will be read from the file referenced
 by
-.B $DEFCONFIG
+.B $CONFIG
 ."
 .TP
 .B build
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk
--- a/kconfig/kconfig.mk
+++ b/kconfig/kconfig.mk
@@ -58,6 +58,6 @@ help-config::
 	@echo  '  oldconfig          - Update current config using a provided .config as base'
 	@echo  '  extractconfig      - Extract to stdout the configuration items from a'
 	@echo  '                       build.log file piped to stdin'
-	@echo  '  defconfig          - Save current config as a mini-defconfig to $${CONFIG}'
-	@echo  '  olddefconfig       - Update config from a mini-defconfig $${CONFIG}'
+	@echo  '  savedefconfig      - Save current config as a mini-defconfig to $${CONFIG}'
+	@echo  '  defconfig          - Update config from a mini-defconfig $${CONFIG}'
 	@echo  '                       (default: $${CONFIG}=./defconfig)'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 0 of 2] Small documentation improvements
@ 2013-07-17  6:26 Thomas De Schampheleire
  2013-07-17  6:26 ` [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig Thomas De Schampheleire
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Thomas De Schampheleire @ 2013-07-17  6:26 UTC (permalink / raw)
  To: crossgcc, yann.morin.1998

The documentation did no longer correctly describe the defconfig-related
targets. While I was at it, I fixed some typos too.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 docs/ct-ng.1.in    |  30 +++++++++++++++---------------
 kconfig/kconfig.mk |   4 ++--
 2 files changed, 17 insertions(+), 17 deletions(-)


--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0 of 2] Small documentation improvements
  2013-07-17  6:26 [PATCH 0 of 2] Small documentation improvements Thomas De Schampheleire
  2013-07-17  6:26 ` [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig Thomas De Schampheleire
  2013-07-17  6:26 ` [PATCH 1 of 2] docs: fix typos in manpage Thomas De Schampheleire
@ 2013-07-24  9:46 ` patrickdepinguin
  2 siblings, 0 replies; 8+ messages in thread
From: patrickdepinguin @ 2013-07-24  9:46 UTC (permalink / raw)
  To: crossgcc maillist, Yann E. MORIN

On Wed, Jul 17, 2013 at 8:25 AM, Thomas De Schampheleire
<patrickdepinguin@gmail.com> wrote:
> The documentation did no longer correctly describe the defconfig-related
> targets. While I was at it, I fixed some typos too.
>
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
>
> ---
>  docs/ct-ng.1.in    |  30 +++++++++++++++---------------
>  kconfig/kconfig.mk |   4 ++--
>  2 files changed, 17 insertions(+), 17 deletions(-)
>

Ping?

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 8+ messages in thread

* docs: fix typos in manpage
  2013-07-17  6:26 ` [PATCH 1 of 2] docs: fix typos in manpage Thomas De Schampheleire
@ 2013-07-24 17:02   ` Yann E. MORIN
  0 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2013-07-24 17:02 UTC (permalink / raw)
  To: Thomas De Schampheleire, Thomas De Schampheleire; +Cc: crossgcc

Thomas, All,

Your patch:
    docs: fix typos in manpage

has been applied as: #4e9c41579ebd
    http://crosstool-ng.org/hg/crosstool-ng/rev/4e9c41579ebd

Thank you!

Regards,
Yann E. MORIN.



--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 8+ messages in thread

* docs/help: rename defconfig/olddefconfig into
  2013-07-17  6:26 ` [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig Thomas De Schampheleire
@ 2013-07-24 17:02   ` Yann E. MORIN
  2013-07-24 17:03   ` [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig Yann E. MORIN
  1 sibling, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2013-07-24 17:02 UTC (permalink / raw)
  To: Thomas De Schampheleire, Yann E. MORIN, Thomas De Schampheleire; +Cc: crossgcc

Thomas, All,

Your patch:
    docs/help: rename defconfig/olddefconfig into

has been applied as: #dcdc595a23c8
    http://crosstool-ng.org/hg/crosstool-ng/rev/dcdc595a23c8

Thank you!

Regards,
Yann E. MORIN.



--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig
  2013-07-17  6:26 ` [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig Thomas De Schampheleire
  2013-07-24 17:02   ` docs/help: rename defconfig/olddefconfig into Yann E. MORIN
@ 2013-07-24 17:03   ` Yann E. MORIN
  2013-07-24 17:12     ` patrickdepinguin
  1 sibling, 1 reply; 8+ messages in thread
From: Yann E. MORIN @ 2013-07-24 17:03 UTC (permalink / raw)
  To: Thomas De Schampheleire; +Cc: crossgcc

Thomas, All,

On 2013-07-17 08:25 +0200, Thomas De Schampheleire spake thusly:
> 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.

In fact, I renamed the variable from 'CONFIG' to 'DEFCONFIG', it makes
more sense.

Thank you!

Regards,
Yann E. MORIN.

> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
> 
> ---
>  docs/ct-ng.1.in    |  14 +++++++-------
>  kconfig/kconfig.mk |   4 ++--
>  2 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in
> --- 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
> @@ -71,10 +71,10 @@ versions of
>  By default the mini-defconfig is saved to a file named
>  .IR defconfig ,
>  unless the variable
> -.B $DEFCONFIG
> +.B $CONFIG
>  is set, in which case the mini-defconfig will be saved to the file referenced
>  by
> -.BR $DEFCONFIG .
> +.BR $CONFIG .
>  
>  Note: only the
>  .I .config
> @@ -87,18 +87,18 @@ 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
> -.B $DEFCONFIG
> +.B $CONFIG
>  is set, in which case the mini-defconfig will be read from the file referenced
>  by
> -.B $DEFCONFIG
> +.B $CONFIG
>  ."
>  .TP
>  .B build
> diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk
> --- a/kconfig/kconfig.mk
> +++ b/kconfig/kconfig.mk
> @@ -58,6 +58,6 @@ help-config::
>  	@echo  '  oldconfig          - Update current config using a provided .config as base'
>  	@echo  '  extractconfig      - Extract to stdout the configuration items from a'
>  	@echo  '                       build.log file piped to stdin'
> -	@echo  '  defconfig          - Save current config as a mini-defconfig to $${CONFIG}'
> -	@echo  '  olddefconfig       - Update config from a mini-defconfig $${CONFIG}'
> +	@echo  '  savedefconfig      - Save current config as a mini-defconfig to $${CONFIG}'
> +	@echo  '  defconfig          - Update config from a mini-defconfig $${CONFIG}'
>  	@echo  '                       (default: $${CONFIG}=./defconfig)'

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig
  2013-07-24 17:03   ` [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig Yann E. MORIN
@ 2013-07-24 17:12     ` patrickdepinguin
  0 siblings, 0 replies; 8+ messages in thread
From: patrickdepinguin @ 2013-07-24 17:12 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc maillist

On Wed, Jul 24, 2013 at 7:03 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Thomas, All,
>
> On 2013-07-17 08:25 +0200, Thomas De Schampheleire spake thusly:
>> 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.
>
> In fact, I renamed the variable from 'CONFIG' to 'DEFCONFIG', it makes
> more sense.
>

Ok, even better.

Thanks!
Thomas

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-07-24 17:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-17  6:26 [PATCH 0 of 2] Small documentation improvements Thomas De Schampheleire
2013-07-17  6:26 ` [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig Thomas De Schampheleire
2013-07-24 17:02   ` docs/help: rename defconfig/olddefconfig into Yann E. MORIN
2013-07-24 17:03   ` [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig Yann E. MORIN
2013-07-24 17:12     ` patrickdepinguin
2013-07-17  6:26 ` [PATCH 1 of 2] docs: fix typos in manpage Thomas De Schampheleire
2013-07-24 17:02   ` Yann E. MORIN
2013-07-24  9:46 ` [PATCH 0 of 2] Small documentation improvements patrickdepinguin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).