Skip to content

Commit

Permalink
Review of ulp article
Browse files Browse the repository at this point in the history
  • Loading branch information
dariavladykina committed Oct 12, 2023
1 parent 0f0a2d0 commit 925d365
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions concepts/ulp-package-files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<abstract>
<!-- can be changed via merge in the assembly -->
<para>
This section describes files that shoud be present in a live patch
This section describes files that should be present in a live patch
package.
</para>
</abstract>
Expand All @@ -36,14 +36,14 @@
<itemizedlist>
<listitem>
<para>
<filename>glibc-livepatches.spec</filename>, refer to
<filename>glibc-livepatches.spec</filename>; for details, refer to
<xref linkend="ulp-glibc-livepatches"/>.
</para>
</listitem>
<listitem>
<para>
<filename>glibc-livepatches-<replaceable>VERSION</replaceable>.tar.xz</filename>,
for details refer to <xref linkend="ulp-livepatches-tar"/>.
<filename>glibc-livepatches-<replaceable>VERSION</replaceable>.tar.xz</filename>;
for details, refer to <xref linkend="ulp-livepatches-tar"/>.
</para>
</listitem>
</itemizedlist>
Expand All @@ -54,7 +54,7 @@
instructions on how to prepare, build, install and apply the live patch.
</para>
<para>
The file also calls the <literal> ulp_post_hook</literal> script. The
The file also calls the <literal>ulp_post_hook</literal> script. The
script calls the &ulpa; trigger with extracted boilerplate code to avoid
adding such a code to every package. To check the code, view the file
<filename>/usr/lib/userspace-livepatch/rpm-helper</filename>. The call to
Expand Down
2 changes: 1 addition & 1 deletion glues/ulp-create-patch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
For more information regarding <literal>libpulp</literal>, refer to the
<phrase os="slemicro"><link xlink:href="https://documentation.suse.com/sle-micro/html/SLE-Micro-all/cha-ulp.html#">ULP
documentation</link></phrase><phrase os="sles"><link xlink:href="https://documentation.suse.com/sles/html/SLES-administration/#cha-ulp">ULP
documentaiton</link></phrase>.
documentation</link></phrase>.
</para>
</topic>
6 changes: 3 additions & 3 deletions tasks/ulp-packing-patch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</step>
<step>
<para>
Run the following command to update the package that it includes all
Run the following command to update the package so that it includes all
<literal>glibc</literal> versions released for the particular
&productnameshort; version.
</para>
Expand All @@ -65,8 +65,8 @@
</step>
<step>
<para>
To ensure that your package does not contain any from your build
temporary files, run the command:
To ensure that your package does not contain any of your
temporary build files, run the command:
</para>
<screen>&prompt.user;<command>make clean</command></screen>
</step>
Expand Down

0 comments on commit 925d365

Please sign in to comment.