# HG changeset patch # User Franz Glasner # Date 1728132574 -7200 # Node ID 9c860f2abbdc6b3f61487d0afbbfb4c6ed2a6491 # Parent 63fd0e235c1e7bf9521708ec806bfe0bf36aa9b7 farray.sh: docs diff -r 63fd0e235c1e -r 9c860f2abbdc share/local-bsdtools/farray.sh --- a/share/local-bsdtools/farray.sh Sat Oct 05 14:47:30 2024 +0200 +++ b/share/local-bsdtools/farray.sh Sat Oct 05 14:49:34 2024 +0200 @@ -1450,7 +1450,7 @@ #: #: Call a function for every element in an array starting at the first index. #: -#: The function to be called must accept three arguments: +#: The function to be called must accept at least three arguments: #: - the array name #: - the current index #: - the element value at the current index @@ -2777,7 +2777,7 @@ #: #: Call a function for every key-value pair in an alist starting in index order. #: -#: The function to be called must accept three or four arguments: +#: The function to be called must accept at least three or four arguments: #: - the alist name #: - the element key at the current index #: - the element value at the current index