Update version and date info in man pages
Both for rustc and rustdoc the man pages contained out-of-date version info.
This commit is contained in:
parent
87a31f6f0f
commit
a27501112a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
.TH RUSTC "1" "July 2013" "rustc 0.7" "User Commands"
|
.TH RUSTC "1" "March 2014" "rustc 0.10-pre" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
rustc \- rust compiler
|
rustc \- rust compiler
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH RUSTDOC "1" "July 2013" "rustdoc 0.7" "User Commands"
|
.TH RUSTDOC "1" "March 2014" "rustdoc 0.10-pre" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
rustdoc \- generate documentation from Rust source code
|
rustdoc \- generate documentation from Rust source code
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
Loading…
Add table
Reference in a new issue