diff options
Diffstat (limited to 'man2/clone.2')
| -rw-r--r-- | man2/clone.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/clone.2 b/man2/clone.2 index da70d21a80..21a73f0a26 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -42,12 +42,12 @@ .\" FIXME . 2.6.25 marks the unused CLONE_STOPPED as obsolete, and it will .\" probably be removed in the future. .\" -.TH CLONE 2 2009-07-18 "Linux" "Linux Programmer's Manual" +.TH CLONE 2 2010-09-10 "Linux" "Linux Programmer's Manual" .SH NAME clone, __clone2 \- create a child process .SH SYNOPSIS .nf -.B #define _GNU_SOURCE +.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" .\" Actually _BSD_SOURCE || _SVID_SOURCE .\" See http://sources.redhat.com/bugzilla/show_bug.cgi?id=4749 .B #include <sched.h> |
