aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
@@ -15,7 +15,7 @@
# along with Direvent. If not, see <http://www.gnu.org/licenses/>.
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])
AC_CONFIG_SRCDIR([src/direvent.c])
AC_CONFIG_HEADERS([config.h])
diff --git a/doc/direvent.8 b/doc/direvent.8
index 098fd43..fa3a065 100644
--- a/doc/direvent.8
+++ b/doc/direvent.8
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License along
.\" 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
direvent \- directory content watcher
.SH SYNOPSIS
@@ -40,7 +40,7 @@ direvent \- directory content watcher
.B direvent \-\-version
.SH DESCRIPTION
-.B Direvent
+.B GNU Direvent
monitors a set of directories on the file system and reacts when
a file system event occurs in any of them. Directories and events
to monitor are specified in the configuration file. When an event
diff --git a/doc/direvent.texi b/doc/direvent.texi
index 6dd9b00..f30c85b 100644
--- a/doc/direvent.texi
+++ b/doc/direvent.texi
@@ -2,7 +2,7 @@
@smallbook
@c %**start of header
@setfilename direvent.info
-@settitle Direvent User Manual
+@settitle GNU Direvent
@c %**end of header
@setchapternewpage odd
@@ -42,7 +42,7 @@ Documentation License''.
@end copying
@titlepage
-@title Direvent User Manual
+@title GNU Direvent
@subtitle version @value{VERSION}, @value{UPDATED}
@author Sergey Poznyakoff.
@page
@@ -61,8 +61,8 @@ Documentation License''.
@node Top
@top Direvent
-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
@menu
@@ -86,18 +86,17 @@ Appendices
@node Intro
@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
@value{VERSION} @command{direvent} works with modern Linux kernels
(since v. 2.6.13) and BSD systems (FreeBSD, NetBSD, OpenBSD, Darwin).
diff --git a/src/cmdline.opt b/src/cmdline.opt
index ecd17ef..5d6eafe 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,10 +1,10 @@
#define EX_USAGE 1
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>])
OPTION(debug,d,,

Return to:

Send suggestions and report system problems to the System administrator.