# Author: Damyan Ivanov # Description: convert a hyphen in kobodl manpage to a minus, which is what is # inttented here # Upstream-Report: http://www.freelists.org/post/olofsonprojects/patch-manpage-uses-hyphen-instead-of-a-minus-sign --- a/kobodl.6 +++ b/kobodl.6 @@ -176,7 +176,7 @@ Video Mode. Default: 17200. Enable Vertical Sync. Default: On. .TP .B \-videopages -Number of Video Pages. Default: -1. +Number of Video Pages. Default: \-1. .TP .B \-scalemode Scaling Filter Mode. Default: 1. d>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bash.scm
AgeCommit message (Expand)Author
2022-10-09gnu: blesh: Substitute with readlink directly....Fixes <https://issues.guix.gnu.org/57659#6>. * gnu/packages/bash.scm (blesh)[arguments]: In 'make-readlink-work', remove use of 'search-input-file'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc5
2022-09-14gnu: Add blesh....* gnu/packages/bash.scm (blesh): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc5