From 5065bbc7857be7db95a9e83fa5ec36bfe15110e6 Mon Sep 17 00:00:00 2001 From: kxy Date: Sun, 9 Mar 2014 13:38:28 +0100 Subject: [PATCH 1/3] added ipcs.md --- pages/common/ipcs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/ipcs.md diff --git a/pages/common/ipcs.md b/pages/common/ipcs.md new file mode 100644 index 0000000000..cf551d35de --- /dev/null +++ b/pages/common/ipcs.md @@ -0,0 +1,11 @@ +#ipcs + +> Display information about ressources used in IPC (Inter-process Communication) + +- Specific infomration about the Message Queue witch has the id 32768 + +`ipcs -qi 32768` + +- General informations about all the IPC + +`ipcs -a` \ No newline at end of file From a56dd9775cba3b75ea22d288f4b26c7e3e63b7de Mon Sep 17 00:00:00 2001 From: kxy Date: Sun, 9 Mar 2014 13:39:57 +0100 Subject: [PATCH 2/3] fixed a typo --- pages/common/ipcs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ipcs.md b/pages/common/ipcs.md index cf551d35de..5c9725bc6e 100644 --- a/pages/common/ipcs.md +++ b/pages/common/ipcs.md @@ -2,7 +2,7 @@ > Display information about ressources used in IPC (Inter-process Communication) -- Specific infomration about the Message Queue witch has the id 32768 +- Specific information about the Message Queue witch has the id 32768 `ipcs -qi 32768` From e24428384b0a7b9f63342de5523855adb3368d46 Mon Sep 17 00:00:00 2001 From: kxy Date: Sun, 9 Mar 2014 13:40:48 +0100 Subject: [PATCH 3/3] more typos --- pages/common/ipcs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/ipcs.md b/pages/common/ipcs.md index 5c9725bc6e..2678282067 100644 --- a/pages/common/ipcs.md +++ b/pages/common/ipcs.md @@ -2,10 +2,10 @@ > Display information about ressources used in IPC (Inter-process Communication) -- Specific information about the Message Queue witch has the id 32768 +- Specific information about the Message Queue which has the id 32768 `ipcs -qi 32768` -- General informations about all the IPC +- General information about all the IPC `ipcs -a` \ No newline at end of file