From 8f0de740f8a5a21a9c07552ae89654412382b9f3 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 20 Mar 2015 10:53:47 -0400 Subject: [PATCH] environment variables -> environment As @sanxiyn says, https://github.com/rust-lang/rust/pull/23527#issuecomment-83835448 --- man/rustc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.0