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 c193550 commit 70eb040Copy full SHA for 70eb040
source/basic.tex
@@ -6346,11 +6346,9 @@
6346
the initial character of a \ntmbs{} that represents the name used to
6347
invoke the program or \tcode{""}. The value of \tcode{argc} shall be
6348
non-negative. The value of \tcode{argv[argc]} shall be 0.
6349
-\begin{note}
6350
-It
6351
-is recommended that any further (optional) parameters be added after
6352
-\tcode{argv}.
6353
-\end{note}
+
+\recommended
+Any further (optional) parameters should be added after \tcode{argv}.
6354
6355
\pnum
6356
The function \tcode{main} shall not be used within
0 commit comments