summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/olamic-enqueue.1.md4
-rw-r--r--man/olamic-wait.1.md23
-rw-r--r--man/olamic-worker.8.md (renamed from man/olamic-worker.1.md)0
3 files changed, 25 insertions, 2 deletions
diff --git a/man/olamic-enqueue.1.md b/man/olamic-enqueue.1.md
index 15434cc..b52c6ed 100644
--- a/man/olamic-enqueue.1.md
+++ b/man/olamic-enqueue.1.md
@@ -1,6 +1,6 @@
1% OLAMIC-ENQUEUE(1) 1% OLAMIC-ENQUEUE(1)
2% Julian B Kongslie 2% Julian B Kongslie
3% October 2020 3% November 2020
4 4
5# NAME 5# NAME
6 6
@@ -21,4 +21,4 @@ When **olamic-enqueue** completes, it prints the UUID of the created task.
21 21
22# SEE ALSO 22# SEE ALSO
23 23
24olamic-worker(1) 24olamic-wait(1), olamic-worker(1)
diff --git a/man/olamic-wait.1.md b/man/olamic-wait.1.md
new file mode 100644
index 0000000..6e9e769
--- /dev/null
+++ b/man/olamic-wait.1.md
@@ -0,0 +1,23 @@
1% OLAMIC-WAIT(1)
2% Julian B Kongslie
3% November 2020
4
5# NAME
6
7olamic-wait - await completion of olamic task(s)
8
9# SYNOPSIS
10
11**olamic-wait** **/path/to/queue** **UUID** [**UUID** ...]
12
13# DESCRIPTION
14
15**olamic-wait** waits for the completion of the specified olamic tasks. You may
16pass any number of UUIDs to it, and it will block until all those tasks have
17been removed from the queue.
18
19While it is running, various status messages are written to stdout.
20
21# SEE ALSO
22
23olamic-enqueue(1)
diff --git a/man/olamic-worker.1.md b/man/olamic-worker.8.md
index d558f47..d558f47 100644
--- a/man/olamic-worker.1.md
+++ b/man/olamic-worker.8.md