From 75d3ca8e6f89aa67dbd5b891295c4bf6d05b6beb Mon Sep 17 00:00:00 2001 From: Afnan Enayet Date: Thu, 5 Jul 2018 21:45:53 -0400 Subject: [PATCH] Update man pages to reflect prior change Generate new man pages so that the docs and manpages match up --- docs/Manpage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Manpage.md b/docs/Manpage.md index fac6875943..65c8468904 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -239,9 +239,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note If `--cc=``compiler` is passed, attempt to compile using `compiler`. `compiler` should be the name of the compiler's executable, for instance - `gcc-8` for gcc 8, `gcc-4.2` for Apple's GCC 4.2, or `gcc-4.9` for a - Homebrew-provided GCC 4.9. In order to use LLVM's clang, use - `llvm_clang`. To specify the Apple-provided clang, use `clang`. This + `gcc-8` for gcc 8, `gcc-4.2` for Apple's GCC 4.2, or `gcc-4.9` for a + 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 while using this flag.