From 6d1506b0dc2d5813a2cc7f33adef3225786d99b1 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 15 Jun 2025 08:37:52 +0200 Subject: [PATCH] [basic.start.main] Add spaces around operator - --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 2edf6dd134..43d642f112 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -6864,7 +6864,7 @@ arguments passed to the program from the environment in which the program is run. If \tcode{argc} is nonzero these arguments shall be supplied in -\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 characters of null-terminated multibyte strings (\ntmbs{}s)\iref{multibyte.strings} and \tcode{argv[0]} shall be the pointer to the initial character of an \ntmbs{} that represents the name used to