Delila Program: repro

repro program

Documentation for the repro program is below, with links to related programs in the "see also" section.

{   version = 2.06; (* repro 2019 Apr 08}

(* begin module describe.repro *)
(*
name
        repro:  make multiple copies of a file

synopsis
        repro(fin: in, fout: out, input: intty, output: out)

files
        fin: any file of which multiple copies are wanted
        fout: the new copies of the desired files
        input: the paramiter file giving (n), the number of copies
           to be made. this is the interactive file.
        output: messages to the user

description
        This tool enables the user to make any number of copies
        of a file.  Each copy begins on a new page.

examples
        A typical use for this program is to make multiple copies
        of the delman manual after breaking it into pages with
        the program break.

see also
      break.p

author
        Billie Hall Lemmon

bugs
        none known

*)
(* end module describe.repro *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}