summaryrefslogtreecommitdiffstats
path: root/man2/fork.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/fork.2')
-rw-r--r--man2/fork.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/fork.2 b/man2/fork.2
index 15d23fef5..4b779e42b 100644
--- a/man2/fork.2
+++ b/man2/fork.2
@@ -308,12 +308,12 @@ for more examples.
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-
+\&
int
main(void)
{
pid_t pid;
-
+\&
if (signal(SIGCHLD, SIG_IGN) == SIG_ERR) {
perror("signal");
exit(EXIT_FAILURE);