Skip to content

Commit c1a7d9a

Browse files
Merge pull request #5816 from mmafrar/fix/macos-naming-inconsistency
Fix: Correct macOS naming inconsistencies across the documentation
2 parents 7abe66b + c3f7c6c commit c1a7d9a

File tree

197 files changed

+425
-425
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+425
-425
lines changed

en/identity-server/5.10.0/docs/administer/product-level-security-guidelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Before starting the server:
115115

116116
1. Open the product startup script in the `<IS_HOME>/bin` directory.
117117

118-
``` bash tab="Linux/Mac OS"
118+
``` bash tab="Linux/macOS"
119119
wso2server.sh
120120
```
121121

@@ -135,7 +135,7 @@ Before starting the server:
135135

136136
1. Open the product startup script in the `<IS_HOME>/bin` directory.
137137

138-
``` bash tab="Linux/Mac OS"
138+
``` bash tab="Linux/macOS"
139139
wso2server.sh
140140
```
141141

@@ -164,7 +164,7 @@ To enable hostname verification:
164164

165165
1. Open the product startup script in the `<IS_HOME>/bin` directory.
166166

167-
``` bash tab="Linux/Mac OS"
167+
``` bash tab="Linux/macOS"
168168
wso2server.sh
169169
```
170170

en/identity-server/5.10.0/docs/get-started/quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ using WSO2 Identity Server.
4040

4141
|OS |Home Directory |
4242
|:------|:---------------------------------------------|
43-
|Mac OS | `/Library/WSO2/IdentityServer/<IS_HOME>` |
43+
|macOS | `/Library/WSO2/IdentityServer/<IS_HOME>` |
4444
|Windows| `C:\Program Files\WSO2\IdentityServer\<IS_HOME>` |
4545
|Ubuntu | `/usr/lib/wso2/IdentityServer/<IS_HOME>` |
4646
|CentOS | `/usr/lib64/IdentityServer/<IS_HOME>` |

en/identity-server/5.10.0/docs/learn/adding-users-and-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To achieve this, Pickup's administrator can create user roles for each designati
1717

1818
2. Navigate to `<IS_HOME>/bin` and start the server by executing one of the following commands.
1919

20-
``` java tab="Linux/MacOS"
20+
``` java tab="Linux/macOS"
2121
sh wso2server.sh
2222
```
2323

en/identity-server/5.10.0/docs/learn/configuring-access-delegation-with-oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this sample scenario, a user tries to log in to a vehicle booking web applica
1414

1515
2. Navigate to `<IS_HOME>/bin` and start the server by executing one of the following commands.
1616

17-
``` java tab="Linux/MacOS"
17+
``` java tab="Linux/macOS"
1818
sh wso2server.sh
1919
```
2020

en/identity-server/5.10.0/docs/learn/configuring-access-delegation-with-uma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Larry, Alex, and Sam are three users in WSO2 IS. Larry has a photo album in the
1414

1515
2. Navigate to `<IS_HOME>/bin` and start the server by executing one of the following commands on a terminal window.
1616

17-
``` java tab="Linux/MacOS"
17+
``` java tab="Linux/macOS"
1818
sh wso2server.sh
1919
```
2020

en/identity-server/5.10.0/docs/learn/configuring-identity-analytics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ If you need to get the logs on the WSO2 Identity Server console, navigate to `<I
9999

100100
1. Navigate to `<IS_HOME>/bin` directory via a command prompt and start the WSO2 IS server by executing one of the following commands.
101101

102-
``` java tab="Linux/MacOS"
102+
``` java tab="Linux/macOS"
103103
sh wso2server.sh
104104
```
105105

@@ -110,7 +110,7 @@ If you need to get the logs on the WSO2 Identity Server console, navigate to `<I
110110
2. WSO2 IS Analytics has two nodes. Navigate to `<ISANALYTICS_HOME>/bin` directory and execute the following commands via a command prompt to start each node.
111111
1. Start the worker node. The worker node listens to the authentication statistics from WSO2 Identity Server and then analyzes and monitors them.
112112

113-
``` java tab="Linux/MacOS"
113+
``` java tab="Linux/macOS"
114114
sh worker.sh
115115
```
116116

@@ -120,7 +120,7 @@ If you need to get the logs on the WSO2 Identity Server console, navigate to `<I
120120

121121
2. Start the dashboard node. The dashboard node displays the processed information using the dashboard interface.
122122

123-
``` java tab="Linux/MacOS"
123+
``` java tab="Linux/macOS"
124124
sh dashboard.sh
125125
```
126126

en/identity-server/5.10.0/docs/learn/configuring-inbound-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pickup can provision the users from the external application to WSO2 Identity Se
1616
1. [Download WSO2 Identity Server](https://wso2.com/identity-and-access-management/)
1717
2. Navigate to `<IS_HOME>/bin` and start the server by executing one of the following commands.
1818

19-
``` java tab="Linux/MacOS"
19+
``` java tab="Linux/macOS"
2020
sh wso2server.sh
2121
```
2222

en/identity-server/5.10.0/docs/learn/configuring-multi-tenancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In order to do this, Pickup can set up two tenants that share access to the same
1414

1515
2. Navigate to `<IS_HOME>/bin` directory via a command prompt and start the server by executing one of the following commands.
1616

17-
``` java tab="Linux/MacOS"
17+
``` java tab="Linux/macOS"
1818
sh wso2server.sh
1919
```
2020

en/identity-server/5.10.0/docs/learn/configuring-multifactor-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To ensure that only their own drivers can log into the application, Pickup decid
3131

3232
1. Navigate to `<IS_HOME>/bin` directory via a command prompt and start the server by executing one of the following commands.
3333

34-
``` java tab="Linux/MacOS"
34+
``` java tab="Linux/macOS"
3535
sh wso2server.sh
3636
```
3737

en/identity-server/5.10.0/docs/learn/configuring-single-sign-on-oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pickup is a cab company that has two SAML web applications called **pickup-dispa
1616
1. [Download WSO2 Identity Server](https://wso2.com/identity-and-access-management/).
1717
2. Navigate to `<IS_HOME>/bin` and start the server by executing one of the following commands.
1818

19-
``` java tab="Linux/MacOS"
19+
``` java tab="Linux/macOS"
2020
sh wso2server.sh
2121
```
2222

0 commit comments

Comments
 (0)