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 625a505 commit 33316c9Copy full SHA for 33316c9
source/basic.tex
@@ -2470,8 +2470,8 @@
2470
program is run. If
2471
\tcode{argc} is nonzero these arguments shall be supplied in
2472
\tcode{argv[0]} through \tcode{argv[argc-1]} as pointers to the initial
2473
-characters of null-terminated multibyte strings (\ntmbs
2474
-s)~(\ref{multibyte.strings}) and \tcode{argv[0]} shall be the pointer to
+characters of null-terminated multibyte strings (\ntmbs{}s)~(\ref{multibyte.strings})
+and \tcode{argv[0]} shall be the pointer to
2475
the initial character of a \ntmbs that represents the name used to
2476
invoke the program or \tcode{""}. The value of \tcode{argc} shall be
2477
non-negative. The value of \tcode{argv[argc]} shall be 0. \begin{note} It
0 commit comments