Skip to content

Commit 21c69b4

Browse files
authored
Typo fixes / more direct voice (#620)
1 parent 37dc3f7 commit 21c69b4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

concepts/ansible-role-suseconnect.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<para>You can use this role to:</para>
2929
<itemizedlist>
3030
<listitem><para>Register a SUSE system to the SCC or servers.</para></listitem>
31-
<listitem><para>Activate or remove of specific add-on products or modules.</para></listitem>
31+
<listitem><para>Activate or remove specific add-on products or modules.</para></listitem>
3232
<listitem><para>Deregister systems or products.</para></listitem>
3333
<listitem><para>Support transactional update register SLE-MICRO.</para></listitem>
3434
<listitem><para>Recheck tasks to ensure a smooth registration process.</para></listitem>
@@ -81,7 +81,7 @@
8181
name: suse.linux_system_roles.suseconnect
8282
</screen>
8383
<itemizedlist>
84-
<listitem><para><literal>suseconnect_deregister: true</literal>: instructs the system to deactivate its base subscription and remove it from the the SCC or SMT servers.
84+
<listitem><para><literal>suseconnect_deregister: true</literal>: instructs the system to deactivate its base subscription and remove it from the SCC or SMT servers.
8585
<literal>suseconnect_deregister</literal> is a <literal>Boolean</literal> datatype and accepts values <literal>false</literal> and <literal>true</literal>. When set to
8686
<literal>true</literal>, it executes the necessary SUSEConnect command to deregister the system's base product subscription. Default is <literal>false</literal>. </para></listitem>
8787
</itemizedlist>

tasks/deploy-sap-ansible-aws.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ For this procedure:</para>
145145
<listitem><para>Scenario passwords encrypted in Ansible vault.</para></listitem>
146146
<listitem><para>Scenario non-sensitive variables without using Ansible vault.</para></listitem>
147147
</itemizedlist>
148-
<para>In this procedure, we use a simplified variant for encrypting whole files.</para>
148+
<para>This procedure uses a simplified variant for encrypting whole files.</para>
149149
</step>
150150
</substeps>
151151
</step>
152-
<step><para>Copy the variable files from the source. Since we are provisioning new servers in AWS, only two variable files are required:</para>
152+
<step><para>Copy the variable files from the source. Since this procedure provisions new servers in AWS, only two variable files are required:</para>
153153
<itemizedlist><listitem><para><literal>ansible_extravars.yml</literal> contains scenario-specific variables.</para></listitem>
154154
<listitem><para><literal>ansible_extravars_aws_ec2_vs.yml</literal> contains platform-specific variables.</para></listitem>
155155
</itemizedlist>

tasks/networkmanager-nmcli-configure.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ creation process or beforehand.</para></listitem>
311311
<step><para>To configure <literal>p2p-dev-wlan0</literal> as a port,
312312
create a connection profile:</para>
313313
<screen>&prompt.sudo;nmcli connection add type wifi-p2p slave-type bond con-name bond0-port1 ifname p2p-dev-wlan0 master bond0</screen>
314-
<para>A new profile is created for <literal>p2p-dev-wlan0</literal> and added to the <literal>bond0</literal> connection. The name of the bond is <literal>bond0</literal>.</para></step>
314+
<para>This creates a new profile for <literal>p2p-dev-wlan0</literal> and adds it to the <literal>bond0</literal> connection. The name of the bond is <literal>bond0</literal>.</para></step>
315315
<step><para>To assign <literal>virbr0</literal> to a bond:</para>
316316
<screen>&prompt.sudo;nmcli connection modify virbr0 master bond0</screen>
317317
<para>The connection profile for <literal>virbr0</literal> is added to the <literal>bond0</literal> connection.</para>
@@ -582,7 +582,7 @@ but you have not created any bond0 in this section. -->
582582
<step><para>Create a bridge interface:</para>
583583
<screen>&prompt.sudo;nmcli connection add type bridge con-name <replaceable>CONNECTION_NAME</replaceable> ifname <replaceable>BRIDGE_NAME</replaceable></screen>
584584
<para>
585-
For example, we created a bridge: <literal>bridge0</literal> by running the command:
585+
For example, create a bridge <literal>bridge0</literal> by running the command:
586586
</para>
587587
<screen>&prompt.sudo;nmcli connection add type bridge con-name bridge0 ifname bridge0</screen>
588588
</step>
@@ -606,11 +606,11 @@ connection profile).
606606
</step>
607607
<step><para>Add interfaces to the bridge:</para>
608608
<screen>&prompt.sudo;nmcli connection add type wifi-p2p slave-type bridge con-name bridge0-port1 ifname p2p-dev-wlan0 master bridge0</screen>
609-
<para>A new profile is created for p2p-dev-wlan0 and added to the <literal>bridge0</literal> connection.</para></step>
609+
<para>This creates a new profile for p2p-dev-wlan0 and adds it to the <literal>bridge0</literal> connection.</para></step>
610610
<step><para>To assign an existing connection to the bridge:</para>
611611
<screen>&prompt.sudo;nmcli connection modify bond0 master bridge0</screen>
612-
<para>The connection profile for <literal>bond0</literal>
613-
is added to the <literal>bridge0</literal> connection.</para>
612+
<para>This adds the connection profile for <literal>bond0</literal>
613+
to the <literal>bridge0</literal> connection.</para>
614614
</step>
615615
<step><para>Restart the connection:</para>
616616
<screen>&prompt.sudo;nmcli connection up bond0</screen></step>

0 commit comments

Comments
 (0)