summaryrefslogtreecommitdiffstats
path: root/pod
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2015-09-12 13:37:32 +0300
committerYuri Chornoivan <yurchor@ukr.net>2015-09-12 13:37:32 +0300
commitcae2bdc50697baf63ebfe1886f4da339fb34233b (patch)
tree2ecbdca6dba9f9aa0aca456124ab3bd7f7388ae9 /pod
parent2afc00112b6ebbc4c3bdf07ff6a81937c4612e36 (diff)
downloadurpmi-cae2bdc50697baf63ebfe1886f4da339fb34233b.tar
urpmi-cae2bdc50697baf63ebfe1886f4da339fb34233b.tar.gz
urpmi-cae2bdc50697baf63ebfe1886f4da339fb34233b.tar.bz2
urpmi-cae2bdc50697baf63ebfe1886f4da339fb34233b.tar.xz
urpmi-cae2bdc50697baf63ebfe1886f4da339fb34233b.zip
Fix minor typos in the manpages
Diffstat (limited to 'pod')
-rw-r--r--pod/8/rurpmi.pod2
-rw-r--r--pod/8/urpmi.addmedia.pod4
-rw-r--r--pod/8/urpmi.pod2
-rw-r--r--pod/8/urpmihowto.pod2
4 files changed, 5 insertions, 5 deletions
diff --git a/pod/8/rurpmi.pod b/pod/8/rurpmi.pod
index dae12529..bedc9ad1 100644
--- a/pod/8/rurpmi.pod
+++ b/pod/8/rurpmi.pod
@@ -12,7 +12,7 @@ rurpmi is similar to urpmi, but has a stripped-down set of features. It's
intended to be used by users without root privileges but with sudo rights
on it, preventing any abuse of this tool to compromise the system.
-With rurpmi, you can't install arbitrary rpm files; moreoever the
+With rurpmi, you can't install arbitrary rpm files; moreover the
B<--keep> and B<--verify-rpm> options are forced, and
several dangerous options are forbidden (B<--root>, B<--use-distrib>,
B<--env>, B<--allow-nodeps>, B<--allow-force>, B<--force>, B<--noscripts>,
diff --git a/pod/8/urpmi.addmedia.pod b/pod/8/urpmi.addmedia.pod
index 0cc6fceb..a88bd6af 100644
--- a/pod/8/urpmi.addmedia.pod
+++ b/pod/8/urpmi.addmedia.pod
@@ -91,7 +91,7 @@ machine (e.g. C<media/main>).
Use the given url as a mirror list. It is quite special, please see examples
at the beginning of this page.
-You can also give a space seperated list of urls. Each url can be either a
+You can also give a space separated list of urls. Each url can be either a
mirrorlist or a mirror url. This is useful if you have a mirror to use inside
a local network, but still use standard mirrors when the local mirror is not
available.
@@ -146,7 +146,7 @@ If used together with B<--distrib>, it will only add media flagged "update".
=item B<--no-verify-rpm>
Activate or deactivate rpm signature checking of newly added media.
-It's activated by default, and can be overriden in global configuration.
+It's activated by default, and can be overridden in global configuration.
=item B<--xml-info>
diff --git a/pod/8/urpmi.pod b/pod/8/urpmi.pod
index 3fc9a7ad..3010ea14 100644
--- a/pod/8/urpmi.pod
+++ b/pod/8/urpmi.pod
@@ -313,7 +313,7 @@ specify a directory where the files should be downloaded (default is /var/cache/
=item B<--no-verify-rpm>
Activate or deactivate rpm signature checking. It's activated by default,
-and can be overriden in global configuration.
+and can be overridden in global configuration.
=item B<--test>
diff --git a/pod/8/urpmihowto.pod b/pod/8/urpmihowto.pod
index 8a4533a2..22f2f3e2 100644
--- a/pod/8/urpmihowto.pod
+++ b/pod/8/urpmihowto.pod
@@ -174,7 +174,7 @@ F<second/media_info> subdirectories.
Per-media metadata consists in an C<hdlist.cz> file, that contains the
gzipped headers of the RPMs in the media, a C<synthesis.hdlist.cz> file,
much smaller than the hdlist and that contains only the information
-necessary to urpmi to resolve dependencies, and optionnally a C<pubkey>
+necessary to urpmi to resolve dependencies, and optionally a C<pubkey>
file if the RPMs are signed (so urpmi can check that the RPMs it downloads
are signed with the key associated to this media.)