diff --git a/samples/knot.full.conf b/samples/knot.full.conf
index a3b0b5fcbb99da6e8a6ca629b16afba464bcadbe..9aac27bc7d358b7d5d569430fbb3b16dde32521c 100644
--- a/samples/knot.full.conf
+++ b/samples/knot.full.conf
@@ -18,7 +18,7 @@ system {
   identity "I have no mouth and must scream";
 
   # Version of the server (see RFC 4892). Not used yet.
-  version "0.1";
+  version "1.1.0";
 
   # Server identifier 
   # Use string format "text"
@@ -39,7 +39,7 @@ system {
   workers 1;
 
   # User for running server
-  # May also specify user.group (f.e. knot.users)
+  # May also specify user.group (e.g. knot.users)
   user root;
 }
 
diff --git a/samples/knot.min.conf b/samples/knot.min.conf
index f9bc29ce7cdba699e8bc593b2c5551a94de4d52d..6b7c1af1d16541e07fc9cae7c860222226cb2fb1 100644
--- a/samples/knot.min.conf
+++ b/samples/knot.min.conf
@@ -4,7 +4,7 @@
 # This is a sample of a minimal configuration file for Knot DNS.
 #
 # For exhaustive list of all options see samples/knot.full.conf
-# in the source directory.
+# in the source directory or refer to user manual.
 #
 
 system {