changeset 406:a8da63738428

Docs: typo internet -> ip
author David Demelier <markand@malikania.fr>
date Mon, 16 Jan 2017 10:40:02 +0100
parents 31837008f7e2
children 533f99e95caf
files doc/html/irccdctl/configuring.md doc/man/irccdctl.conf.5.in
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/html/irccdctl/configuring.md	Mon Jan 16 10:36:49 2017 +0100
+++ b/doc/html/irccdctl/configuring.md	Mon Jan 16 10:40:02 2017 +0100
@@ -29,10 +29,10 @@
 
 The available options:
 
-  - **type**: (string) type of listener "ip" or "unix".
+  - **type**: (string) connection type: "ip" or "unix".
   - **password**: (string) an authentication password (Optional, default: none).
 
-The options for **internet** type:
+The options for **ip** type:
 
   - **host**: (string) host to connect,
   - **port**: (int) port number,
--- a/doc/man/irccdctl.conf.5.in	Mon Jan 16 10:36:49 2017 +0100
+++ b/doc/man/irccdctl.conf.5.in	Mon Jan 16 10:40:02 2017 +0100
@@ -65,7 +65,7 @@
 .Pp
 .Bl -tag -width PARAMETERXXX -compact
 .It type
-(string) type of listener "ip" or "unix".
+(string) connection type: "ip" or "unix".
 .It password
 (string) an authentication password (Optional, default: none).
 .El