diff options
| author | Eduard Bopp <eduard.bopp@aepsil0n.de> | 2014-03-05 11:22:58 +0100 |
|---|---|---|
| committer | Eduard Bopp <eduard.bopp@aepsil0n.de> | 2014-03-05 11:22:58 +0100 |
| commit | a27501112a876de436e49bbfdb7a69b9a4559415 (patch) | |
| tree | 74792ca0c031db0ee51205b4053c700989a6d7be | |
| parent | 87a31f6f0f15d70ed0d7243379e2c26cd1a4df37 (diff) | |
| download | rust-a27501112a876de436e49bbfdb7a69b9a4559415.tar.gz rust-a27501112a876de436e49bbfdb7a69b9a4559415.zip | |
Update version and date info in man pages
Both for rustc and rustdoc the man pages contained out-of-date version info.
| -rw-r--r-- | man/rustc.1 | 2 | ||||
| -rw-r--r-- | man/rustdoc.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/rustc.1 b/man/rustc.1 index 8dc795cfd3e..b3eb4834930 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -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 rustc \- rust compiler .SH SYNOPSIS diff --git a/man/rustdoc.1 b/man/rustdoc.1 index 80f992085c0..4933794d95c 100644 --- a/man/rustdoc.1 +++ b/man/rustdoc.1 @@ -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 rustdoc \- generate documentation from Rust source code .SH SYNOPSIS |
