diff options
Diffstat (limited to 'man2/clone.2')
| -rw-r--r-- | man2/clone.2 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/man2/clone.2 b/man2/clone.2 index eb6903a0d8..c80b37ed6b 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -1214,13 +1214,15 @@ argument includes .BR CLONE_VM .) To get the truth, it was sometimes necessary to use code such as the following: .PP -.nf - #include <syscall.h> +.in +4n +.EX +#include <syscall.h> - pid_t mypid; +pid_t mypid; - mypid = syscall(SYS_getpid); -.fi +mypid = syscall(SYS_getpid); +.EE +.in .\" See also the following bug reports .\" https://bugzilla.redhat.com/show_bug.cgi?id=417521 .\" http://sourceware.org/bugzilla/show_bug.cgi?id=6910 |
