=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fsplit/Attic/fsplit.1,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/fsplit/Attic/fsplit.1 1996/06/26 05:33:29 1.2 --- src/usr.bin/fsplit/Attic/fsplit.1 1998/09/26 19:54:45 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: fsplit.1,v 1.2 1996/06/26 05:33:29 deraadt Exp $ .\" $NetBSD: fsplit.1,v 1.3 1995/09/28 05:15:06 perry Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: fsplit.1,v 1.3 1998/09/26 19:54:45 aaron Exp $ .\" $NetBSD: fsplit.1,v 1.3 1995/09/28 05:15:06 perry Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 *************** *** 44,54 **** .Nd split a multi-routine Fortran file into individual files .Sh SYNOPSIS .Nm fsplit ! .Op Fl e Ar efile ! \&... .Op Ar file .Sh DESCRIPTION ! .Nm Fsplit takes as input either a file or standard input containing Fortran source code. It attempts to split the input into separate routine files of the form --- 44,53 ---- .Nd split a multi-routine Fortran file into individual files .Sh SYNOPSIS .Nm fsplit ! .Op Fl e Ar efile Op Ar ... .Op Ar file .Sh DESCRIPTION ! .Nm fsplit takes as input either a file or standard input containing Fortran source code. It attempts to split the input into separate routine files of the form *************** *** 95,101 **** .Sh AUTHORS Asa Romberger and Jerry Berkman .Sh BUGS ! .Nm Fsplit assumes the subprogram name is on the first noncomment line of the subprogram unit. Nonstandard source formats may confuse .Nm fsplit . --- 94,100 ---- .Sh AUTHORS Asa Romberger and Jerry Berkman .Sh BUGS ! .Nm fsplit assumes the subprogram name is on the first noncomment line of the subprogram unit. Nonstandard source formats may confuse .Nm fsplit .