commit c02e7ac089342801f7f0d3e6f6ebb3eee56959d1 parent bba18669d4bc7c3f590353e6568020416f73d81d Author: Laurent Bercot <ska-skaware@skarnet.org> Date: Tue, 2 May 2023 13:25:17 +0000 Doc clarification Signed-off-by: Laurent Bercot <ska@appnovation.com> Diffstat:
M | doc/fifodir.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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>