From a84291d9a6c8108e575c8684027d6fc815b68392 Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Tue, 15 May 2018 08:53:54 +0200 Subject: [PATCH] comments from review --- client/snapper.cc | 1 - doc/snapper.xml.in | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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. -- 2.47.3