# 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/tests/base16.scm
AgeCommit message (Collapse)Author
2017-03-16utils: Move base16 procedures to (guix base16).Ludovic Courtès
* guix/utils.scm (bytevector->base16-string, base16-string->bytevector): Move to... * guix/base16.scm: ... here. New file. * tests/utils.scm ("bytevector->base16-string->bytevector"): Move to... * tests/base16.scm: ... here. New file. * Makefile.am (MODULES): Add guix/base16.scm. (SCM_TESTS): Add tests/base16.scm. * build-aux/download.scm, guix/derivations.scm, guix/docker.scm, guix/import/snix.scm, guix/pk-crypto.scm, guix/scripts/authenticate.scm, guix/scripts/download.scm, guix/scripts/hash.scm, guix/store.scm, tests/hash.scm, tests/pk-crypto.scm: Adjust imports accordingly.