From: Carlos Santos unixmania@gmail.com
Fix several spelling erros found while reading the documentation.
Carlos Santos (8): docs: fix spelling in "adding boards" section docs: fix spelling in "daily usage" section docs: fix overwrite vs. override confusions docs: fix spelling in "package reference" section docs: fix mksh documentation URL Fix "program" spelling package template: fix overwrite vs. override confusion docs: fix overwrite vs. override confusion in php-fpm.conf
docs/adding-boards.txt | 2 +- docs/adding-packages-auto.txt | 2 +- docs/adding-packages-manual.txt | 2 +- docs/common-usage.txt | 2 +- docs/package-reference.txt | 12 ++++++------ docs/running-openadk.txt | 2 +- package/.template/Makefile | 2 +- package/gdb-arc/Makefile | 2 +- package/gdb-microblaze/Makefile | 2 +- package/gdb/Makefile | 2 +- package/gdbserver/Makefile | 2 +- package/php/files/php-fpm.conf | 4 ++-- scripts/prereq.sh | 2 +- 13 files changed, 19 insertions(+), 19 deletions(-)
From: Carlos Santos unixmania@gmail.com
"you should depends" -> "you should depend"
Signed-off-by: Carlos Santos unixmania@gmail.com --- docs/adding-boards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/adding-boards.txt b/docs/adding-boards.txt index df102a5e6..5f50df702 100644 --- a/docs/adding-boards.txt +++ b/docs/adding-boards.txt @@ -44,7 +44,7 @@ in OpenADK, you need to port it first. The hardware capabilities are optional. (f.e. ADK_TARGET_WITH_SD), but required when you configure the driver configuration later.
-For architectures with a choice for endianess you should depends on either +For architectures with a choice for endianess you should depend on either ADK_TARGET_LITTLE_ENDIAN or ADK_TARGET_BIG_ENDIAN.
If the CPU type like in this example ADK_TARGET_CPU_ARM_CORTEX_A7 is not yet available
From: Carlos Santos unixmania@gmail.com
"automatically rebuilt packages" -> "automatically rebuilds packages"
Signed-off-by: Carlos Santos unixmania@gmail.com --- docs/common-usage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/common-usage.txt b/docs/common-usage.txt index b2f29f6cc..25cc22454 100644 --- a/docs/common-usage.txt +++ b/docs/common-usage.txt @@ -9,7 +9,7 @@ Understanding when a full rebuild is necessary
OpenADK tries to detect what part of the system should be rebuilt when the system configuration is changed through +make menuconfig+. In some cases it -automatically rebuilt packages, but sometimes just a warning is printed to the +automatically rebuilds packages, but sometimes just a warning is printed to the terminal, that a rebuild is necessary to make the changes an effect. If strange things are happening, the autodetection might have not worked correctly, then you should consider to rebuild everything. If you are following development you
From: Carlos Santos unixmania@gmail.com
overwrite: "to write on or over; cover with writing" [1] override: "to take precedence over; preempt or supersede" [2]
1. https://www.dictionary.com/browse/overwrite 2. https://www.dictionary.com/browse/override
Signed-off-by: Carlos Santos unixmania@gmail.com --- docs/adding-packages-auto.txt | 2 +- docs/adding-packages-manual.txt | 2 +- docs/package-reference.txt | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/adding-packages-auto.txt b/docs/adding-packages-auto.txt index b84ce0a9f..4bfb2e439 100644 --- a/docs/adding-packages-auto.txt +++ b/docs/adding-packages-auto.txt @@ -49,7 +49,7 @@ package buildtime dependencies (+PKG_BUILDDEP+), the package runtime dependencies (+PKG_DEPENDS+), the package homepage (+PKG_URL+) and finally the internet locations at which the tarball can be downloaded from (+PKG_SITES+). Normally ${PKG_NAME}-${PKG_VERSION}.tar.gz will be downloaded. You can -overwrite the default via the +DISTFILES+ variable. You can add more then one +override the default via the +DISTFILES+ variable. You can add more then one archive name in +DISTFILES+ via space separated. If you have no source archive at all, just use the boolean variable +NO_DISTFILES+ and set it to 1.
diff --git a/docs/adding-packages-manual.txt b/docs/adding-packages-manual.txt index 862662987..768d3cdb6 100644 --- a/docs/adding-packages-manual.txt +++ b/docs/adding-packages-manual.txt @@ -60,7 +60,7 @@ package buildtime dependencies (+PKG_BUILDDEP+), the package runtime dependencies (+PKG_DEPENDS+), the package homepage (+PKG_URL+) and finally the internet locations at which the tarball can be downloaded from (+PKG_SITES+). Normally ${PKG_NAME}-${PKG_VERSION}.tar.gz will be downloaded. You can -overwrite the default via the +DISTFILES+ variable. You can add more then one +override the default via the +DISTFILES+ variable. You can add more then one archive name in +DISTFILES+ via space separated. If you have no source archive at all, just use the boolean variable +NO_DISTFILES+ and set it to 1.
diff --git a/docs/package-reference.txt b/docs/package-reference.txt index a57fbd033..0bd8d9ae3 100644 --- a/docs/package-reference.txt +++ b/docs/package-reference.txt @@ -112,15 +112,15 @@ different steps of the configure, build and install process.
* +INSTALL_STYLE+ either manual or auto
-* +CONFIGURE_PROG+ overwrite default configure programm +* +CONFIGURE_PROG+ override default configure programm
-* +MAKE_FILE+ overwrite default Makefile +* +MAKE_FILE+ override default Makefile
-* +ALL_TARGET+ overwrite default build target +* +ALL_TARGET+ override default build target
-* +INSTALL_TARGET+ overwrite default install target +* +INSTALL_TARGET+ override default install target
-The variables to add or overwrite preprocessor, compiler and linker flags: +The variables to add or override preprocessor, compiler and linker flags:
* +TARGET_CPPFLAGS+ flags for the preprocessor
From: Carlos Santos unixmania@gmail.com
"additinal" -> "additional" "programm" -> "program"
Signed-off-by: Carlos Santos unixmania@gmail.com --- docs/package-reference.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/package-reference.txt b/docs/package-reference.txt index 0bd8d9ae3..29c4208d0 100644 --- a/docs/package-reference.txt +++ b/docs/package-reference.txt @@ -104,7 +104,7 @@ different steps of the configure, build and install process.
* +MAKE_ENV+ add additional variables to build step
-* +MAKE_FLAGS+ add additinal make flags to build step +* +MAKE_FLAGS+ add additional make flags to build step
* +FAKE_FLAGS+ add additional make flags to fake install step
@@ -112,7 +112,7 @@ different steps of the configure, build and install process.
* +INSTALL_STYLE+ either manual or auto
-* +CONFIGURE_PROG+ override default configure programm +* +CONFIGURE_PROG+ override default configure program
* +MAKE_FILE+ override default Makefile
From: Carlos Santos unixmania@gmail.com
Add missing ".htm" extension.
Signed-off-by: Carlos Santos unixmania@gmail.com --- docs/running-openadk.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/running-openadk.txt b/docs/running-openadk.txt index d9fde48af..a0676bbce 100644 --- a/docs/running-openadk.txt +++ b/docs/running-openadk.txt @@ -179,7 +179,7 @@ In both cases the default user is +root+ and the default password is either via +passwd+ on the system or you can preconfigure a password via +make menuconfig+ under +Runtime configuration+.
-The default shell used in OpenADK is +mksh+ from http://www.mirbsd.org/mksh/. +The default shell used in OpenADK is +mksh+ from http://www.mirbsd.org/mksh.htm. You can change the shell in +make menuconfig+ under +Runtime configuration+. Be aware of the fact that the bootup process might use some +mksh+ features to speedup the system start. When you change the shell for system +/bin/sh+ the
From: Carlos Santos unixmania@gmail.com
Signed-off-by: Carlos Santos unixmania@gmail.com --- package/gdb-arc/Makefile | 2 +- package/gdb-microblaze/Makefile | 2 +- package/gdb/Makefile | 2 +- package/gdbserver/Makefile | 2 +- scripts/prereq.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/gdb-arc/Makefile b/package/gdb-arc/Makefile index 244535dff..2beb60e81 100644 --- a/package/gdb-arc/Makefile +++ b/package/gdb-arc/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= gdb PKG_VERSION:= arc-2018.03-release-gdb PKG_GIT:= tag PKG_RELEASE:= 1 -PKG_DESCR:= programm debugger +PKG_DESCR:= program debugger PKG_SECTION:= app/debug PKG_DEPENDS:= libncurses zlib libexpat libthread-db PKG_BUILDDEP:= ncurses readline expat zlib diff --git a/package/gdb-microblaze/Makefile b/package/gdb-microblaze/Makefile index cf1aff40d..90f8cd538 100644 --- a/package/gdb-microblaze/Makefile +++ b/package/gdb-microblaze/Makefile @@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= gdb PKG_VERSION:= 7.8.2 PKG_RELEASE:= 1 -PKG_DESCR:= programm debugger +PKG_DESCR:= program debugger PKG_SECTION:= app/debug PKG_HASH:= 605954d5747d5f08ea4b7f48e958d1ebbf39265e18f7f36738deeabb83744485 PKG_DEPENDS:= libncurses zlib libexpat libthread-db diff --git a/package/gdb/Makefile b/package/gdb/Makefile index f69d139f0..f49c7c966 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= gdb PKG_VERSION:= 9.1 PKG_RELEASE:= 1 PKG_HASH:= 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737 -PKG_DESCR:= programm debugger +PKG_DESCR:= program debugger PKG_SECTION:= app/debug PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} PKG_DEPENDS:= libncurses zlib libexpat libthread-db diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile index 933315523..ec678117e 100644 --- a/package/gdbserver/Makefile +++ b/package/gdbserver/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= gdbserver PKG_VERSION:= 9.1 PKG_RELEASE:= 1 PKG_HASH:= 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737 -PKG_DESCR:= remote programm debugger utility +PKG_DESCR:= remote program debugger utility PKG_SECTION:= app/debug PKG_NEEDS:= c++ PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} diff --git a/scripts/prereq.sh b/scripts/prereq.sh index 0245d6e9d..bc7d829b1 100755 --- a/scripts/prereq.sh +++ b/scripts/prereq.sh @@ -411,7 +411,7 @@ EOF $MAKE --no-print-directory LDADD=-lz ADK_TOPDIR=$topdir -f Makefile.tmp >/dev/null 2>&1 X=$(echo YES | gzip | ./test 2>/dev/null) if [ X$X != XYES ]; then - echo Cannot compile a libz test programm. + echo Cannot compile a libz test program. echo You must install the zlib development package, echo usually called libz-dev, and the run-time library. echo
From: Carlos Santos unixmania@gmail.com
overwrite: "to write on or over; cover with writing" [1] override: "to take precedence over; preempt or supersede" [2]
1. https://www.dictionary.com/browse/overwrite 2. https://www.dictionary.com/browse/override
Signed-off-by: Carlos Santos unixmania@gmail.com --- package/.template/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/.template/Makefile b/package/.template/Makefile index 2c54be734..e753dc84e 100644 --- a/package/.template/Makefile +++ b/package/.template/Makefile @@ -62,7 +62,7 @@ $(eval $(call PKG_template,@UPKG@,@PKG@,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPE #CONFIG_STYLE:= manual # use following to add ./configure options #CONFIGURE_ARGS+= --disable-foo -# overwrite any configure variables +# override any configure variables #CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes #BUILD_STYLE:= manual #INSTALL_STYLE:= manual
From: Carlos Santos unixmania@gmail.com
overwrite: "to write on or over; cover with writing" [1] override: "to take precedence over; preempt or supersede" [2]
1. https://www.dictionary.com/browse/overwrite 2. https://www.dictionary.com/browse/override
Signed-off-by: Carlos Santos unixmania@gmail.com --- package/php/files/php-fpm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/php/files/php-fpm.conf b/package/php/files/php-fpm.conf index 90b6be5ea..bf057ac93 100644 --- a/package/php/files/php-fpm.conf +++ b/package/php/files/php-fpm.conf @@ -359,7 +359,7 @@ chdir = / ;env[TEMP] = /tmp
; Additional php.ini defines, specific to this pool of workers. These settings -; overwrite the values previously defined in the php.ini. The directives are the +; override the values previously defined in the php.ini. The directives are the ; same as the PHP SAPI: ; php_value/php_flag - you can set classic ini defines which can ; be overwritten from PHP call 'ini_set'. @@ -369,7 +369,7 @@ chdir = /
; Defining 'extension' will load the corresponding shared extension from ; extension_dir. Defining 'disable_functions' or 'disable_classes' will not -; overwrite previously defined php.ini values, but will append the new value +; override previously defined php.ini values, but will append the new value ; instead.
; Note: path INI options can be relative and will be expanded with the prefix
Hi,
thx, applied and pushed, Are you using OpenADK for a project?
best regards Waldemar
unixmania@gmail.com wrote,
From: Carlos Santos unixmania@gmail.com
Fix several spelling erros found while reading the documentation.
Carlos Santos (8): docs: fix spelling in "adding boards" section docs: fix spelling in "daily usage" section docs: fix overwrite vs. override confusions docs: fix spelling in "package reference" section docs: fix mksh documentation URL Fix "program" spelling package template: fix overwrite vs. override confusion docs: fix overwrite vs. override confusion in php-fpm.conf
docs/adding-boards.txt | 2 +- docs/adding-packages-auto.txt | 2 +- docs/adding-packages-manual.txt | 2 +- docs/common-usage.txt | 2 +- docs/package-reference.txt | 12 ++++++------ docs/running-openadk.txt | 2 +- package/.template/Makefile | 2 +- package/gdb-arc/Makefile | 2 +- package/gdb-microblaze/Makefile | 2 +- package/gdb/Makefile | 2 +- package/gdbserver/Makefile | 2 +- package/php/files/php-fpm.conf | 4 ++-- scripts/prereq.sh | 2 +- 13 files changed, 19 insertions(+), 19 deletions(-)
-- 2.18.4
dev mailing list dev@openadk.org https://mailman.openadk.org/cgi-bin/mailman/listinfo/dev