1#!/bin/sh
2
3groff -t -e -mandoc -Tascii epoll.4 | col -bx > epoll.txt
4groff -t -e -mandoc -Tascii epoll_create.2 | col -bx > epoll_create.txt
5groff -t -e -mandoc -Tascii epoll_ctl.2 | col -bx > epoll_ctl.txt
6groff -t -e -mandoc -Tascii epoll_wait.2 | col -bx > epoll_wait.txt
7groff -t -e -mandoc -Tps epoll.4 > epoll.ps
8groff -t -e -mandoc -Tps epoll_create.2 > epoll_create.ps
9groff -t -e -mandoc -Tps epoll_ctl.2 > epoll_ctl.ps
10groff -t -e -mandoc -Tps epoll_wait.2 > epoll_wait.ps
11
12