aboutsummaryrefslogtreecommitdiffstats
path: root/man2/syscall.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/syscall.2')
-rw-r--r--man2/syscall.29
1 files changed, 4 insertions, 5 deletions
diff --git a/man2/syscall.2 b/man2/syscall.2
index 05312b2b6e..888c06979e 100644
--- a/man2/syscall.2
+++ b/man2/syscall.2
@@ -35,14 +35,14 @@
.\" 2002-03-20 Christoph Hellwig <hch@infradead.org>
.\" - adopted for Linux
.\"
-.TH SYSCALL 2 2007-06-01 "Linux" "Linux Programmer's Manual"
+.TH SYSCALL 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.SH NAME
syscall \- indirect system call
.SH SYNOPSIS
.nf
-.B "#define _BSD_SOURCE /* or _GNU_SOURCE or _SVID_SOURCE */"
+.BR "#define _GNU_SOURCE " " /* or _BSD_SOURCE or _SVID_SOURCE */"
.B #include <unistd.h>
-.B "#include <sys/syscall.h> /* For SYS_xxx definitions */"
+.BR "#include <sys/syscall.h> " "/* For SYS_xxx definitions */"
.BI "int syscall(int " number ", ...);"
.fi
@@ -65,7 +65,6 @@ and an error code is stored in
first appeared in
4BSD.
.SH EXAMPLE
-
.nf
#define _GNU_SOURCE
#include <unistd.h>
@@ -80,4 +79,4 @@ main(int argc, char *argv[])
}
.fi
.SH SEE ALSO
-.BT syscalls (2)
+.BR syscalls (2)