From 06ae751a059f3f4c7717069e4849f8383c011824 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 25 Jul 2009 06:33:08 +0200 Subject: [PATCH] mq_overview.7: Note that mkdir and mount commands here need superuser privilege Signed-off-by: Michael Kerrisk --- man7/mq_overview.7 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 89100151d..2656e472f 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -23,7 +23,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH MQ_OVERVIEW 7 2009-02-25 "Linux" "Linux Programmer's Manual" +.TH MQ_OVERVIEW 7 2009-07-25 "Linux" "Linux Programmer's Manual" .SH NAME mq_overview \- Overview of POSIX message queues .SH DESCRIPTION @@ -193,12 +193,13 @@ belonging to a process's real user ID, is described in On Linux, message queues are created in a virtual file system. (Other implementations may also provide such a feature, but the details are likely to differ.) -This file system can be mounted using the following commands: +This file system can be mounted (by the superuser) using the following +commands: .in +4n .nf -.RB "$" " mkdir /dev/mqueue" -.RB "$" " mount \-t mqueue none /dev/mqueue" +.RB "#" " mkdir /dev/mqueue" +.RB "#" " mount \-t mqueue none /dev/mqueue" .fi .in