Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-12-12 08:09:28 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-12-12 08:09:28 +0100
commit1f677bb86b5fdf53c6c83f80ed5e97c52eb4c501 (patch)
tree5b1d6a3c69e0a4a3d12605f403d19b42f18a1e56
parent7d26b555aeeb863d320341c2ffaaea8593d33012 (diff)
reflector.1.gz man page must be compressed
-rw-r--r--man/reflector.155
-rw-r--r--man/reflector.1.gzbin0 -> 555 bytes
2 files changed, 0 insertions, 55 deletions
diff --git a/man/reflector.1 b/man/reflector.1
deleted file mode 100644
index dc2da4d..0000000
--- a/man/reflector.1
+++ /dev/null
@@ -1,55 +0,0 @@
-.TH reflector 1 "12 October 2019" "2019.3-1" "User Commands"
-.SH NAME
-reflector \- retrieve and filter the latest Pacman mirror list
-
-.SH SYNOPSIS
-.B reflector
-[arguments]
-
-.SH DESCRIPTION
-.B reflector
-is a Python script and module that can retrieve and filter the Pacman mirror list and overwrite /etc/pacman.d/mirrorlist.
-
-.SH ARGUMENTS
-
-See
-.B reflector
---help
-
-.SH EXAMPLES
-
-Print the latest mirrorlist to stdout:
-
-.RS
-.B reflector
-.RE
-
-Sort the five most recently synchronized mirrors by download speed and overwrite the local mirrorlist:
-
-.RS
-.B reflector
---latest 5 --sort rate --save /etc/pacman.d/mirrorlist
-.RE
-
-Select the 200 most recently synchronized HTTP or HTTPS mirrors, sort them by download speed, and overwrite the file /etc/pacman.d/mirrorlist:
-
-.RS
-.B reflector
---latest 200 --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist
-.RE
-
-Select the HTTPS mirrors synchronized within the last 12 hours and located in either France or Germany, sort them by download speed, and overwrite the file /etc/pacman.d/mirrorlist:
-
-.RS
-.B reflector
---country France --country Germany --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
-.RE
-
-.SH AUTHOR
-.B reflector
-was written and is maintained by
-.B Xyne
-(https://xyne.archlinux.ca/).
-
-.SH SEE ALSO
-pacman(8)
diff --git a/man/reflector.1.gz b/man/reflector.1.gz
new file mode 100644
index 0000000..235175c
--- /dev/null
+++ b/man/reflector.1.gz
Binary files differ