diff options
Diffstat (limited to 'man3/makedev.3')
| -rw-r--r-- | man3/makedev.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/makedev.3 b/man3/makedev.3 index 3e1abfe9dd..0d86f137f1 100644 --- a/man3/makedev.3 +++ b/man3/makedev.3 @@ -21,12 +21,12 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH MAKEDEV 3 2008-12-01 "Linux" "Linux Programmer's Manual" +.TH MAKEDEV 3 2010-09-10 "Linux" "Linux Programmer's Manual" .SH NAME makedev, major, minor \- manage a device number .SH SYNOPSIS .nf -.B #define _BSD_SOURCE +.BR "#define _BSD_SOURCE" " /* See feature_test_macros(7) */" .B #include <sys/types.h> .BI "dev_t makedev(int " maj ", int " min ); |
