summaryrefslogtreecommitdiff
path: root/manual/examples
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-10-19 21:11:19 +0000
committerRoland McGrath <roland@gnu.org>1992-10-19 21:11:19 +0000
commitaa31910a9234289f4b75ea1ff2f53082c8d05e84 (patch)
tree23269e43ca88102279a4a7d7343b2a315b4cd5dc /manual/examples
parentabb4e8e7914fbe5e50bff28ce53280ba2254dc81 (diff)
Put @group...@end group around block of #include lines.
Diffstat (limited to 'manual/examples')
-rw-r--r--manual/examples/dir.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/examples/dir.c b/manual/examples/dir.c
index 05aa5422cb..b90f72da03 100644
--- a/manual/examples/dir.c
+++ b/manual/examples/dir.c
@@ -1,7 +1,9 @@
+/*@group*/
#include <stddef.h>
#include <stdio.h>
#include <sys/types.h>
#include <dirent.h>
+/*@end group*/
int
main (void)