diff --git a/man2/gettid.2 b/man2/gettid.2 index 5fc45d758..859721d40 100644 --- a/man2/gettid.2 +++ b/man2/gettid.2 @@ -28,6 +28,7 @@ gettid \- get thread identification .B #include .br .B #include +.br .B #include .sp .B _syscall0(pid_t,gettid) diff --git a/man2/llseek.2 b/man2/llseek.2 index 4ad6daf67..1f15a8757 100644 --- a/man2/llseek.2 +++ b/man2/llseek.2 @@ -30,7 +30,9 @@ _llseek \- reposition read/write file offset .B #include .sp .B #include +.sp .B #include +.sp .B #include .sp .B _syscall5(int, _llseek, unsigned int, fd, unsigned long, hi, unsigned long, lo, loff_t *, res, unsigned int, wh)