summaryrefslogtreecommitdiff
path: root/inotail.1
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-08-23 00:01:14 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-08-23 00:01:14 +0200
commit649c286d7c13f6906e2c5a61b194dcd9f5817788 (patch)
tree8f59d7907dacf8f8c5109f34843e97270e2644f2 /inotail.1
parent2451dffbb7f7d385310d084ee478e521b710e5c9 (diff)
Fix up docco
Diffstat (limited to 'inotail.1')
-rw-r--r--inotail.14
1 files changed, 2 insertions, 2 deletions
diff --git a/inotail.1 b/inotail.1
index ce56d9b..bae59ee 100644
--- a/inotail.1
+++ b/inotail.1
@@ -18,10 +18,10 @@ inotail \- A fast and light version of tail using inotify
.SH DESCRIPTION
.B inotail
is a drop-in replacement for the 'tail' program found in the base
-installation of every Linux/UNIX system. It makes use of the Inotify
+installation of every Linux/UNIX system. It makes use of the inotify
infrastructure in recent versions of the Linux kernel to speed up tailing files
in the follow mode (the '-f' option). Currently inotail is not fully compatible
-to neither POSIX or GNU tail but might be in the future. \fINote:\fR inotail
+to neither POSIX or GNU tail but might be in the future. \fINote:\fR inotail
will not work on systems running kernels without Inotify. To enable Inotify ,
please set CONFIG_INOTIFY=y in your kernel configuration and recompile it.
.SH OPTIONS