Skip to content

Commit b6a470f

Browse files
committed
doc/rpm: use more inclusive language
See following inclusive language guide: https://www.aswf.io/inclusive-language-guide/ Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent b6bdf4a commit b6a470f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

MIGRATING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3282,8 +3282,8 @@ to guide for instance users when they try to evaluate a forbidden module:
32823282
Software bar/1.0 is decommissioned, please now use bar/2.0
32833283
32843284
When an evaluated module will soon be forbidden, a message is returned to the
3285-
user to warn him/her of the near limit. An additional warning message can
3286-
also be defined here with the ``--nearly-message`` option to guide users.
3285+
user to warn them of the near limit. An additional warning message can also be
3286+
defined here with the ``--nearly-message`` option to guide users.
32873287

32883288
.. parsed-literal::
32893289

doc/source/cookbook/compiler-etc-dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for users to use, there is the problem of ensuring that the
88
user is using the correct builds of everything. Generally,
99
if an user is attempting to compile code making use of the system
1010
software collection, you want to ensure that the user is compiling
11-
his code with the same compiler that was used to compile the library.
11+
their code with the same compiler that was used to compile the library.
1212
This tends to be particularly true of C++ and Fortran code using modules,
1313
and parallel codes using MPI libraries.
1414

doc/source/cookbook/modulefiles-in-git.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ switches :envvar:`MODULEPATH` to a locally-created git clone of the
4545
Modulefiles. When unloaded, it switches :envvar:`MODULEPATH` back to the
4646
default.
4747

48-
After this, any time a user wants to edit the Modulefiles, he works in
49-
his local git repo. After editing, testing, and committing to the local
48+
After this, any time a user wants to edit the Modulefiles, they work in
49+
their local git repo. After editing, testing, and committing to the local
5050
git repo, ``git push`` updates the main repository, which (assuming the
5151
user knows the password for user ``modules``) automatically updates
5252
``/home/modules/modulefiles``.

doc/source/design/sticky-modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Specification
6464
- An error is reported when trying to unload a sticky or super-sticky module
6565

6666
- As the expected unload is not performed
67-
- So with the return code and message, user knows that what he/she asked for was not done
67+
- So with the return code and message, user knows that what they asked for was not done
6868
- Same goes for the ``purge`` command: user expects no more module loaded
6969

7070
- so an error is returned as after the command the sticky module is still loaded
@@ -73,7 +73,7 @@ Specification
7373

7474
- the sticky module is unloaded as expected but a warning message is done
7575
- as the module was tagged not to be unloaded by default
76-
- user should know he/she has done something specific
76+
- user should know they have done something specific
7777

7878
- Reporting an error during a ``purge`` may be considered inappropriate
7979

doc/source/devel/add-new-maintainer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Add a new maintainer
66
This document is a guide on how to set a new person as a maintainer for
77
Modules project.
88

9-
* Confirm he/she has read and understood the `Code of conduct`_ and
9+
* Confirm they have read and understood the `Code of conduct`_ and
1010
:ref:`Technical charter<CHARTER>` of the project
1111
* Add to the `maintainer GitHub's team`_
1212
* Invite to the `modules-maintainers chat room`_

share/rpm/environment-modules.spec.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ fi
196196

197197
update-alternatives \
198198
--install %{_sysconfdir}/profile.d/modules.sh modules.sh %{_datadir}/Modules/init/profile.sh 40 \
199-
--slave %{_sysconfdir}/profile.d/modules.csh modules.csh %{_datadir}/Modules/init/profile.csh \
200-
--slave %{_datadir}/fish/vendor_conf.d/modules.fish modules.fish %{_datadir}/Modules/init/fish \
201-
--slave %{_bindir}/modulecmd modulecmd %{_datadir}/Modules/libexec/modulecmd.tcl
199+
--follower %{_sysconfdir}/profile.d/modules.csh modules.csh %{_datadir}/Modules/init/profile.csh \
200+
--follower %{_datadir}/fish/vendor_conf.d/modules.fish modules.fish %{_datadir}/Modules/init/fish \
201+
--follower %{_bindir}/modulecmd modulecmd %{_datadir}/Modules/libexec/modulecmd.tcl
202202

203203
%postun
204204
if [ $1 -eq 0 ] ; then

0 commit comments

Comments
 (0)