about summary refs log tree commit diff
path: root/doc/domagi-overlap.dbk
diff options
context:
space:
mode:
authorArun Isaac2026-08-14 21:42:46 +0100
committerArun Isaac2026-08-15 20:53:09 +0100
commitce5bc77c767351c57ce4f7872c827316cb3b1040 (patch)
treeef44e0cf27b0b87d98b30deb73ef6958a414e63e /doc/domagi-overlap.dbk
parent6b6dbbb94db9220e6414f7e1dd6a85d025347829 (diff)
downloaddomagi-ce5bc77c767351c57ce4f7872c827316cb3b1040.tar.gz
domagi-ce5bc77c767351c57ce4f7872c827316cb3b1040.tar.lz
domagi-ce5bc77c767351c57ce4f7872c827316cb3b1040.zip
Add domagi overlap.
Diffstat (limited to 'doc/domagi-overlap.dbk')
-rw-r--r--doc/domagi-overlap.dbk20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/domagi-overlap.dbk b/doc/domagi-overlap.dbk
new file mode 100644
index 0000000..e8e40e7
--- /dev/null
+++ b/doc/domagi-overlap.dbk
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<refentry xmlns="http://docbook.org/ns/docbook"
+          xmlns:xi="http://www.w3.org/2001/XInclude">
+  <xi:include href="gen-refentry-overlap.xml" />
+  <refsection>
+    <title>Description</title>
+    <para>Find the paths touched by the specified paths. The output is in a four-column tab-delimited format with the following columns—the name of the specified path, its start coordinate, its end coordinate, and the name of the path that touches it. The start and end coordinates are always 0 and the length of the specified path.</para>
+    <variablelist>
+      <title>Options</title>
+      <xi:include href="input-db-argument.dbk" />
+      <varlistentry>
+        <term><option>-r <replaceable>PATH</replaceable></option></term>
+        <term><option>--path=<replaceable>PATH</replaceable></option></term>
+        <listitem><para>Find paths touched by <replaceable>PATH</replaceable>. This argument may be specified more than once to find paths touched by more than one path.</para></listitem>
+      </varlistentry>
+      <xi:include href="threads-argument.dbk" />
+      <xi:include href="help-option.dbk" />
+    </variablelist>
+  </refsection>
+</refentry>