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.
1 parent 07c20b7 commit 15b7ea6Copy full SHA for 15b7ea6
source/basic.tex
@@ -6784,7 +6784,7 @@
6784
\tcode{argv[0]} through \tcode{argv[argc-1]} as pointers to the initial
6785
characters of null-terminated multibyte strings (\ntmbs{}s)\iref{multibyte.strings}
6786
and \tcode{argv[0]} shall be the pointer to
6787
-the initial character of a \ntmbs{} that represents the name used to
+the initial character of an \ntmbs{} that represents the name used to
6788
invoke the program or \tcode{""}. The value of \tcode{argc} shall be
6789
non-negative. The value of \tcode{argv[argc]} shall be 0.
6790
0 commit comments