#!/data/data/com.termux/files/usr/bin/bash
#
# Copyright, the authors of the Linux man-pages project
# SPDX-License-Identifier: GPL-3.0-or-later

set -Eefuo pipefail;

mansect "$@" \
| man /dev/stdin;
