Title:          strace.uci
Description:    system call trace utility
Version:        4.5.15
Author:         Roland McGrath and Wichert Akkerman
Original-site:  http://sourceforge.net/projects/strace/
Copying-policy: BSD license
-----==[  Color = red     Filesize:  84kb  ]==-----
Comments:       strace is a system call tracer, i.e. a debugging tool which prints
               out a trace of all the system calls made by a another process or
               program.
               ------------------------------------------------------------------
               NOTE: This does not contain symlinks to /opt/bin so you'll need
               to either create them, add to PATH, or use a full path to executables.
-
               Copyright (c) 1991, 1992 Paul Kranenburg <pk@cs.few.eur.nl>
               Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
               Copyright (c) 1993 Ulrich Pegelow <pegelow@moorea.uni-muenster.de>
               Copyright (c) 1995, 1996 Michael Elizabeth Chastain <mec@duracef.shout.net>
               Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
               Copyright (C) 1998-2001 Wichert Akkerman <wakkerma@deephackmode.org>
               All rights reserved.
_
               Redistribution and use in source and binary forms, with or without
               modification, are permitted provided that the following conditions
               are met:
               1. Redistributions of source code must retain the above copyright
                  notice, this list of conditions and the following disclaimer.
               2. Redistributions in binary form must reproduce the above copyright
                  notice, this list of conditions and the following disclaimer in the
                  documentation and/or other materials provided with the distribution.
               3. The name of the author may not be used to endorse or promote products
                  derived from this software without specific prior written permission.
-
Change-log:
               2008/05/20 - lucky13 - First version
Current:        2008/07/06 - lucky13 - edited info file for copyright compliance