From 09d8f6485cc6bb6d3dc63f4217c364fb3152e033 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 7 May 2019 08:33:44 +0100 Subject: [PATCH] manpage: tweak HOMEBREW_ARCH wording. --- Library/Homebrew/manpages/brew.1.md.erb | 3 +-- docs/Manpage.md | 3 +-- manpages/brew.1 | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb index 33139e85bb..a2d916ee74 100644 --- a/Library/Homebrew/manpages/brew.1.md.erb +++ b/Library/Homebrew/manpages/brew.1.md.erb @@ -116,8 +116,7 @@ Note that environment variables must have a value set to be detected. For exampl `export HOMEBREW_NO_INSECURE_REDIRECT`. * `HOMEBREW_ARCH`: - If set, Homebrew will pass cpu type name to compiler by `-march` option instead of - `-march=native`. This is affected on Linux only. + Linux only: If set, Homebrew will pass the set value to type name to the compiler's `-march` option instead of using the default (`-march=native`). * `HOMEBREW_ARTIFACT_DOMAIN`: If set, instructs Homebrew to prefix all download URLs, including those for bottles, diff --git a/docs/Manpage.md b/docs/Manpage.md index 8aa5b20788..612ad67f8e 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -993,8 +993,7 @@ Note that environment variables must have a value set to be detected. For exampl `export HOMEBREW_NO_INSECURE_REDIRECT`. * `HOMEBREW_ARCH`: - If set, Homebrew will pass cpu type name to compiler by `-march` option instead of - `-march=native`. This is affected on Linux only. + Linux only: If set, Homebrew will pass the set value to type name to the compiler's `-march` option instead of using the default (`-march=native`). * `HOMEBREW_ARTIFACT_DOMAIN`: If set, instructs Homebrew to prefix all download URLs, including those for bottles, diff --git a/manpages/brew.1 b/manpages/brew.1 index 67bfd9a4b9..58581f56f5 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1226,7 +1226,7 @@ Note that environment variables must have a value set to be detected\. For examp . .TP \fBHOMEBREW_ARCH\fR -If set, Homebrew will pass cpu type name to compiler by \fB\-march\fR option instead of \fB\-march=native\fR\. This is affected on Linux only\. +Linux only: If set, Homebrew will pass the set value to type name to the compiler\'s \fB\-march\fR option instead of using the default (\fB\-march=native\fR)\. . .TP \fBHOMEBREW_ARTIFACT_DOMAIN\fR