From 43660d5b50ac5755f7ac28eabe12f019c2a441d1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 25 Jul 2009 18:13:09 -0700 Subject: README: updates * add links to syscall manpages * include mailing list info --- README | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/README b/README index cf6c57c..524d329 100644 --- a/README +++ b/README @@ -4,27 +4,36 @@ pcu - Page Cache Utilities This package contains command-line utilities for viewing/managing the kernel page cache. -* pcu-fadvise - runs posix_fadvise(2) on given files -* pcu-mincore - shows the pages in the page cache for given files +* 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) See manpages for the individual commands for more details. Neither command requires privileges other than read access to the files specified on the command-line. -You may clone the source repository via git: - -* git://git.bogomips.org/pcu.git -* -* git://repo.or.cz/pcu.git (mirror) -* (mirror) - -You may also brows the source code or obtain tarballs from cgit: +Download +-------- +You may also browse the source code or obtain tarballs from cgit or gitweb: * +* -Or via gitweb: +Contact +------- +Please direct all bug reports/questions/patches/comments to -* +Source +------ +You may clone the source repository via git: + +* git://git.bogomips.org/pcu.git +* git://repo.or.cz/pcu.git (mirror) +License +------- pcu is copyright Eric Wong and contributors. It is covered under the GNU General Public License, version 2. -- cgit v1.2.3-24-ge0c7