HOWTO: minor internal/reordering/formatting changes
[fio.git] / README
diff --git a/README b/README
index 9493c2a5caf9af03f655866c40163c6a21bd598e..6bff82bdc1eced78d72ba32afc599bb2718da51a 100644 (file)
--- a/README
+++ b/README
@@ -108,6 +108,10 @@ Mandriva:
        Mandriva has integrated fio into their package repository, so installing
        on that distro should be as easy as typing ``urpmi fio``.
 
+Arch Linux:
+        An Arch Linux package is provided under the Community sub-repository:
+        https://www.archlinux.org/packages/?sort=&q=fio
+
 Solaris:
        Packages for Solaris are available from OpenCSW. Install their pkgutil
        tool (http://www.opencsw.org/get-it/pkgutil/) and then install fio via
@@ -205,10 +209,10 @@ implemented, I'd be happy to take patches for that. An example of that is disk
 utility statistics and (I think) huge page support, support for that does exist
 in FreeBSD/Solaris.
 
-Fio uses pthread mutexes for signalling and locking and FreeBSD does not
-support process shared pthread mutexes. As a result, only threads are
-supported on FreeBSD. This could be fixed with sysv ipc locking or
-other locking alternatives.
+Fio uses pthread mutexes for signalling and locking and some platforms do not
+support process shared pthread mutexes. As a result, on such platforms only
+threads are supported. This could be fixed with sysv ipc locking or other
+locking alternatives.
 
 Other \*BSD platforms are untested, but fio should work there almost out of the
 box. Since I don't do test runs or even compiles on those platforms, your