* c.texi: Capitalize 'l' in 'Command-Line' in titles.

This commit is contained in:
Ineiev 2025-04-27 09:31:40 +00:00
parent ad8a70ed75
commit 0d70e2cf5f
1 changed files with 3 additions and 3 deletions

6
c.texi
View File

@ -11090,7 +11090,7 @@ the arguments for @code{main} and call that.
@menu @menu
* Values from main:: Returning values from the main function. * Values from main:: Returning values from the main function.
* Command-line Parameters:: Accessing command-line parameters * Command-Line Parameters:: Accessing command-line parameters
provided to the program. provided to the program.
* Environment Variables:: Accessing system environment variables. * Environment Variables:: Accessing system environment variables.
@end menu @end menu
@ -11135,8 +11135,8 @@ values; for example, comparison programs including @code{cmp} and
@code{diff} return 1 to indicate a mismatch, and 2 to indicate that @code{diff} return 1 to indicate a mismatch, and 2 to indicate that
the comparison couldn't be performed. the comparison couldn't be performed.
@node Command-line Parameters @node Command-Line Parameters
@subsection Accessing Command-line Parameters @subsection Accessing Command-Line Parameters
@cindex command-line parameters @cindex command-line parameters
@cindex parameters, command-line @cindex parameters, command-line