From 88ed75ccd60fdf8faf6bf756887fa0cc9fca7133 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 26 May 2011 12:14:46 +0000 Subject: Add notes about preconv.1 in the www and change some wording in the manual regarding its output and `Nd' sentence. --- index.sgml | 16 ++++++++++++++++ preconv.1 | 7 ++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/index.sgml b/index.sgml index 63a1ec23..5143a807 100644 --- a/index.sgml +++ b/index.sgml @@ -169,6 +169,18 @@ + + preconv(1) + + recode multibyte UNIX manuals + + (text | + xhtml | + pdf | + postscript) + + + mandoc(3) @@ -320,6 +332,10 @@ Locale support can be turned off at compile time by removing -DUSE_WCHAR in the Makefile, in which case -Tlocale is always a synonym for -Tascii.

+

+ Furthermore, multibyte-encoded documents, such as those in UTF-8, may be on-the-fly recoded as mandoc input by using the newly-added preconv utility. +

12-05-2011: version 1.11.2 diff --git a/preconv.1 b/preconv.1 index 480897ef..d035784f 100644 --- a/preconv.1 +++ b/preconv.1 @@ -19,7 +19,7 @@ .Os .Sh NAME .Nm preconv -.Nd recodes multibyte UNIX manuals as mandoc input +.Nd recode multibyte UNIX manuals .Sh SYNOPSIS .Nm preconv .Op Fl D Ar enc @@ -32,6 +32,11 @@ utility recodes multibyte .Ux manual files into .Xr mandoc 1 +.Po +or other troff system supporting the +.Sq \e[uNNNN] +escape sequence +.Pc input. Its arguments are as follows: .Bl -tag -width Ds -- cgit