#!/bin/sh
topic=ion3
test $# -ge 1 && topic=$*
exec /usr/share/ion3/ion-runinxterm -T "$topic manual" man $topic
