From: Mark Wooding Date: Sun, 9 Jun 2024 11:08:57 +0000 (+0100) Subject: fshash.in: Add missing comma to commentary. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/rsync-backup/commitdiff_plain/914212706902200ab9eac4040a6035e81312d954?ds=inline fshash.in: Add missing comma to commentary. --- diff --git a/fshash.in b/fshash.in index dcfd229..14d45b4 100644 --- a/fshash.in +++ b/fshash.in @@ -135,9 +135,9 @@ def enum_rsync(f, func): ## The format is a little fiddly. Each line consists of PERMS SIZE DATE ## TIME NAME, separated by runs of whitespace, but the NAME starts exactly ## one space character after the TIME and may begin with a space. - ## Sequences of the form `\#OOO' where OOO are three octal digits, stand - ## for a byte with that value. Newlines and backslashes which would be - ## ambiguous are converted into this form; all other characters are + ## Sequences of the form `\#OOO', where OOO are three octal digits, stand + ## for a byte with that value. Newlines, and backslashes which would be + ## ambiguous, are converted into this form; all other characters are ## literal. ## ## We ignore the stat information and retrieve it ourselves, because it's