nixos manual (man configuration.nix
) duplicates option names into descriptions
#166304
Labels
man configuration.nix
) duplicates option names into descriptions
#166304
Describe the bug
In recent nixos-unstable versions, my manual now has a strange formatting error. The option name, in bold, is repeated within the text describing the option. For example, first entry (bold formatting lost):
Steps To Reproduce
Steps to reproduce the behavior:
$ cd /path/to/nixpkgs/nixos
$ nix-build release.nix -A manpages.x86_64-linux
$ man ./result/share/man/man5/configuration.nix.5
Expected behavior
The expected text is that the line "appstream.enableWhether" instead start "Whether".
Additional context
Originally noticed it with home-manager, with report here: nix-community/home-manager#2820 .
Notify maintainers
@nbp , maybe?
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: