Skip to content

Commit

Permalink
Fixed minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvicoun committed Mar 28, 2023
1 parent db4a8c3 commit 22abf16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions xml/task-modifying-ignition-cloud.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
xmlns:trans="http://docbook.org/ns/transclusion">

<info>
<title>Adding users with the <command>useradd</command> command</title>
<title>Reconfiguring system after first boot</title>
<meta name="maintainer" content="Jana Halackova"/>
</info>

Expand Down Expand Up @@ -64,7 +64,7 @@
<para>
To provide the newly created user with access using the cloud framework provided SSH key, ensure that the following &systemd; service is started:
</para>
<screen>&prompt.root;<command>systemctl start afterburn-sshkeys@<replaceable></replaceable>USER_NAME</command></screen>
<screen>&prompt.root;<command>systemctl start afterburn-sshkeys@<replaceable>USER_NAME</replaceable></command></screen>
</step>
<step>
<para>
Expand Down
2 changes: 1 addition & 1 deletion xml/task-slemicro-useradd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<section xml:id="adding-useradd-on-btrfs">
<title>Adding users with <command>useradd</command></title>
<para>
The procedure of creating users in a running system depends on the type of user you want to add.
The procedure of creating users in a running system differs according to the type of user you want to add.
</para>
<para>
To add a regular users without <command>sudo</command> privileges, proceed as described further:
Expand Down

0 comments on commit 22abf16

Please sign in to comment.