forked from mirrors/nixpkgs
Merge pull request #14052 from NixOS/manpages-cant-break-line
nixos/manpages: enable linebreaking after slashes
This commit is contained in:
commit
e1a087b765
|
@ -187,6 +187,7 @@ in rec {
|
|||
--param man.output.in.separate.dir 1 \
|
||||
--param man.output.base.dir "'$out/share/man/'" \
|
||||
--param man.endnotes.are.numbered 0 \
|
||||
--param man.break.after.slash 1 \
|
||||
${docbook5_xsl}/xml/xsl/docbook/manpages/docbook.xsl \
|
||||
./man-pages.xml
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue