summaryrefslogtreecommitdiff
path: root/static/v10/man4/dispatch.4
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man4/dispatch.4
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man4/dispatch.4')
-rw-r--r--static/v10/man4/dispatch.432
1 files changed, 0 insertions, 32 deletions
diff --git a/static/v10/man4/dispatch.4 b/static/v10/man4/dispatch.4
deleted file mode 100644
index f9b3765a..00000000
--- a/static/v10/man4/dispatch.4
+++ /dev/null
@@ -1,32 +0,0 @@
-.TH DISPATCH 4 "Post 4.0" " "
-.SH NAME
-dispatch \- post directory configuration file
-.SH DESCRIPTION
-.I dispatch
-files are used by the
-.I join
-module of
-.IR post (1)
-to access the directory.
-A
-.I dispatch
-file contains a list of module arguments, one per line.
-Argument words are separated by white space.
-An open is attempted for each line in turn until one succeeds, or the
-end of file is reached, in which case an error is returned.
-.P
-See
-.IR modules (4)
-for a description of
-.I join
-and module arguments.
-.SH FILES
-.PD 0
-.TP 30
-$POST/lib/dispatch
-default configuration file
-.PD
-.SH SEE ALSO
-post(1),
-pq(3C),
-modules(4).