diff --git a/libcxx/docs/UsingLibcxx.rst b/libcxx/docs/UsingLibcxx.rst --- a/libcxx/docs/UsingLibcxx.rst +++ b/libcxx/docs/UsingLibcxx.rst @@ -68,8 +68,8 @@ $ clang++ -stdlib=libc++ test.cpp -On systems where libc++ is the library in use by default such as macOS, FreeBSD -and OpenBSD, this flag is not required. +On systems where libc++ is the library in use by default such as macOS and FreeBSD, +this flag is not required. .. _alternate libcxx: diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -115,7 +115,6 @@ =============== ========================= ============================ macOS 10.9+ i386, x86_64, arm64 Building the shared library itself requires targetting macOS 10.11+ FreeBSD 10+ i386, x86_64, arm -OpenBSD i386, x86_64, arm, arm64 Linux i386, x86_64, arm, arm64 Windows x86_64 =============== ========================= ============================