/usr/lib/help/argv is in scheme9 2013.11.26-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | S9fES (argv integer) ==> string | #f
Return the value of the command line argument at the given position.
If the there are less than INTEGER+1 arguments, return #F. The first
argument is at position 0.
(argv 0) ==> "first-argument"
|