# 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. orm'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/ipfs.scm
AgeCommit message (Expand)Author
2021-04-12Add (guix ipfs)....This module allows for communicating with the IPFS gateway over the HTTP interface. The commit has been cherry-picked from <https://issues.guix.gnu.org/33899>. The procedures for adding and restoring file trees have been removed as according to a reply issue 33899, a different format will be used. The procedure 'add-data' has been exported as it will be used in the system test for IPFS. * guix/ipfs.scm: New file. * Makefile.am (MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ludovic Courtès