diff --git a/doc/codereview_with_mq.html b/doc/codereview_with_mq.html index 7b2e0f3bf3..33f415f139 100644 --- a/doc/codereview_with_mq.html +++ b/doc/codereview_with_mq.html @@ -36,11 +36,11 @@ prevent that case:
[hooks] # Prevent "hg pull" if MQ patches are applied. -prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1 +prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1 # Prevent "hg push" if MQ patches are applied. -preoutgoing.mq-no-push = ! hg qtop > /dev/null 2>&1 +preoutgoing.mq-no-push = ! hg qtop > /dev/null 2>&1 # Prevent "hg update" if MQ patches are applied. -preupdate.mq-no-update = ! hg qtop > /dev/null 2>&1 +preupdate.mq-no-update = ! hg qtop > /dev/null 2>&1
-The
diff --git a/doc/install.html b/doc/install.html
index 05771260cd..25be700d66 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -293,7 +293,6 @@ to override the defaults.
gccgo compiler has been ported to gccgo compiler has been ported to
RTEMS. RTEMS is a real-time executive
that provides a high performance environment for embedded applications
on a range of processors and embedded hardware. The current gccgo
diff --git a/doc/go_for_cpp_programmers.html b/doc/go_for_cpp_programmers.html
index a2291715ce..33e3412421 100644
--- a/doc/go_for_cpp_programmers.html
+++ b/doc/go_for_cpp_programmers.html
@@ -198,7 +198,7 @@ the else, causing a syntax error.
Since semicolons do end statements, you may continue using them as in
C++. However, that is not the recommended style. Idiomatic Go code
omits unnecessary semicolons, which in practice is all of them other
-than the initial for loop clause and cases where you want several
short statements on a single line.
386 (32-bit x86), and
arm (32-bit ARM, an incomplete port).
The valid combinations of $GOOS and $GOARCH are:
-
$GOOS$GOARCH
diff --git a/doc/root.html b/doc/root.html
index 168755f4f0..65869183cb 100644
--- a/doc/root.html
+++ b/doc/root.html
@@ -1,6 +1,6 @@
-