changeset 51:2a6ac6daceee

Docs: fix various typos in manuals
author David Demelier <markand@malikania.fr>
date Mon, 29 Feb 2016 14:23:02 +0100
parents ae73915bb15d
children 799905cca202
files doc/man/CMakeLists.txt doc/man/irccd.1.in doc/man/irccd.conf.5.in doc/man/irccdctl.conf.5.in
diffstat 4 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/doc/man/CMakeLists.txt	Mon Feb 29 14:22:50 2016 +0100
+++ b/doc/man/CMakeLists.txt	Mon Feb 29 14:23:02 2016 +0100
@@ -21,11 +21,11 @@
 # -------------------------------------------------------------------
 
 # Update man pages date
-set(MONTH "March")
-set(DAY 09)
-set(YEAR 2015)
+set(MONTH "February")
+set(DAY 29)
+set(YEAR 2016)
 
 irccd_define_man(irccd.1 man1)
 irccd_define_man(irccd.conf.5 man5)
 irccd_define_man(irccdctl.1 man1)
-irccd_define_man(irccdctl.conf.5 man5)
\ No newline at end of file
+irccd_define_man(irccdctl.conf.5 man5)
--- a/doc/man/irccd.1.in	Mon Feb 29 14:22:50 2016 +0100
+++ b/doc/man/irccd.1.in	Mon Feb 29 14:23:02 2016 +0100
@@ -32,20 +32,20 @@
 .It
 Connect to one or more servers,
 .It
-Use different identities for each servers,
+Use different identities for each server,
 .It
-Manageable by UNIX or Internet sockets (both TCP and UDP),
+Manageable with UNIX or Internet sockets,
 .It
-Highly extensible with Lua plugins,
+Highly extensible with JavaScript plugins,
 .El
 .Pp
-The application run as daemon and wait for events in both IRC servers
+The application runs as daemon and waits for events in both IRC servers
 or from the irccdctl(1) utility.
 .Pp
-For instance, when IRC events happen, it calls Lua functions from plugins to
+For instance, when IRC events happen, it calls JavaScript functions from plugins to
 execute specific actions. Example: someone join the channel, the
 .Nm irccd
-daemon will notify all plugins that a specific user joined.
+daemon will notify all plugins that a user joined.
 .Pp
 But it is also possible to use irccdctl(1) to control
 .Nm irccd .
--- a/doc/man/irccd.conf.5.in	Mon Feb 29 14:22:50 2016 +0100
+++ b/doc/man/irccd.conf.5.in	Mon Feb 29 14:23:02 2016 +0100
@@ -206,7 +206,7 @@
 .\" FILES
 .Sh FILES
 The default config file is located at
-.Em @CMAKE_INSTALL_PREFIX@/@WITH_ETCDIR@/irccd.conf
+.Em @CMAKE_INSTALL_PREFIX@/@WITH_CONFDIR@/irccd.conf
 .Pp
 The user defined file follow the XDG standard and is usually
 .Em $HOME/.config/irccd/irccd.conf .
--- a/doc/man/irccdctl.conf.5.in	Mon Feb 29 14:22:50 2016 +0100
+++ b/doc/man/irccdctl.conf.5.in	Mon Feb 29 14:23:02 2016 +0100
@@ -88,7 +88,7 @@
 .\" FILES
 .Sh FILES
 The default config file is located at
-.Em @CMAKE_INSTALL_PREFIX@/@WITH_ETCDIR@/irccdctl.conf
+.Em @CMAKE_INSTALL_PREFIX@/@WITH_CONFDIR@/irccdctl.conf
 .Pp
 The user defined file follow the XDG standard and is usually
 .Em $HOME/.config/irccd/irccdctl.conf .