summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-01 17:43:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-01 17:43:20 +0000
commitc4267303097c403d0e6af081a7b3b2560a74cd3a (patch)
treee656120f2895f22e7d31086a6197b7907823a295 /DOCS
parenta474c8fbcd67acf6bcb16b8ff3cc679f5687db12 (diff)
downloadmpv-c4267303097c403d0e6af081a7b3b2560a74cd3a.tar.bz2
mpv-c4267303097c403d0e6af081a7b3b2560a74cd3a.tar.xz
The col utility eats non-ASCII characters without the -p option it seems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20585 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/manpage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/manpage.txt b/DOCS/tech/manpage.txt
index a31406358c..4d07d9a99e 100644
--- a/DOCS/tech/manpage.txt
+++ b/DOCS/tech/manpage.txt
@@ -57,7 +57,7 @@ A setting of 4 should look readable. Here's an overview again:
groff is the "official" tool to convert man pages. To get good results you
need a recent version (1.18.2).
groff -mman -Thtml mplayer.1 > mplayer.1.html
- groff -mman -Tlatin1 -rLL=78n mplayer.1 | col -bx > mplayer.1.txt
+ groff -mman -Tlatin1 -rLL=78n mplayer.1 | col -bxp > mplayer.1.txt
The groff man page lists other output formats to use with -T.
Unfortunately groff is not able to handle UTF-8 input as of version 1.19.2.