diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-05-02 13:25:17 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-05-02 13:25:17 +0000 |
commit | c02e7ac089342801f7f0d3e6f6ebb3eee56959d1 (patch) | |
tree | 6f124cc8f629caca5f44a7b8793a158df7cb05ec /doc/fifodir.html | |
parent | bba18669d4bc7c3f590353e6568020416f73d81d (diff) | |
download | s6-c02e7ac089342801f7f0d3e6f6ebb3eee56959d1.tar.xz |
Doc clarification
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/fifodir.html')
-rw-r--r-- | doc/fifodir.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fifodir.html b/doc/fifodir.html index 9fa7a77..0a1f344 100644 --- a/doc/fifodir.html +++ b/doc/fifodir.html @@ -108,8 +108,8 @@ directly hacking into the fifodir internals. </p> <p> -Fifodirs are created by, so they always originally have the same uid and gid as, -their notifier. A notifier must be able to make his fifodir either publicly +Fifodirs are created by their notifier, so they always originally inherit its +uid and gid. A notifier must be able to make his fifodir either publicly accessible (anyone can subscribe) or restricted (only a given group can subscribe). </p> |