From 68b559b084d7c765209c56b68a074f84aee39506 Mon Sep 17 00:00:00 2001
From: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 29 Jun 2017 21:00:54 +0200
Subject: sfeed_plain.1: document a proper LC_CTYPE UTF-8 is required

---
 sfeed_plain.1 | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/sfeed_plain.1 b/sfeed_plain.1
index 9308f62..77c7c04 100644
--- a/sfeed_plain.1
+++ b/sfeed_plain.1
@@ -1,4 +1,4 @@
-.Dd August 5, 2015
+.Dd June 29, 2017
 .Dt SFEED_PLAIN 1
 .Os
 .Sh NAME
@@ -23,7 +23,18 @@ If no
 .Ar file
 parameters are specified and so the data is read from stdin the feed name
 is empty.
-.Xr sfeed 1
+.Pp
+.Nm
+aligns the output.
+It shows a maximum of 70 column-wide characters for the title and outputs
+an ellipsis symbol if the title is longer and truncated.
+Make sure the environment variable
+.Ev LC_CTYPE
+is set to a UTF-8 locale, so it can determine the proper column-width
+per rune, using
+.Xr mbtowc 3
+and
+.Xr wcwidth 3 .
 .Sh SEE ALSO
 .Xr sfeed 1 ,
 .Xr sfeed_html 1
-- 
cgit v1.2.3