[PATCH 17/17] Documentation: remove stray backslashes from "Fighting regressions" article

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jonathan Nieder
Date: Friday, August 20, 2010 - 3:40 am

The intended text is "it's O(N * T) vs O(N * T * M)".  Asciidoc
notices the spaces around the asterisks so there is no need to
escape them (and if you try, it passes the backslashes through).

Cc: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
That's the end of the series.  Thanks for reading.

 Documentation/git-bisect-lk2009.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-bisect-lk2009.txt b/Documentation/git-bisect-lk2009.txt
index 86b3015..ed5ea29 100644
--- a/Documentation/git-bisect-lk2009.txt
+++ b/Documentation/git-bisect-lk2009.txt
@@ -873,7 +873,7 @@ c * N * T + b * M * log2(M) tests
 where c is the number of rounds of test (so a small constant) and b is
 the ratio of bug per commit (hopefully a small constant too).
 
-So of course it's much better as it's O(N \* T) vs O(N \* T \* M) if
+So of course it's much better as it's O(N * T) vs O(N * T * M) if
 you would test everything after each commit.
 
 This means that test suites are good to prevent some bugs from being
-- 
1.7.2.2.536.g42dab.dirty

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC/PATCH 00/17] unexpected backslashes in man pages, Jonathan Nieder, (Fri Aug 20, 3:19 am)
[PATCH 01/17] Documentation: tweak description of log.date, Jonathan Nieder, (Fri Aug 20, 3:20 am)
[PATCH 17/17] Documentation: remove stray backslashes from ..., Jonathan Nieder, (Fri Aug 20, 3:40 am)
Re: [PATCH 13/17] Documentation: remove stray backslash in ..., Ramkumar Ramachandra, (Mon Aug 23, 4:36 am)