Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 487:6403f9166b20
Docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 29 Aug 2024 19:24:21 +0200 |
| parents | 0f5b4e8388a4 |
| children | d67efd0a34b5 |
| files | share/local-bsdtools/array.sh |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/share/local-bsdtools/array.sh Thu Aug 29 19:10:31 2024 +0200 +++ b/share/local-bsdtools/array.sh Thu Aug 29 19:24:21 2024 +0200 @@ -17,7 +17,7 @@ #: #: Is implements one-dimensional array with one-base indexing. #: -#: Implementation hints: +#: Hints and rules: #: #: - Every array has a NAME #: - One-based indexing is used @@ -26,7 +26,7 @@ #: - An array name must conform to shell variable naming conventions #: - Currently the number of of elements of an array must be >= 0 #: - An unset <NAME>__ variable is a severe error and forces an immediate -#: error ``exit`` +#: error ``exit``. Exceptions to this rule are documented. #:
