diff options
| author | Stefan Schindler <dns2utf8@estada.ch> | 2016-08-31 01:04:56 +0200 |
|---|---|---|
| committer | Stefan Schindler <dns2utf8@estada.ch> | 2016-08-31 15:54:34 +0200 |
| commit | 5b5b8536b039b1574f1426aa136f2d527e9e6b58 (patch) | |
| tree | 8005111b6cd7376b3d08f2af50575a6680eacdd6 | |
| parent | 603d9ccfbe564e280389e9b3e880d0c53623433d (diff) | |
| download | rust-5b5b8536b039b1574f1426aa136f2d527e9e6b58.tar.gz rust-5b5b8536b039b1574f1426aa136f2d527e9e6b58.zip | |
Update man pages
| -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 0eaf89a560f..16562559561 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -1,4 +1,4 @@ -.TH RUSTC "1" "August 2016" "rustc 1.12.0" "User Commands" +.TH RUSTC "1" "September 2016" "rustc 1.13.0" "User Commands" .SH NAME rustc \- The Rust compiler .SH SYNOPSIS diff --git a/man/rustdoc.1 b/man/rustdoc.1 index 3fb5757f4ff..4d885bd1436 100644 --- a/man/rustdoc.1 +++ b/man/rustdoc.1 @@ -1,4 +1,4 @@ -.TH RUSTDOC "1" "August 2016" "rustdoc 1.12.0" "User Commands" +.TH RUSTDOC "1" "September 2016" "rustdoc 1.13.0" "User Commands" .SH NAME rustdoc \- generate documentation from Rust source code .SH SYNOPSIS |
