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 ee9b5bf commit 6d1506bCopy full SHA for 6d1506b
source/basic.tex
@@ -6864,7 +6864,7 @@
6864
arguments passed to the program from the environment in which the
6865
program is run. If
6866
\tcode{argc} is nonzero these arguments shall be supplied in
6867
-\tcode{argv[0]} through \tcode{argv[argc-1]} as pointers to the initial
+\tcode{argv[0]} through \tcode{argv[argc - 1]} as pointers to the initial
6868
characters of null-terminated multibyte strings (\ntmbs{}s)\iref{multibyte.strings}
6869
and \tcode{argv[0]} shall be the pointer to
6870
the initial character of an \ntmbs{} that represents the name used to
0 commit comments