@@ -298,7 +298,7 @@ Boston, MA 02111-1307, USA.
298298 <para >
299299 <option >--force-replacefiles</option > allows one package to overwrite files from another without having to rebuild the whole kernel package.
300300 </para >
301-
301+
302302 </listitem >
303303 </varlistentry >
304304
@@ -336,7 +336,7 @@ Boston, MA 02111-1307, USA.
336336 Takes one or more query terms as arguments. The packages are
337337 searched within the enabled repositories in
338338 <filename >/etc/yum.repos.d/</filename >. Packages can be
339- overlayed and removed using the <command >install</command >
339+ overlayed and removed using the <command >install</command >
340340 and <command >uninstall</command > commands.
341341 </para >
342342 </listitem >
@@ -558,9 +558,9 @@ Boston, MA 02111-1307, USA.
558558 </para >
559559
560560 <para >
561- <command >replace</command > to replace base packages.
561+ <command >replace</command > to replace base packages.
562562 Requires explicitly specifying a set of RPMs to install via
563- HTTP or local file paths. On Fedora systems, it is also
563+ HTTP or local file paths. On Fedora systems, it is also
564564 supported to pull from the Fedora Koji/Bodhi systems.
565565 For example,
566566 <command >rpm-ostree override replace https://objstore.int.example.com/hotfixes/kernel.rpm</command >,
@@ -594,7 +594,7 @@ Boston, MA 02111-1307, USA.
594594 <listitem >
595595 <para >
596596 Without options, display current default kernel arguments. Modify
597- arguments using the following parameters which will create a new
597+ arguments using the following parameters which will create a new
598598 deployment with the modified kernel arguments. Previous deployments
599599 are never changed.
600600 </para >
@@ -610,7 +610,7 @@ Boston, MA 02111-1307, USA.
610610 <command >
611611 --append
612612 </command >
613- to append a kernel argument. For example,
613+ to append a kernel argument. For example,
614614 <command >--append=panic=1</command >.
615615 </para >
616616
@@ -625,26 +625,26 @@ Boston, MA 02111-1307, USA.
625625 <command >
626626 --delete
627627 </command >
628- to delete a kernel argument. For example,
628+ to delete a kernel argument. For example,
629629 <command >--delete=panic=1</command >.
630630 </para >
631631
632632 <para >
633633 <command >
634634 --delete-if-present
635635 </command >
636- to delete a kernel argument if it is already present. For example,
636+ to delete a kernel argument if it is already present. For example,
637637 <command >--delete-if-present=panic=1</command >.
638638 </para >
639639
640640 <para >
641641 <command >
642642 --replace
643643 </command >
644- to replace an existing kernel argument, it allows you to pass a
644+ to replace an existing kernel argument, it allows you to pass a
645645 KEY=VALUE. Also, it supports "KEY=VALUE=NEWVALUE" to replace the
646- value of an argumnet only if one value exist for that argument.
647- For example, <command >--replace=panic=1</command >. or
646+ value of an argument only if one value exists for that argument.
647+ For example, <command >--replace=panic=1</command >. or
648648 <command >--replace=panic=1=0</command >.
649649 </para >
650650
@@ -653,7 +653,7 @@ Boston, MA 02111-1307, USA.
653653 --unchanged-exit-77
654654 </command >
655655 to exit status 77 to indicate that the kernel arguments have
656- not changed.
656+ not changed.
657657 </para >
658658
659659 <para >
@@ -853,7 +853,7 @@ $ systemctl start postgresql # Some setup required
853853 <para >
854854 A major implicit benefit of the <literal >overlayfs</literal > approach is that
855855 if something goes wrong in the middle of a <literal >apply-live</literal > operation,
856- a system reboot will implicitly remove the overlay, restoring the system to
856+ a system reboot will implicitly remove the overlay, restoring the system to
857857 the pristine deployment state.
858858 </para >
859859 </listitem >
@@ -870,6 +870,16 @@ $ systemctl start postgresql # Some setup required
870870 </para >
871871 </listitem >
872872 </varlistentry >
873+
874+ <varlistentry >
875+ <term ><command >update</command ></term >
876+
877+ <listitem >
878+ <para >
879+ Alias for the <command >upgrade</command > command.
880+ </para >
881+ </listitem >
882+ </varlistentry >
873883 </variablelist >
874884 </refsect1 >
875885
0 commit comments