BSD 1 development
[unix-history] / man6 / fixit.6
CommitLineData
22a045b6
KS
1.th FIXIT VI 8/24/77
2.sh NAME
3fixit \- recover macro assembler source from a listing
4.sh SYNOPSIS
5.bd fixit
6name
7.sh DESCRIPTION
8.it Fixit
9is a shell script which can be used to recover a
10\s-2DEC\s0
11macro assembler source file from the ``.lst'' listing file.
12If the file ``lost.lst'' is the listing of the program which is lost
13the command
14.dt
15.s3
16 fixit lost
17.s3
18will recover the source corresponding to this file in the file
19``newlost''.
20.sh AUTHOR
21Kurt Shoens
22.sh BUGS