From fc7aeb09d4b45b53e6c6a277157aee8674bf400c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 7 Dec 2007 01:56:06 +0100 Subject: tailf: inotify based reimplementation This patch: - clean up tailf(1) code - remove stupid "for() { malloc() }" array allocation in the tailf() function - add inotify(7) support Signed-off-by: Karel Zak --- text-utils/tailf.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'text-utils/tailf.1') diff --git a/text-utils/tailf.1 b/text-utils/tailf.1 index 8bc53fcae..294d9d6a9 100644 --- a/text-utils/tailf.1 +++ b/text-utils/tailf.1 @@ -49,9 +49,11 @@ output the last .I N lines, instead of the last 10. .SH AUTHOR -This program was written by Rik Faith (faith@acm.org) and may be freely +This program was originally written by Rik Faith (faith@acm.org) and may be freely distributed under the terms of the X11/MIT License. There is ABSOLUTELY NO WARRANTY for this program. + +The latest inotify based implementation was written by Karel Zak (kzak@redhat.com). .SH "SEE ALSO" .BR tail "(1), " less "(1)" .SH AVAILABILITY -- cgit v1.2.3-55-g7522