From 133c3a3c0b8195b3d82b64ecddcf7a4a34a1c912 Mon Sep 17 00:00:00 2001 From: Afnan Enayet Date: Fri, 6 Jul 2018 23:06:41 -0400 Subject: [PATCH] Fix typo * change `MacOS` -> `macOS` * regenerate manpages --- Library/Homebrew/cmd/install.rb | 2 +- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 830a857648..2acf8cd5da 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -25,7 +25,7 @@ #: Homebrew-provided GCC 4.9. In order to use LLVM's clang, use #: `llvm_clang`. To specify the Apple-provided clang, use `clang`. This #: parameter will only accept compilers that are provided by Homebrew or -#: bundled with MacOS. Please do not file issues if you encounter errors +#: bundled with macOS. Please do not file issues if you encounter errors #: while using this flag. #: #: If `--build-from-source` (or `-s`) is passed, compile the specified from diff --git a/docs/Manpage.md b/docs/Manpage.md index 65c8468904..43979377c9 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -243,7 +243,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note Homebrew-provided GCC 4.9. In order to use LLVM's clang, use `llvm_clang`. To specify the Apple-provided clang, use `clang`. This parameter will only accept compilers that are provided by Homebrew or - bundled with MacOS. Please do not file issues if you encounter errors + bundled with macOS. Please do not file issues if you encounter errors while using this flag. If `--build-from-source` (or `-s`) is passed, compile the specified `formula` from diff --git a/manpages/brew.1 b/manpages/brew.1 index 8137c4ad15..917bb0ce1e 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -227,7 +227,7 @@ If \fB\-\-ignore\-dependencies\fR is passed, skip installing any dependencies of If \fB\-\-only\-dependencies\fR is passed, install the dependencies with specified options but do not install the specified formula\. . .IP -If \fB\-\-cc=\fR\fIcompiler\fR is passed, attempt to compile using \fIcompiler\fR\. \fIcompiler\fR should be the name of the compiler\'s executable, for instance \fBgcc\-8\fR for gcc 8, \fBgcc\-4\.2\fR for Apple\'s GCC 4\.2, or \fBgcc\-4\.9\fR for a Homebrew\-provided GCC 4\.9\. In order to use LLVM\'s clang, use \fBllvm_clang\fR\. To specify the Apple\-provided clang, use \fBclang\fR\. This parameter will only accept compilers that are provided by Homebrew or bundled with MacOS\. Please do not file issues if you encounter errors while using this flag\. +If \fB\-\-cc=\fR\fIcompiler\fR is passed, attempt to compile using \fIcompiler\fR\. \fIcompiler\fR should be the name of the compiler\'s executable, for instance \fBgcc\-8\fR for gcc 8, \fBgcc\-4\.2\fR for Apple\'s GCC 4\.2, or \fBgcc\-4\.9\fR for a Homebrew\-provided GCC 4\.9\. In order to use LLVM\'s clang, use \fBllvm_clang\fR\. To specify the Apple\-provided clang, use \fBclang\fR\. This parameter will only accept compilers that are provided by Homebrew or bundled with macOS\. Please do not file issues if you encounter errors while using this flag\. . .IP If \fB\-\-build\-from\-source\fR (or \fB\-s\fR) is passed, compile the specified \fIformula\fR from source even if a bottle is provided\. Dependencies will still be installed from bottles if they are available\.