aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-08-21 09:27:49 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-08-21 09:27:49 +0300
commitf30535c6f9be6762efabb618a7c3c360b391701b (patch)
treedf30ef639f13cc70b077751a6521278c81be5f3f
parent1954d41325a0dfe692d0c8346feb855c728a43c9 (diff)
downloaddirevent-f30535c6f9be6762efabb618a7c3c360b391701b.tar.gz
direvent-f30535c6f9be6762efabb618a7c3c360b391701b.tar.bz2
Direvent is dubbed GNU program
* configure.ac: Change package name to GNU Direvent * doc/direvent.8: Reflect we are GNU * doc/direvent.texi: Likewise. * src/cmdline.opt: Likewise.
-rw-r--r--configure.ac2
-rw-r--r--doc/direvent.84
-rw-r--r--doc/direvent.texi31
-rw-r--r--src/cmdline.opt4
4 files changed, 20 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac
index 8ecedb1..c4060d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,3 +17,3 @@
AC_PREREQ([2.69])
-AC_INIT([direvent], [4.1.90], [bug-direvent@gnu.org.ua],,
+AC_INIT([GNU Direvent], [4.1.90], [bug-direvent@gnu.org.ua], [direvent],
[http://www.gnu.org.ua/software/direvent])
diff --git a/doc/direvent.8 b/doc/direvent.8
index 098fd43..fa3a065 100644
--- a/doc/direvent.8
+++ b/doc/direvent.8
@@ -15,3 +15,3 @@
.\" with direvent. If not, see <http://www.gnu.org/licenses/>.
-.TH DIREVENT 8 "June 4, 2013" "DIREVENT" "Direvent User Reference"
+.TH DIREVENT 8 "August 21, 2014" "DIREVENT" "Direvent User Reference"
.SH NAME
@@ -42,3 +42,3 @@ direvent \- directory content watcher
.SH DESCRIPTION
-.B Direvent
+.B GNU Direvent
monitors a set of directories on the file system and reacts when
diff --git a/doc/direvent.texi b/doc/direvent.texi
index 6dd9b00..f30c85b 100644
--- a/doc/direvent.texi
+++ b/doc/direvent.texi
@@ -4,3 +4,3 @@
@setfilename direvent.info
-@settitle Direvent User Manual
+@settitle GNU Direvent
@c %**end of header
@@ -44,3 +44,3 @@ Documentation License''.
@titlepage
-@title Direvent User Manual
+@title GNU Direvent
@subtitle version @value{VERSION}, @value{UPDATED}
@@ -63,4 +63,4 @@ Documentation License''.
-This edition of the @cite{Direvent User Manual}, last updated @value{UPDATED},
-documents Direvent Version @value{VERSION}.
+This edition of the @cite{GNU Direvent} manual, last updated @value{UPDATED},
+documents GNU Direvent Version @value{VERSION}.
@end ifnottex
@@ -88,14 +88,13 @@ Appendices
@chapter Introduction
-@code{Direvent} monitors events in the file system directories. For
-each event that occurs in a set of pre-configured directories, the
-program calls an external program associated with it, supplying it
-the information about the event and the location within the file
-system where it occured.
-
-@code{Direvent} provides an easy way to configure your system to react
-immediately if certain files undergo changes. This may be helpful,
-for example, to track changes in the important configuration files.
-
-Interfaces for tracking changes to file systems are highly
-system-specific. @command{Direvent} aims to provide a uniform
+@acronym{GNU} @command{Direvent} monitors events in the file system
+directories. For each event that occurs in a set of pre-configured
+directories, the program calls an external program associated with it,
+supplying it the information about the event and the location within
+the file system where it occured.
+
+@acronym{GNU} @command{Direvent} provides an easy way to configure
+your system to react immediately if certain files undergo changes.
+This may be helpful, for example, to track changes in the important
+configuration files. Interfaces for tracking changes to file systems
+are highly system-specific. @command{Direvent} aims to provide a uniform
and system-independent command-level interface. As of version
diff --git a/src/cmdline.opt b/src/cmdline.opt
index ecd17ef..5d6eafe 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -3,6 +3,6 @@
OPTIONS_BEGIN("direvent",
- [<direvent monitors changes in directories>],
+ [<GNU direvent monitors changes in directories>],
[<[CONFIG]>],
[<gnu>],
- [<copyright_year=2012,2013>],
+ [<copyright_year=2012-2014>],
[<copyright_holder=Sergey Poznyakoff>])

Return to:

Send suggestions and report system problems to the System administrator.