]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
comments from review 407/head
authorJiri Srain <jsrain@suse.cz>
Tue, 15 May 2018 06:53:54 +0000 (08:53 +0200)
committerJiri Srain <jsrain@suse.cz>
Tue, 15 May 2018 06:53:54 +0000 (08:53 +0200)
client/snapper.cc
doc/snapper.xml.in

index b176a53911666184f781e1920b5d2c422233636b..d80bd15a797cd310adbfdf85e6468e72f3c63185 100644 (file)
@@ -28,7 +28,6 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <fcntl.h>
-#include <langinfo.h>
 #include <iostream>
 #include <boost/algorithm/string.hpp>
 
index 67b9e2d1f43c586e07d86c3f9ac490a55f3b6d56..cdbd7977bf5bb920b3d7f1992df98fe4b1c73e4a 100644 (file)
@@ -89,8 +89,8 @@
       <para>With each snapshot a description and some userdata can be associated. The
       description is a string. The userdata is a list of key-value pairs where the
       keys and values are strings.</para>
-      <para>Do not use non-ASCII characters for the snapshot description, unless you
-      always use the UTF-8 character encoding.</para>
+      <para>Do not use non-ASCII characters for the snapshot description, userdata or
+      any other strings, unless you always use the UTF-8 character encoding.</para>
     </refsect2>
 
     <refsect2 id='automatic_snapshot_creation'>