summaryrefslogtreecommitdiff
path: root/manual/examples
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-10-20 01:57:26 +0000
committerRoland McGrath <roland@gnu.org>1992-10-20 01:57:26 +0000
commit46b3719064a5f5b633b3ae2e41803a90e6b155e8 (patch)
tree8f2ca83b4cd0cacc0dbbbfff906771411a4b6c2e /manual/examples
parent0f65a955e615608cd7a0cbd534510fb51b21208d (diff)
misc cleanups
Diffstat (limited to 'manual/examples')
-rw-r--r--manual/examples/popen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/examples/popen.c b/manual/examples/popen.c
index 15a085e2cc..16ae32fa16 100644
--- a/manual/examples/popen.c
+++ b/manual/examples/popen.c
@@ -14,6 +14,7 @@ write_data (FILE * stream)
}
}
+/*@group*/
int
main (void)
{
@@ -29,3 +30,4 @@ main (void)
pclose (output);
return EXIT_SUCCESS;
}
+/*@end group*/