diff options
Diffstat (limited to 'man2/vfork.2')
| -rw-r--r-- | man2/vfork.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/vfork.2 b/man2/vfork.2 index cd25a08605..3bc2cdd579 100644 --- a/man2/vfork.2 +++ b/man2/vfork.2 @@ -30,11 +30,12 @@ .SH NAME vfork \- create a child process and block parent .SH SYNOPSIS +.nf .B #include <sys/types.h> -.br .B #include <unistd.h> .PP .B pid_t vfork(void); +.fi .PP .RS -4 Feature Test Macro Requirements for glibc (see |
