xref: /csrg-svn/share/man/manroff (revision 35071)
1*35071Sbostic#!/bin/sh -
2*35071Sbostic#
3*35071Sbostic# Copyright (c) 1988 Regents of the University of California.
4*35071Sbostic# All rights reserved.
5*35071Sbostic#
6*35071Sbostic# Redistribution and use in source and binary forms are permitted
7*35071Sbostic# provided that the above copyright notice and this paragraph are
8*35071Sbostic# duplicated in all such forms and that any documentation,
9*35071Sbostic# advertising materials, and other materials related to such
10*35071Sbostic# distribution and use acknowledge that the software was developed
11*35071Sbostic# by the University of California, Berkeley.  The name of the
12*35071Sbostic# University may not be used to endorse or promote products derived
13*35071Sbostic# from this software without specific prior written permission.
14*35071Sbostic# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
15*35071Sbostic# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
16*35071Sbostic# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17*35071Sbostic#
18*35071Sbostic#	@(#)manroff	5.1 (Berkeley) 07/14/88
19*35071Sbostic#
20*35071Sbostic
21*35071Sbosticnroff -man -h $*
22