#!/bin/sh
# addman manual_page_file_name section_of_the_UPM_it_goes_in.
# The UPM sections here follow BSD/Bell Labs v7 conventions.
a=`expr $1 : "\([^.]*\)\..*" '|' $1`
cp $1 /usr/man/manl/$a.l$2
