diff options
| author | Alejandro Colomar <alx@kernel.org> | 2025-08-22 21:38:16 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-08-22 22:19:13 +0200 |
| commit | 089c5b3b57095d9533d5efbc1c9a836103b32de8 (patch) | |
| tree | e0f4faa336d31aed614046093316b58fcbdda352 /man/man7 | |
| parent | 81ef9a35b5b6de9325de9f0c57feec2c3fb397f3 (diff) | |
| download | man-pages-089c5b3b57095d9533d5efbc1c9a836103b32de8.tar.gz | |
man/man7/man-pages.7: ffix
This table format specification was bogus. It specified 4 columns, but
we were only using 3. Due to the commit in which that was introduced,
I suspect it was just a typo that went unnoticed.
Fixes: 0ab815e900ce (2021-01-06; "man-pages.7: ffix: don't fill text in tables")
Reported-by: Ingo Schwarze <schwarze@openbsd.org>
Suggested-by: Ingo Schwarze <schwarze@openbsd.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man7')
| -rw-r--r-- | man/man7/man-pages.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man7/man-pages.7 b/man/man7/man-pages.7 index fa60e2f8f0..6f76f173d9 100644 --- a/man/man7/man-pages.7 +++ b/man/man7/man-pages.7 @@ -847,7 +847,7 @@ mainly to ensure consistency across pages. .TS l l l --- -l l ll. +l l l. Term Avoid using Notes bit mask bitmask |
