Provided by: man-db_2.6.7.1-1ubuntu1_amd64 bug

NAVN

       manconv - konverter manualside fra en kodning til en anden

SYNOPSIS

       manconv -f from-code[:from-code...] -t to-code [-dqhV] [filename]

BESKRIVELSE

       manconv converts a manual page from one encoding to another, like iconv.  Unlike iconv, it
       can try multiple possible input encodings in sequence.  This is useful  for  manual  pages
       installed  in  directories  without an explicit encoding declaration, since they may be in
       UTF-8 or in a legacy character set.

       If an encoding declaration is found on the first line of the manual page, that declaration
       overrides  any input encodings specified on manconv's command line.  Encoding declarations
       have the following form:

              '\" -*- coding: UTF-8 -*-

       or (if manual page preprocessors are also to be declared):

              '\" t -*- coding: ISO-8859-1 -*-

TILVALG

       -f Kodninger, --from-code Kodninger
              Prøv hver af kodninger (en kolonadskilt liste) i rækkefølge som inddatakodning.

       -t kodning, --to-code kodning
              Konverter manualsiden til kodning.

       -q, --quiet
              Vis ikke fejlbeskeder når siden ikke kan konverteres.

       -d, --debug
              Vis fejlsøgningsinformation.

       -h, --help
              Vis en hjælpebesked og afslut.

       -V, --version
              Vis versionsinformation.

SE OGSÅ

       iconv(1), man(1)

FORFATTER

       Colin Watson (cjwatson@debian.org).