From: Jiri Srain Date: Tue, 15 May 2018 06:53:54 +0000 (+0200) Subject: comments from review X-Git-Tag: v0.5.6~12^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F407%2Fhead;p=thirdparty%2Fsnapper.git comments from review --- diff --git a/client/snapper.cc b/client/snapper.cc index b176a539..d80bd15a 100644 --- a/client/snapper.cc +++ b/client/snapper.cc @@ -28,7 +28,6 @@ #include #include #include -#include #include #include diff --git a/doc/snapper.xml.in b/doc/snapper.xml.in index 67b9e2d1..cdbd7977 100644 --- a/doc/snapper.xml.in +++ b/doc/snapper.xml.in @@ -89,8 +89,8 @@ 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. - Do not use non-ASCII characters for the snapshot description, unless you - always use the UTF-8 character encoding. + Do not use non-ASCII characters for the snapshot description, userdata or + any other strings, unless you always use the UTF-8 character encoding.