diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-03-19 13:07:18 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-03-19 13:07:18 -0600 |
commit | 58fe67c610ff2f7e67266424cb657129e3311975 (patch) | |
tree | 7b9a3bc3f342e933e803e72ee20d271047a3b9d6 /source/text/shared/guide | |
parent | 42188315ed1aef6b50e73b968da52739fdc9a76e (diff) |
Update references to Apple’s computer OS to “macOS”
I know the capitalization is ridiculous, but that’s how they write it now.
Change-Id: I8043b41353a327dfe1ef19636ebb1573e6a11107
Diffstat (limited to 'source/text/shared/guide')
-rw-r--r-- | source/text/shared/guide/hyperlink_rel_abs.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/start_parameters.xhp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source/text/shared/guide/hyperlink_rel_abs.xhp b/source/text/shared/guide/hyperlink_rel_abs.xhp index 2e33ca3c28..28b8f6da8c 100644 --- a/source/text/shared/guide/hyperlink_rel_abs.xhp +++ b/source/text/shared/guide/hyperlink_rel_abs.xhp @@ -45,7 +45,7 @@ <paragraph role="listitem" id="par_id3145382" xml-lang="en-US">You should create the same directory structure on your hard disk as that which exists in the web space hosted by your Internet provider. Call the root directory for the homepage on your hard disk "homepage", for example. The start file is then "index.html", the full path being "C:\homepage\index.html" (assuming Windows operating system). The URL on your Internet provider's server might then be as follows: "http://www.myprovider.com/mypage/index.html". With relative addressing, you indicate the link relative to the location of the output document. For example, if you placed all the graphics for your homepage in a subfolder called "C:\homepage\images", you would need to give the following path to access the graphic "picture.gif": "images\picture.gif". This is the relative path, starting from the location of the file "index.html". On the provider's server, you would place the picture in the folder "mypage/images". When you transfer the document "index.html" to the provider's server through the <emph>File - Save As</emph> dialog, and if you have marked the option <emph>Copy local images to Internet</emph> under <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, $[officename] will automatically copy the graphic to the correct directory on the server.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3159158" xml-lang="en-US" l10n="U" oldref="49">An absolute path such as "C:\homepage\graphics\picture.gif" would no longer function on the provider server. Neither a server nor the computer of a reader needs to have a C hard drive: operating systems such as Unix or MacOS do not recognize drive letters, and even if the folder homepage\graphics existed, your picture would not be available. It is better to use relative addressing for file links.</paragraph> +<paragraph role="listitem" id="par_id3159158" xml-lang="en-US">An absolute path such as "C:\homepage\graphics\picture.gif" would no longer function on the provider server. Neither a server nor the computer of a reader needs to have a C hard drive: operating systems such as Unix or macOS do not recognize drive letters, and even if the folder homepage\graphics existed, your picture would not be available. It is better to use relative addressing for file links.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_id3154046" xml-lang="en-US" l10n="U" oldref="50">A link to a web page, for example, "www.example.com" or "www.myprovider.com/mypage/index.html" is an absolute link.</paragraph> diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp index ad4c25418b..75a9617690 100644 --- a/source/text/shared/guide/start_parameters.xhp +++ b/source/text/shared/guide/start_parameters.xhp @@ -39,7 +39,7 @@ <paragraph role="heading" id="hd_id3154898" xml-lang="en-US" level="2">Starting $[officename] Software From the Command Line</paragraph> <list type="ordered"> <listitem> - <paragraph role="listitem" id="par_id3156152" xml-lang="en-US">Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms.</paragraph> + <paragraph role="listitem" id="par_id3156152" xml-lang="en-US">Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or macOS platforms.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_id3152472" xml-lang="en-US">Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. </paragraph> @@ -158,7 +158,7 @@ <paragraph id="par_id2016120409226160" role="tablecontent" localize="false" xml-lang="en-US"><emph>--nstemporarydirectory</emph></paragraph> </tablecell> <tablecell> - <paragraph id="par_id2016120409236546" role="tablecontent" xml-lang="en-US">(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments.</paragraph> + <paragraph id="par_id2016120409236546" role="tablecontent" xml-lang="en-US">(macOS sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments.</paragraph> </tablecell> </tablerow> </table> @@ -526,7 +526,7 @@ <paragraph id="par_id2016120401411383" role="tablecontent" localize="false" xml-lang="en-US"><emph>-psn</emph></paragraph> </tablecell> <tablecell> - <paragraph id="par_id2016120401435616" role="tablecontent" xml-lang="en-US">Ignored (MacOS X only)</paragraph> + <paragraph id="par_id2016120401435616" role="tablecontent" xml-lang="en-US">Ignored (macOS only)</paragraph> </tablecell> </tablerow> <tablerow> |