From: Kristaps Dzonsons Date: Thu, 26 May 2011 12:14:46 +0000 (+0000) Subject: Add notes about preconv.1 in the www and change some wording in the X-Git-Tag: VERSION_1_11_3~9 X-Git-Url: https://git.cameronkatri.com/mandoc.git/commitdiff_plain/c397b35429cecadd0788107f6fd8770d11dcd696?ds=sidebyside Add notes about preconv.1 in the www and change some wording in the manual regarding its output and `Nd' sentence. --- diff --git a/index.sgml b/index.sgml index 6756f39a..cb489104 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 @@ -361,7 +377,7 @@ Copyright © 2008–2011 Kristaps Dzonsons, - $Date: 2011/05/19 16:02:01 $ + $Date: 2011/05/26 12:14:46 $

diff --git a/preconv.1 b/preconv.1 index 72970061..266cbc7c 100644 --- a/preconv.1 +++ b/preconv.1 @@ -1,4 +1,4 @@ -.\" $Id: preconv.1,v 1.1 2011/05/26 12:01:14 kristaps Exp $ +.\" $Id: preconv.1,v 1.2 2011/05/26 12:14:46 kristaps Exp $ .\" .\" Copyright (c) 2011 Kristaps Dzonsons .\" @@ -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