 
NAME
        fix - create a report on fixes made under a project.
 
SYNOPSIS
        fix [project file]
 
DESCRIPTION
        An easy way to maintain a list of fixes made under some defined
        project.
 
        Argument [project file] defines desired file for fix reports.
        Default value for project file is "/log/FIX_LOG" when argument
        is not given.
 
        User is prompted for report. The report should contain all necessary
        information to explain what was fixed and possibly how. It is
        recommendable to keep the report short.
 
        Report in file is type of:

        $FIX <name> <time>
        <bugfix report>
 
        Command is for (Co)Admin use only.
