On Fri, 2015-01-02 at 17:21 +0100, David Sterba wrote: > On Fri, Jan 02, 2015 at 05:12:04PM +0100, David Sterba wrote: > > On Thu, Jan 01, 2015 at 08:27:55PM -0700, Chris Murphy wrote: > > > Small problem with the rendering of this commit > > > d4ef1a06f8be623ae94e4d498c306e8dd1605bef, when I use 'man btrfs > > > filesystem' the above portion looks like this: > > > > > > 'K', 'M', 'G', 'T', 'P', or 'E\', > > > > > > I'm not sure why there's a trailing slash after the E. > > > > Me neither, but it looks like a bug in the asciidoc processing. > > Seems that only the first ' has to be quoted, and consumes the next > unquoted ' as a pair, so with the last \' the next one is missing and > is printed verbatim: > > Fixed by: > > -units designators: \'K\', \'M\', \'G\', \'T\', \'P\', or \'E\', which represent > +units designators: \'K', \'M', \'G', \'T', \'P', or \'E', which represent > Oh, sorry, I missed this problem, thanks for fixing it. -Gui -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
