From 8339b8bc243cb1dde04f7c88e552da51a1219703 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 25 Jul 2009 06:36:36 +0200 Subject: [PATCH] mq_overview.7: Fix example showing contents of /dev/mqueue file Reported-by: Adrian Dewhurst Signed-off-by: Michael Kerrisk --- man7/mq_overview.7 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 2656e472f..a071072b2 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -217,9 +217,8 @@ containing information about the queue: .in +4n .nf -.RB "$" " ls /dev/mqueue/mymq" +.RB "$" " cat /dev/mqueue/mymq" QSIZE:129 NOTIFY:2 SIGNO:0 NOTIFY_PID:8260 -.RB "$" " mount \-t mqueue none /dev/mqueue" .fi .in