about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-01-18 14:45:47 -0800
committerGraydon Hoare <graydon@mozilla.com>2012-01-18 18:44:06 -0800
commit3074fd591d6e0865e53ee2e54a9b2f863d803748 (patch)
tree4dc5f8459c8d56a68f82c8d548c745f66a7594ca
parent54f6bf57e69153dc1bd0b2a5f6a09892ba35f036 (diff)
downloadrust-3074fd591d6e0865e53ee2e54a9b2f863d803748.tar.gz
rust-3074fd591d6e0865e53ee2e54a9b2f863d803748.zip
Tidy tidy
-rw-r--r--doc/rust.md3
-rw-r--r--mk/docs.mk2
2 files changed, 1 insertions, 4 deletions
diff --git a/doc/rust.md b/doc/rust.md
index fd7d4bf63d0..7ffdb233926 100644
--- a/doc/rust.md
+++ b/doc/rust.md
@@ -1,5 +1,4 @@
 % Rust Reference Manual
-% January 2012
 
 # Introduction
 
@@ -3179,5 +3178,3 @@ Additional specific influences can be seen from the following languages:
 * The lexical identifier rule of Python.
 * The block syntax of Ruby.
 
-
-LocalWords:  codepoint
diff --git a/mk/docs.mk b/mk/docs.mk
index 60dd912d8c9..e22500f1a56 100644
--- a/mk/docs.mk
+++ b/mk/docs.mk
@@ -145,7 +145,7 @@ endif
 
 doc/version.md: $(MKFILE_DEPS) rust.md
 	@$(call E, version-stamp: $@)
-	$(Q)echo "$(CFG_VERSION)" >>$@
+	$(Q)echo "$(CFG_VERSION)" >$@
 
 doc/keywords.md: $(MKFILE_DEPS) rust.md
 	@$(call E, grep -v: $$@)