man: disable captions in tables

The tables don't define any captions, and ox-man outputs a `.TB` macro that
groff does not support.

Signed-off-by: Jeremy Sowden <azazel@debian.org>
This commit is contained in:
Jeremy Sowden 2024-03-02 12:37:25 +00:00
parent d8389e9721
commit e5fe18c2c2
6 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,7 @@ The regular expressions are basic case-insensitive PCRE, see *pcre(3)*.
** --format=plain|mutt-alias|mutt-ab|wl|org-contact|bbdb|csv
sets the output format to the given value. The following are available:
#+ATTR_MAN: :disable-caption t
| --format= | description |
|-------------+-----------------------------------|
| plain | default, simple list |
@ -112,6 +113,7 @@ With ~--format=json~, the matching contacts come out as a JSON array, e.g.,
Each contact has the following fields:
#+ATTR_MAN: :disable-caption t
| property | description |
|---------------+--------------------------------------------------------------------------|
| ~email~ | the email-address |

View File

@ -289,6 +289,7 @@ taking the total number for 10 test runs.
2. time (repeat 10 mu find "" -n 50000 --include-related --threads > /dev/null)
#+ATTR_MAN: :disable-caption t
| release | time 1 (sec) | time 2 (sec) |
|---------------+--------------+--------------|
| 1.4 | 8.9s | 59.3s |

View File

@ -183,6 +183,7 @@ too!
Indexing the the same 93000-message mail corpus with the last few releases:
#+ATTR_MAN: :disable-caption t
| release | time (sec) | notes |
|---------------+------------+------------------------------------------|
| 1.4 | 160s | |

View File

@ -55,6 +55,7 @@ The message flags specify the Maildir-metadata for a message and are represented
by uppercase letters at the end of the message file name for all 'non-new'
messages, i.e. messages that live in the ~cur/~ sub-directory of a Maildir.
#+ATTR_MAN: :disable-caption t
| Flag | Meaning |
|------+------------------------------------|
| D | Draft message |
@ -67,6 +68,7 @@ messages, i.e. messages that live in the ~cur/~ sub-directory of a Maildir.
New messages (in the ~new/~ sub-directory) do not have flags encoded in their
file-name; but we *mu* uses 'N' in the ~--flags~ to represent that:
#+ATTR_MAN: :disable-caption t
| Flag | Meaning |
|------+---------|
| N | New |

View File

@ -118,6 +118,7 @@ We already saw a number of search fields, such as *subject:* and *body:*. For th
full table with all details, including single-char shortcuts, try the command:
~mu info fields~.
#+ATTR_MAN: :disable-caption t
|------------+-----------+--------------------------------|
| field-name | alias | description |
| bcc | | Blind carbon-copy recipient |

View File

@ -73,6 +73,7 @@ time build/mu/mu server --allow-temp-file --eval '(find :query "\"\"" :include-r
#+end_src
(and ~--allow-temp-file~ for 1.11)
#+ATTR_MAN: :disable-caption t
| release | time (sec) |
|---------------+------------|
| 1.8 | 8.6s |