This patch removes the second call to FcConfigSubstitute in xmakeglyphfontspecs.
This call shouldn't be required because FcConfigSubstitute is already called in
xloadfont. Configuring the same pattern twice may lead to font fallback issues,
see [1] for details.
[1]: https://lists.suckless.org/dev
Hello,
When viewing sbase's man pages the date displayed at the bottom is the current
date rather than the date entered in the .1 file.
According to this:
https://mandoc.bsd.lv/mdoc/details/date.html
The traditional man date format used by sbase (.Dd year-month-day) is no longer
recommended a
commit d458fa2c7b9a1c874ade615766349385fae1c5b6
Author: Brandon Pribula
AuthorDate: Sat Sep 7 22:57:31 2024 +
Commit: Roberto E. Vargas Caballero
CommitDate: Sun Sep 8 08:35:39 2024 +0200
fix: update man pages to standard mdoc date format
When viewing sbase's man pages t
Hi,
On Sat, Sep 07, 2024 at 10:57:31PM +, Brandon Pribula wrote:
> Hello,
>
> When viewing sbase's man pages the date displayed at the bottom is the
> current date rather than the date entered in the .1 file.
>
> According to this:
>
> https://mandoc.bsd.lv/mdoc/details/date.html
>
> The