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
@@ -12,13 +12,13 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# 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])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11.5 gnits tar-ustar silent-rules])
diff --git a/doc/direvent.8 b/doc/direvent.8
index 098fd43..fa3a065 100644
--- a/doc/direvent.8
+++ b/doc/direvent.8
@@ -10,13 +10,13 @@
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" 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
\fBdirevent\fR [\fB\-HVdfh\fR] [\fB\-F\fR \fINAME\fR]\
[\fB\-P\fR \fIFILE\fR]\
[\fB-l\fR \fIPRIO\fR]\
@@ -37,13 +37,13 @@ direvent \- directory content watcher
.B direvent \-V
.br
.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
occurs the utility reacts by invoking an external command configured
for that event.
.PP
diff --git a/doc/direvent.texi b/doc/direvent.texi
index 6dd9b00..f30c85b 100644
--- a/doc/direvent.texi
+++ b/doc/direvent.texi
@@ -1,11 +1,11 @@
\input texinfo @c -*-texinfo-*-
@smallbook
@c %**start of header
@setfilename direvent.info
-@settitle Direvent User Manual
+@settitle GNU Direvent
@c %**end of header
@setchapternewpage odd
@defcodeindex pr
@defcodeindex op
@defcodeindex kw
@@ -39,13 +39,13 @@ any later version published by the Free Software Foundation; with no
Invariant Sections, and with Front-Cover and Back-Cover at your option.
A copy of the license is included in the section entitled ``GNU Free
Documentation License''.
@end copying
@titlepage
-@title Direvent User Manual
+@title GNU Direvent
@subtitle version @value{VERSION}, @value{UPDATED}
@author Sergey Poznyakoff.
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@@ -58,14 +58,14 @@ Documentation License''.
@contents
@ifnottex
@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
* Intro:: Introduction.
* Overview::
@@ -83,24 +83,23 @@ Appendices
@detailmenu
@end detailmenu
@end menu
@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).
@node Overview
@chapter Overview
diff --git a/src/cmdline.opt b/src/cmdline.opt
index ecd17ef..5d6eafe 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,13 +1,13 @@
#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,,
[<increase debug level>])
BEGIN
opt_debug_level++;

Return to:

Send suggestions and report system problems to the System administrator.