#!/bin/sh

set -eu

cd ${AUTOPKGTEST_TMP:-/tmp}

cat >> utf8.7.ronn <<MANPAGE
utf8(7) -- test manpage with UTF-8 content
==========================================

## DESCRIPTION

Some UTF-8 data: ©áéíóú

## OPTIONS
## SYNTAX
## ENVIRONMENT
## RETURN VALUES
## STANDARDS
## SECURITY CONSIDERATIONS
## BUGS
## HISTORY
## AUTHOR
## COPYRIGHT
## SEE ALSO

MANPAGE

ronn utf8.7.ronn
