diff options
| author | Arun Isaac | 2026-08-14 21:42:46 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-15 20:53:09 +0100 |
| commit | ce5bc77c767351c57ce4f7872c827316cb3b1040 (patch) | |
| tree | ef44e0cf27b0b87d98b30deb73ef6958a414e63e /doc | |
| parent | 6b6dbbb94db9220e6414f7e1dd6a85d025347829 (diff) | |
| download | domagi-ce5bc77c767351c57ce4f7872c827316cb3b1040.tar.gz domagi-ce5bc77c767351c57ce4f7872c827316cb3b1040.tar.lz domagi-ce5bc77c767351c57ce4f7872c827316cb3b1040.zip | |
Add domagi overlap.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/domagi-overlap.dbk | 20 | ||||
| -rw-r--r-- | doc/domagi.dbk | 1 |
2 files changed, 21 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> diff --git a/doc/domagi.dbk b/doc/domagi.dbk index 0079fa2..53f25e2 100644 --- a/doc/domagi.dbk +++ b/doc/domagi.dbk @@ -12,6 +12,7 @@ <xi:include href="domagi-depth.dbk" /> <xi:include href="domagi-extract.dbk" /> <xi:include href="domagi-matrix.dbk" /> + <xi:include href="domagi-overlap.dbk" /> <xi:include href="domagi-paths.dbk" /> <xi:include href="domagi-stats.dbk" /> <xi:include href="domagi-view.dbk" /> |
