summaryrefslogtreecommitdiffstats
path: root/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-08-11 14:51:37 +0200
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-08-15 07:09:50 +0000
commit85197ddb8d6da0e5cf74b8d945c076d4db3986a8 (patch)
tree9249e2374ce36df84c3ecf31ea8727a651c8f6b6 /src/qdoc/doc/qdoc-manual-markupcmds.qdoc
parentefa8c3361bea905afef1a051900275bf33ccb9ef (diff)
Doc: Change instances of 'OS X' to 'macOS'
As of version 10.12 (Sierra), the name of Apple's desktop operating system will be macOS. Change all occurrences where the Mac platform is discussed to use the macro \macos (defined in the documentation configuration in qtbase), except within \code blocks in QDoc manual, where macros are not expanded. Change-Id: Ic742163948f3970d2acaa179eb02d4e0c1593bf8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/qdoc/doc/qdoc-manual-markupcmds.qdoc')
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index e1eab02fb..2a54c417e 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -2187,7 +2187,7 @@
\image happyguy.jpg "Happy guy"
Qt provides single-source portability across Microsoft
- Windows, OS X, Linux, and all major commercial Unix
+ Windows, macOS, Linux, and all major commercial Unix
variants. It is also available for embedded devices.
* /
\endcode
@@ -2200,7 +2200,7 @@
\image happyguy.jpg image "Happy guy"
Qt provides single-source portability across Microsoft
- Windows, OS X, Linux, and all major commercial Unix
+ Windows, macOS, Linux, and all major commercial Unix
variants. It is also available for embedded devices.
\endquotation
@@ -3291,7 +3291,7 @@
/ *!
Qt::HANDLE is a platform-specific handle type
for system objects. This is equivalent to
- \c{void *} on Windows and OS X, and to
+ \c{void *} on Windows and macOS, and to
\c{unsigned long} on X11.
\warning Using this type is not portable.
@@ -3303,7 +3303,7 @@
\quotation
Qt::HANDLE is a platform-specific handle type
for system objects. This is equivalent to
- \c{void *} on Windows and OS X, and to
+ \c{void *} on Windows and macOS, and to
\c{unsigned long} on X11.
\warning Using this type is not portable.
@@ -3864,7 +3864,7 @@
\ingroup basicwidgets
\meta {technology} {User Interface}
- \meta {platform} {OS X 10.6}
+ \meta {platform} {macOS 10.6}
\meta {platform} {Symbian}
\meta {platform} {MeeGo}
\meta {audience} {user}
@@ -3906,7 +3906,7 @@
</prodinfo>
<othermeta name="platform" content="MeeGo"/>
<othermeta name="platform" content="Symbian"/>
- <othermeta name="platform" content="OS X 10.6"/>
+ <othermeta name="platform" content="macOS 10.6"/>
<othermeta name="technology" content="User Interface"/>
</metadata>
</prolog>