Skip to content

Commit

Permalink
Minor update to zypper description and output (jsc#SLE-22621) (#1132)
Browse files Browse the repository at this point in the history
* Minor update to zypper description and output (jsc#SLE-22621)

Co-authored-by: Daria Vladykina <[email protected]>
  • Loading branch information
tbazant and dariavladykina committed Mar 29, 2022
1 parent 7103889 commit 8bf8229
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc-kit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ variant: license-gfdl

file: dc865ed00674536288a1e5a78ba07fe138aaabde .gitignore
file: c6b4745307e90c9b88905b434cbbaddc54e4541b .editorconfig
file: 77ca4e1e85b155aaaf525ac94df8c4a682008a62 xml/generic-entities.ent
file: 52057b72aa89089dc36d5edc422a2ecb4c6ca48b xml/generic-entities.ent
file: e18430714fe3af85fe62bea62b50140d8b5edf5a xml/network-entities.ent
3 changes: 3 additions & 0 deletions xml/generic-entities.ent
Original file line number Diff line number Diff line change
Expand Up @@ -548,3 +548,6 @@ use &deng;! -->
<!ENTITY mgrinstguide "<citetitle xmlns='http://docbook.org/ns/docbook'>Installation &amp; Troubleshooting Guide</citetitle>">
<!ENTITY mgrproxyquick "<citetitle xmlns='http://docbook.org/ns/docbook'>Proxy Quick Start</citetitle>">
<!ENTITY mgrquick "<citetitle xmlns='http://docbook.org/ns/docbook'>Quick Start</citetitle>">

<!-- SLE, old guide names -->
<!ENTITY sle_jeos_quick "<citetitle xmlns='http://docbook.org/ns/docbook'>&jeos; Quick Start</citetitle>">
15 changes: 9 additions & 6 deletions xml/zypper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,12 @@
<sect2 xml:id="sec-zypper-subcommands">
<title>Using Zypper subcommands</title>
<para>
Zypper subcommands are executables that are stored in the zypper_execdir,
<filename>/usr/lib/zypper/commands</filename>. If a subcommand is not found
in the zypper_execdir, Zypper automatically searches the rest of your $PATH
for it. This enables writing your own local extensions and storing them in
userspace.
Zypper subcommands are executables that are stored in the directory
specified by the <option>zypper_execdir</option> configuration option. It is
<filename>/usr/lib/zypper/commands</filename> by default. If a subcommand
is not found there, Zypper automatically searches the rest of your $PATH
locations for it. This enables you to create your own local extensions and store
them in user space.
</para>
<para>
Executing subcommands in the Zypper shell, and using global Zypper options
Expand All @@ -154,7 +155,9 @@ Available zypper subcommands in '/usr/lib/zypper/commands'

Zypper subcommands available from elsewhere on your $PATH

&lt;none> </screen>
log Zypper logfile reader
(/usr/sbin/zypper-log)
</screen>
<para>
View the help screen for a subcommand:
</para>
Expand Down

0 comments on commit 8bf8229

Please sign in to comment.