mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-16 04:41:16 +00:00
doc: Clarify IPC caution text
It was not clear to non-native English speakers. Signed-off-by: Christine Caulfield <ccaulfie@redhat.com> Reviewed by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
parent
41a24a3df7
commit
536b4c25ed
@ -106,10 +106,10 @@
|
||||
* @par IPC sockets (Linux only)
|
||||
* On Linux IPC, abstract (non-filesystem) sockets are used by default. If you
|
||||
* need to override this (say in a net=host container) and use sockets that reside
|
||||
* in the filesystem, then create a file called /etc/libqb/force-filesystem-sockets
|
||||
* in the filesystem, then you need to create a file called /etc/libqb/force-filesystem-sockets
|
||||
* - this is the default name and can be changed at ./configure time.
|
||||
* The file need contain no text, it's not a configuration file as such, just its
|
||||
* presence will activate the feature.
|
||||
* The file does not need to contain any content, it's not a configuration file as such,
|
||||
* just its presence will activate the feature.
|
||||
*
|
||||
* Note that this is a global option and read each time a new IPC connection
|
||||
* (client or server) is created. So, to avoid having clients that cannot
|
||||
|
||||
Loading…
Reference in New Issue
Block a user