Skip to content

Commit b13b2ef

Browse files
Apply suggestions from code review
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 5f7c947 commit b13b2ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

testing/new-buildbot-worker.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ if you choose that path.
8484
buildbot-worker create-worker buildarea buildbot-api.python.org:9020 workername workerpasswd
8585

8686

87-
.. tab:: Mac
87+
.. tab:: macOS
8888

89-
* Create a buildbot user using the OS/X control panel user admin. It
89+
* Create a buildbot user using the macOS control panel user admin. It
9090
should be a "standard" user.
9191
* Log in as the buildbot user.
9292
* Install the buildbot worker [#]_ by running ``pip install buildbot-worker``.
@@ -194,8 +194,8 @@ machine reboots:
194194
via the ``systemctl --user enable --now buildbot-worker.service``
195195
command.
196196

197-
Note that using a systemd unit file, might produce some selinux warnings on systems
198-
where the enforcing mode is enabled, usually related to the twistd.pid file.
197+
Note that using a systemd unit file, might produce some SELinux warnings on systems
198+
where the enforcing mode is enabled, usually related to the ``twistd.pid`` file.
199199
If the service fails to start, you should check the output of
200200
``systemctl status buildbot-worker.service`` as well as the
201201
``/var/log/audit/audit.log`` file (for example, through
@@ -209,7 +209,7 @@ machine reboots:
209209
left a ``twistd.pid`` file behind.
210210

211211

212-
.. tab:: Mac
212+
.. tab:: macOS
213213

214214
* Create a bin directory for your buildbot user::
215215

0 commit comments

Comments
 (0)