From 6e2d1c54dd4b7e581a5f4a2c6882087321e29707 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 9 Jun 2005 07:12:30 +0000 Subject: [PATCH] Formatting fix --- man2/gettid.2 | 1 + man2/llseek.2 | 2 ++ 2 files changed, 3 insertions(+) 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)