From 636e916d6b3e2a83a30311e035cbf0a3a866187a Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 15 Nov 2006 12:59:35 +0100 Subject: Minor documentation changes --- inotail.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inotail.1') diff --git a/inotail.1 b/inotail.1 index 9145dec..2c19ac3 100644 --- a/inotail.1 +++ b/inotail.1 @@ -11,7 +11,7 @@ .pc .TH INOTAIL 1 "2006-08-13" "" "Inotify enhanced tail" .SH NAME -inotail \- A fast and light version of tail using inotify +inotail \- A fast and lightweight version of tail using inotify .SH SYNOPSIS .B inotail [OPTION]... [FILE]... @@ -24,7 +24,7 @@ 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 a kernel without inotify. To enable inotify, please set -CONFIG_INOTIFY=y in your kernel configuration and recompile it. +CONFIG_INOTIFY=y in your Linux kernel configuration and recompile it. .PP Currently inotail is not fully compatible to neither POSIX or GNU tail but might be in the future. -- cgit v1.2.3-54-g00ecf net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/kernel/acct.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-12-07 18:16:57 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2012-01-06 23:16:53 -0500
commitd8c9584ea2a92879f471fd3a2be3af6c534fb035 (patch)
tree3541b9c6228f820bdc65e4875156eb27b1c91cb1 /kernel/acct.c
parentece2ccb668046610189d88d6aaf05aeb09c988a1 (diff)
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'kernel/acct.c')