about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-07-26 14:29:18 -0700
committerEric Wong <normalperson@yhbt.net>2009-07-26 14:29:18 -0700
commit13efc3decc4afbad6f2cd8b47677743dc4bb82c8 (patch)
tree142fff473f4f40147ea9556cc916abffa557780e
parent4350c110ed2b80da275f9f2511f1daf79b9320ed (diff)
downloadpcu-13efc3decc4afbad6f2cd8b47677743dc4bb82c8.tar.gz
README: add more links to things we reference
-rw-r--r--README20
1 files changed, 11 insertions, 9 deletions
diff --git a/README b/README
index ad64d8d..96c1d8d 100644
--- a/README
+++ b/README
@@ -4,12 +4,12 @@ pcu - Page Cache Utilities
 This package contains command-line utilities for viewing/managing the
 kernel page cache.
 
-* pcu-fadvise - runs
-                [posix_fadvise(2)](http://linux.die.net/man/2/posix_fadvise)
-                on given files
-* pcu-mincore - 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-fadvise(1)](pcu-fadvise.1.html) - runs
+  [posix_fadvise(2)](http://linux.die.net/man/2/posix_fadvise)
+  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)
 
 See manpages for the individual commands for more details.  Neither
 command requires privileges other than read access to the files
@@ -32,12 +32,14 @@ Maildir archives at <http://librelist.com/archives/pcu/>.
 
 Source
 ------
-You may clone the source repository via git:
+You may clone the source repository via [git](http://git-scm.com):
 
 * git://git.bogomips.org/pcu.git
 * git://repo.or.cz/pcu.git (mirror)
 
 License
 -------
-pcu is copyright Eric Wong <normalperson@yhbt.net> and contributors.
-It is covered under the GNU General Public License, version 2.
+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).