about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 11 insertions, 8 deletions
diff --git a/README b/README
index 96c1d8d..d7cb679 100644
--- a/README
+++ b/README
@@ -4,12 +4,10 @@ pcu - Page Cache Utilities
 This package contains command-line utilities for viewing/managing the
 kernel page cache.
 
-* [pcu-fadvise(1)](pcu-fadvise.1.html) - runs
-  [posix_fadvise(2)](http://linux.die.net/man/2/posix_fadvise)
+* [pcu-fadvise(1)](pcu-fadvise.1.html) - runs [posix_fadvise(2)][1]
   on given files
-* [pcu-mincore(1)](pcu-fadvise.1.html) - shows the pages in the page cache
-  for given files via [mmap(2)](http://linux.die.net/man/2/mmap) and
-  [mincore(2)](http://linux.die.net/man/2/mincore)
+* [pcu-mincore(1)](pcu-mincore.1.html) - shows the pages in the page cache
+  for given files via [mmap(2)][3] and [mincore(2)][2].
 
 See manpages for the individual commands for more details.  Neither
 command requires privileges other than read access to the files
@@ -27,8 +25,9 @@ Contact
 Please direct all bug reports/questions/patches/comments to <pcu@librelist.com>
 
 Mailing list archives are available as gzipped mbox files at
-<http://bogomips.org/pcu/archives/> in addition to the librelist.com-provided
-Maildir archives at <http://librelist.com/archives/pcu/>.
+<http://bogomips.org/pcu/archives/> in addition to the
+[librelist.com](http://librelist.com)-provided Maildir archives at
+<http://librelist.com/archives/pcu/>.
 
 Source
 ------
@@ -42,4 +41,8 @@ License
 pcu is 100% Free Software.
 Copyright Eric Wong <normalperson@yhbt.net> and contributors.
 It is covered under the [GNU General Public License,
-version 2](http://www.gnu.org/licenses/gpl-2.0.html).
+version 2](http://gnu.org/licenses/gpl-2.0.html).
+
+[1]: http://opengroup.org/onlinepubs/009695399/functions/posix_fadvise.html
+[2]: http://kernel.org/doc/man-pages/online/pages/man2/mincore.2.html
+[3]: http://opengroup.org/onlinepubs/009695399/functions/mmap.html