We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b03cd16 + 204f6d6 commit 4af0500Copy full SHA for 4af0500
Documentation/technical/api-argv-array.txt
@@ -8,7 +8,7 @@ always NULL-terminated at the element pointed to by `argv[argc]`. This
8
makes the result suitable for passing to functions expecting to receive
9
argv from main(), or the link:api-run-command.html[run-command API].
10
11
-The link:api-string-list.html[string-list API] is similar, but cannot be
+The string-list API (documented in string-list.h) is similar, but cannot be
12
used for these purposes; instead of storing a straight string pointer,
13
it contains an item structure with a `util` field that is not compatible
14
with the traditional argv interface.
0 commit comments