Skip to content

Commit 6d1506b

Browse files
authored
[basic.start.main] Add spaces around operator -
1 parent ee9b5bf commit 6d1506b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6864,7 +6864,7 @@
68646864
arguments passed to the program from the environment in which the
68656865
program is run. If
68666866
\tcode{argc} is nonzero these arguments shall be supplied in
6867-
\tcode{argv[0]} through \tcode{argv[argc-1]} as pointers to the initial
6867+
\tcode{argv[0]} through \tcode{argv[argc - 1]} as pointers to the initial
68686868
characters of null-terminated multibyte strings (\ntmbs{}s)\iref{multibyte.strings}
68696869
and \tcode{argv[0]} shall be the pointer to
68706870
the initial character of an \ntmbs{} that represents the name used to

0 commit comments

Comments
 (0)