diff options
| author | Alejandro Colomar <alx@kernel.org> | 2025-10-05 12:14:26 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-10-05 12:16:15 +0200 |
| commit | ca93ed0eb34bd28d6e32b7b59c70f3ac55bb831e (patch) | |
| tree | 71e2c126a837e6c777ebfcf956729896092439fe | |
| parent | 288625d77badc7bf5b2931f4ac81b28d42ec8938 (diff) | |
| download | man-pages-ca93ed0eb34bd28d6e32b7b59c70f3ac55bb831e.tar.gz | |
man/man4/console_codes.4: ffix
Also remove it from "share/mk/build/catman/troff.xfail", as it doesn't
fail anymore.
Suggested-by: "G. Branden Robinson" <branden@debian.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man4/console_codes.4 | 4 | ||||
| -rw-r--r-- | share/mk/build/catman/troff.xfail | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/man/man4/console_codes.4 b/man/man4/console_codes.4 index adfe6c9b69..136e98a0fb 100644 --- a/man/man4/console_codes.4 +++ b/man/man4/console_codes.4 @@ -335,7 +335,9 @@ T} 2 T{ set half-bright (simulated with color on a color display) T} -3 set italic (since Linux 2.6.22; simulated with color on a color display) +3 T{ +set italic (since Linux 2.6.22; simulated with color on a color display) +T} 4 T{ set underscore (simulated with color on a color display) (the colors used to simulate dim or underline are set diff --git a/share/mk/build/catman/troff.xfail b/share/mk/build/catman/troff.xfail index a719a065fb..7736fc74e8 100644 --- a/share/mk/build/catman/troff.xfail +++ b/share/mk/build/catman/troff.xfail @@ -1,7 +1,6 @@ man2/fanotify_init.2 man2/s390_sthyi.2 man3/unlocked_stdio.3 -man4/console_codes.4 man4/lirc.4 man5/proc_pid_smaps.5 man5/tzfile.5 |
