#!/bin/bash
set -ex

# Various past bugs have involved non-installation of manpages, or
# busted manpages.

LC_ALL=C.UTF-8 man xtruss \
| grep 'xtruss - trace X protocol exchanges, in the manner of strace'

echo ok.
