summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-08-23 00:35:06 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-08-23 00:35:06 +0200
commitae595b24bf3043013ce0c4001929be90d5d1abae (patch)
tree53776950b61c133deb3bc69c3d1c5f88b323cac4
parent7df43bd5aaeb02a999212679af6e0811766e9a8f (diff)
Fix hyphen-used-as-minus-sign warning spit out by lintian
-rw-r--r--inotail.12
1 files changed, 1 insertions, 1 deletions
diff --git a/inotail.1 b/inotail.1
index 27d17d6..f1516e8 100644
--- a/inotail.1
+++ b/inotail.1
@@ -20,7 +20,7 @@ inotail \- A fast and light version of tail using inotify
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
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
+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
will not work on systems running kernels without Inotify. To enable Inotify ,
please set CONFIG_INOTIFY=y in your kernel configuration and recompile it.