Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1234221
| From | Lukasz Skalski <l.skalski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] Documentation/kdbus: fix copy/paste error in kdbus.match.xml |
| Date | 2015-09-28 16:50 +0200 |
| Message-ID | <qdHUB-2nN-13@gated-at.bofh.it> (permalink) |
| References | <qdHUB-2nN-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Lukasz Skalski <l.skalski@samsung.com>
---
Documentation/kdbus/kdbus.match.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/kdbus/kdbus.match.xml b/Documentation/kdbus/kdbus.match.xml
index ae38e04..cbfd760 100644
--- a/Documentation/kdbus/kdbus.match.xml
+++ b/Documentation/kdbus/kdbus.match.xml
@@ -215,7 +215,10 @@ struct kdbus_cmd_match {
<varlistentry>
<term><constant>KDBUS_MATCH_REPLACE</constant></term>
<listitem>
- <para>Make the endpoint file group-accessible</para>
+ <para>
+ Remove all entries with the given cookie before installing the
+ new one. This allows for race-free replacement of matches.
+ </para>
</listitem>
</varlistentry>
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/3] Documentation/kdbus: use valid endpoint names Lukasz Skalski <l.skalski@samsung.com> - 2015-09-28 16:50 +0200 [PATCH 2/3] Documentation/kdbus: fix copy/paste error in kdbus.match.xml Lukasz Skalski <l.skalski@samsung.com> - 2015-09-28 16:50 +0200 [PATCH 3/3] Documentation/kdbus: Add missing ECANCELED errno description Lukasz Skalski <l.skalski@samsung.com> - 2015-09-28 17:00 +0200
csiph-web