diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-22 01:36:18 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-23 04:54:27 +0530 |
| commit | 78b61be77ddfef49ecd9d356f99e51b33ea48c51 (patch) | |
| tree | a35624c7429bc16d452119c53e1172038593ba99 | |
| parent | 420bf9dd44499e2480483fd7eb08998899cb6b8c (diff) | |
| parent | 8f0de740f8a5a21a9c07552ae89654412382b9f3 (diff) | |
| download | rust-78b61be77ddfef49ecd9d356f99e51b33ea48c51.tar.gz rust-78b61be77ddfef49ecd9d356f99e51b33ea48c51.zip | |
Rollup merge of #23555 - steveklabnik:environment, r=sanxiyn
As @sanxiyn says, https://github.com/rust-lang/rust/pull/23527#issuecomment-83835448
| -rw-r--r-- | man/rustc.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rustc.1 b/man/rustc.1 index 33ef3f9ee4a..b15829db431 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -242,7 +242,7 @@ full debug info with variable and type information. \fBopt\-level\fR=\fIVAL\fR Optimize with possible levels 0\[en]3 -.SH ENVIRONMENT VARIABLES +.SH ENVIRONMENT Some of these affect the output of the compiler, while others affect programs which link to the standard library. |
