From: Avery Pennarun Date: Wed, 1 Dec 2010 09:31:47 +0000 (-0800) Subject: Documentation/bup-split.md: fix a parser error. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a69ffa7e6c13667cb23a4f7b815c77643f259b4d;p=packages%2Fb%2Fbup.git Documentation/bup-split.md: fix a parser error. The version of pandoc that I use doesn't like quotation marks, so use single quotes instead. Signed-off-by: Avery Pennarun --- diff --git a/Documentation/bup-split.md b/Documentation/bup-split.md index 43fccc5..e0598e4 100644 --- a/Documentation/bup-split.md +++ b/Documentation/bup-split.md @@ -20,7 +20,7 @@ bup split [-r *host*:*path*] <-b|-t|-c|-n *name*> [-v] [-q] the content into chunks of around 8k using a rolling checksum algorithm, and saves the chunks into a bup repository. Chunks which have previously been stored are -not stored again (ie. they are "deduplicated"). +not stored again (ie. they are 'deduplicated'). Because of the way the rolling checksum works, chunks tend to be very stable across changes to a given file,