Skip to content

Commit a275011

Browse files
committed
Update version and date info in man pages
Both for rustc and rustdoc the man pages contained out-of-date version info.
1 parent 87a31f6 commit a275011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/rustc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RUSTC "1" "July 2013" "rustc 0.7" "User Commands"
1+
.TH RUSTC "1" "March 2014" "rustc 0.10-pre" "User Commands"
22
.SH NAME
33
rustc \- rust compiler
44
.SH SYNOPSIS

man/rustdoc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RUSTDOC "1" "July 2013" "rustdoc 0.7" "User Commands"
1+
.TH RUSTDOC "1" "March 2014" "rustdoc 0.10-pre" "User Commands"
22
.SH NAME
33
rustdoc \- generate documentation from Rust source code
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)