summaryrefslogtreecommitdiff
path: root/inotail.1
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-10-21 13:25:26 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-10-21 13:25:26 +0200
commitf65624a805403a9a57c991795927db55dcebf5c1 (patch)
treeb11bbd2c54a24dfbe4dab4a510fbc544c0f3604a /inotail.1
parent3e1ce3d550b37d6f833c01860b24166a89908576 (diff)
Unify wording all over the tree
According to the Linux source it's: * s/linux/Linux/ * s/Kernel/kernel/ * s/Inotify/inotify/ (except at the beginning of a sentence)
Diffstat (limited to 'inotail.1')
-rw-r--r--inotail.12
1 files changed, 1 insertions, 1 deletions
diff --git a/inotail.1 b/inotail.1
index 2eb3deb..a623f0a 100644
--- a/inotail.1
+++ b/inotail.1
@@ -23,7 +23,7 @@ of the Linux kernel to speed up tailing files in the follow mode (the '\-f'
option). Standard tail polls the file every second by default while inotail
listens to special events sent by the kernel through the inotify API to
determine whether a file needs to be reread. \fINote:\fR inotail will not work
-on systems running kernels without Inotify. To enable Inotify , please set
+on systems running a kernel without inotify. To enable inotify, please set
CONFIG_INOTIFY=y in your kernel configuration and recompile it.
.PP
Currently inotail is not fully compatible to neither POSIX or GNU tail but might