~ chicken-core (chicken-5) b61e79cb5ffad878b39b9317152d303bfae3c713
commit b61e79cb5ffad878b39b9317152d303bfae3c713 Author: Evan Hanson <evhan@foldling.org> AuthorDate: Thu Mar 19 21:54:09 2015 +1300 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Sat Mar 21 11:23:07 2015 +1300 Remove incorrect sentence in argv docs re: uniquity of resulting list diff --git a/manual/Unit library b/manual/Unit library index 8e21522e..8a318c11 100644 --- a/manual/Unit library +++ b/manual/Unit library @@ -444,8 +444,7 @@ Returns a keyword with the name {{STRING}}. Return a list of all supplied command-line arguments. The first item in the list is a string containing the name of the executing program. The -other items are the arguments passed to the application. This list is -freshly created on every invocation of {{(argv)}}. It depends on +other items are the arguments passed to the application. It depends on the host-shell whether arguments are expanded ('globbed') or not.Trap