diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-12-22 15:28:53 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-12-22 16:48:49 +0100 |
| commit | 5bc5193088c9489d5f05f4c070d1806c649a5079 (patch) | |
| tree | 7d28a84821ff588266aabbf3c5bc653422a21f73 | |
| parent | 6ac49476c1dd6df815b83a487dda7040d701d05f (diff) | |
| download | man-pages-5bc5193088c9489d5f05f4c070d1806c649a5079.tar.gz | |
src/bin/diffman: Add support for mdoc(7) pages
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rwxr-xr-x | src/bin/diffman | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/diffman b/src/bin/diffman index 40c33cbe17..dbd12e0a57 100755 --- a/src/bin/diffman +++ b/src/bin/diffman @@ -52,13 +52,13 @@ printf '%s\n' "$2.XXXXXX" \ preconv <"$p1" \ | tbl \ | eqn -Tutf8 \ -| troff -man -Tutf8 \ +| troff -mandoc -Tutf8 \ | grotty >"$t1"; preconv <"$p2" \ | tbl \ | eqn -Tutf8 \ -| troff -man -Tutf8 \ +| troff -mandoc -Tutf8 \ | grotty >"$t2"; |
