~ chicken-core (chicken-5) 175e21578b0d4544f030c0557524e9367bcc71b3
commit 175e21578b0d4544f030c0557524e9367bcc71b3 Author: Evan Hanson <evhan@foldling.org> AuthorDate: Thu Mar 19 21:54:09 2015 +1300 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Thu Mar 19 21:55:44 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