summaryrefslogtreecommitdiff
path: root/man7
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-06-12 12:47:02 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-06-12 15:00:52 +0200
commit793c8d4f2b3ce3cc2e4335aae37277d5666a9c4f (patch)
tree643fbb5ef38f064d9c042b128f5dd680bc14b8b0 /man7
parenteebd1e8b295d5e3a2e304b2b82442b899eb84cf0 (diff)
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 <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/mq_overview.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/mq_overview.7 b/man7/mq_overview.7
index 4a613827..2b162768 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.