From 793c8d4f2b3ce3cc2e4335aae37277d5666a9c4f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 12 Jun 2013 12:47:02 +0200 Subject: [PATCH] mq_overview.7: Replace .in +4/.in with .RS/.RE This is one of the few places doclifter cannot automatically detect that this should be done. Signed-off-by: Michael Kerrisk --- man7/mq_overview.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 4a6138272..2b162768f 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -100,7 +100,7 @@ In most cases the library interfaces listed above are implemented on top of underlying system calls of the same name. Deviations from this scheme are indicated in the following table: -.in +4n +.RS .TS lB lB l l. @@ -116,7 +116,7 @@ mq_timedreceive(3) mq_timedreceive(2) mq_timedsend(3) mq_timedsend(2) mq_unlink(3) mq_unlink(2) .TE -.in +.RE .SS Versions POSIX message queues have been supported on Linux since kernel 2.6.6. Glibc support has been provided since version 2.3.4.