aboutsummaryrefslogtreecommitdiff
path: root/misc/since/pkg-descr
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-02-11 10:49:40 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-02-11 10:49:40 +0000
commit14aa8989b2b1ba0affd08466195f413a558006a9 (patch)
treec2662a28515c8ec6f21ed3735ede754a0844389e /misc/since/pkg-descr
parent021900e87b07f2ece8a80a72e37f61d05917ca36 (diff)
downloadports-14aa8989b2b1ba0affd08466195f413a558006a9.tar.gz
ports-14aa8989b2b1ba0affd08466195f413a558006a9.zip
Notes
Diffstat (limited to 'misc/since/pkg-descr')
-rw-r--r--misc/since/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/since/pkg-descr b/misc/since/pkg-descr
new file mode 100644
index 000000000000..f75d266e7306
--- /dev/null
+++ b/misc/since/pkg-descr
@@ -0,0 +1,10 @@
+Paraphrasing since(1):
+
+ since is similar to tail(1) since it also displays the tail of a file.
+ However, since displays only the data which has been added since the last
+ time since was run. If since has not been run before, the entire file is
+ displayed. since is useful for watching over log files.
+
+Author: Marc Welz <marc@jade.cs.uct.ac.za>
+
+-- Johann Visagie <wjv@FreeBSD.org>