From 0c3db70f1f8c2f5f6ce502bb6d305ce14e7accde Mon Sep 17 00:00:00 2001 From: Ineiev Date: Mon, 5 May 2025 10:26:55 +0000 Subject: [PATCH] c.texi (Compilation): Remove a spurious ','. --- c.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.texi b/c.texi index adc64dd..1fbbbba 100644 --- a/c.texi +++ b/c.texi @@ -12509,7 +12509,7 @@ compilation modules, making an @dfn{object file} for that module. The last step is to @dfn{link} the many object files together into a single executable for the whole program. -For, the full details of how to compile C programs (and other +For the full details of how to compile C programs (and other languages' programs) with GCC, see @ref{Top,,, gcc, Using the GNU Compiler Collection}. On the Web, all is available through @url{https://gcc.gnu.org/onlinedocs/}. Here we give only a simple