r308048 - Fix flag names in @available docs.

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 14 11:52:30 PDT 2017


Author: nico
Date: Fri Jul 14 11:52:30 2017
New Revision: 308048

URL: http://llvm.org/viewvc/llvm-project?rev=308048&view=rev
Log:
Fix flag names in @available docs.

Modified:
    cfe/trunk/docs/LanguageExtensions.rst

Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=308048&r1=308047&r2=308048&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Fri Jul 14 11:52:30 2017
@@ -1275,8 +1275,8 @@ Objective-C @available
 ----------------------
 
 It is possible to use the newest SDK but still build a program that can run on
-older versions of macOS and iOS by passing ``-mmacosx-version-info=`` /
-``--miphoneos-version-min=``.
+older versions of macOS and iOS by passing ``-mmacosx-version-min=`` /
+``-miphoneos-version-min=``.
 
 Before LLVM 5.0, when calling a function that exists only in the OS that's
 newer than the target OS (as determined by the minimum deployment version),




More information about the cfe-commits mailing list