From 065843a01885490ae7ee6a972c4456b7b2945a0b Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 6 Sep 2022 19:49:16 -0400 Subject: [PATCH] Give a place to mail comments. --- c.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c.texi b/c.texi index 0b00aaa..e9e763c 100644 --- a/c.texi +++ b/c.texi @@ -144,6 +144,8 @@ compatibility or meant for very special situations. We have left them to a companion manual, the GNU C Obscurities Manual, which will be published digitally later. +Please report errors and suggestions to c-manual@@gnu.org. + @menu * The First Example:: Getting started with basic C code. * Complete Program:: A whole example program