filed

Job queue using FUSE

git clone git://mccd.space/filed

commit 894ec948eb2f85d22ca554168e059d6d8258e9b5
parent 1d75d86ae02d11a3d54abdb5e3375051abe236d7
Author: Marc Coquand <marc@coquand.email>
Date:   Thu, 18 Dec 2025 15:54:15 +0100

docs

Diffstat:
Mfiled.5.scd | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/filed.5.scd b/filed.5.scd
@@ -14,7 +14,7 @@ filed (file d'attente) is a pseudo-filesystem which provides an inspectable
 job queue that operates on files. It mounts a directory _mdir_, which is
 where the user can add and inspect jobs.
 
-All jobs are executed using _filed-launch_(1), allowing you to restrict job
+All jobs are executed using *filed-launch*(1), allowing you to restrict job
 accesses.
 
 ## Overview
@@ -103,8 +103,6 @@ mv /var/filed/failed/myjob /var/filed/pending
 cat /var/filed/active/myjob
 	Inspect a currently running job.
 
-
-
 # SEE ALSO
 
 - *filed.config*(5)