Formatting fix

This commit is contained in:
Michael Kerrisk 2005-06-09 07:12:30 +00:00
parent deea4228eb
commit 6e2d1c54dd
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@ gettid \- get thread identification
.B #include <sys/types.h>
.br
.B #include <linux/unistd.h>
.br
.B #include <errno.h>
.sp
.B _syscall0(pid_t,gettid)

View File

@ -30,7 +30,9 @@ _llseek \- reposition read/write file offset
.B #include <unistd.h>
.sp
.B #include <sys/types.h>
.sp
.B #include <linux/unistd.h>
.sp
.B #include <errno.h>
.sp
.B _syscall5(int, _llseek, unsigned int, fd, unsigned long, hi, unsigned long, lo, loff_t *, res, unsigned int, wh)