mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
#179-Tweak format for consistency.
This commit is contained in:
parent
90fb4de74a
commit
bda0ddf671
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ include::{partialsdir}/attributes.adoc[]
|
|||
|
||||
This section describes how to add software repositories with the `dnf config-manager` command.
|
||||
|
||||
Use the following commands as the `root` user or under the `sudo` utility.
|
||||
* To add a new repository, do the following as `*root*`.
|
||||
|
||||
. Define a new repository by adding a new file with the `.repo` suffix to the [filename]`/etc/yum.repos.d/` directory. For details about various options to use in the `.repo` file, see the xref:f{MAJOROSVER}@fedora:system-administrators-guide:package-management/DNF.adoc#sec-Setting_repository_Options[Setting [repository\] Options] section in the System Administrator's Guide
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
This section shows how to disable a particular software repository by using the `dnf config-manager` command.
|
||||
|
||||
* To disable a particular repository, use the following command as *root*:
|
||||
* To disable a particular repository, use the following command as `*root*`:
|
||||
+
|
||||
[literal,subs="+quotes,attributes"]
|
||||
----
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
This section shows how to enable a particular software repository by using the `dnf config-manager` command.
|
||||
|
||||
* To enable a particular repository, use the following command as `root`.
|
||||
* To enable a particular repository, use the following command as `*root*`.
|
||||
+
|
||||
[literal,subs="+quotes,attributes"]
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue