Small fixes for the documentation.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 27 Feb 2016 13:22:36 +0000 (14:22 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 28 Feb 2016 15:36:15 +0000 (16:36 +0100)
# Conflicts:
# doc/tinc.texi

doc/tinc.conf.5.in
doc/tinc.texi

index 68fa59e725315b22ee772d15f9c3affd40ba50e3..4fc70cf714ef49e650f035858ff713d27df149fa 100644 (file)
@@ -42,7 +42,7 @@ the configuration file should be
 and the host configuration files are now expected to be in
 .Pa @sysconfdir@/tinc/hosts/ .
 .Sh NAMES
-Each tinc daemon should have a name that is unique in the network which it will be part of.
+Each tinc daemon must have a name that is unique in the network which it will be part of.
 The name will be used by other tinc daemons for identification.
 The name has to be declared in the
 .Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /tinc.conf
index 0e0be411225e6db8c2cc0bc6d5f76d02d9e666d3..53ce4a3c9b4c4d6ade695919717ec0e16a69a52a 100644 (file)
@@ -1139,7 +1139,7 @@ until the burst has passed.
 @cindex Name
 @item Name = <@var{name}> [required]
 This is a symbolic name for this connection.
-The name should consist only of alfanumeric and underscore characters (a-z, A-Z, 0-9 and _), and is case sensitive.
+The name must consist only of alfanumeric and underscore characters (a-z, A-Z, 0-9 and _), and is case sensitive.
 
 If Name starts with a $, then the contents of the environment variable that follows will be used.
 In that case, invalid characters will be converted to underscores.