tfries_at_umr.edu writes:
> I'm not sure what it is supposed to do; is there a substitute?
it removes the leading directory names from a filename, keeping just
the file name itself.
a substitute could easily be written, but the simplest is to simply
remove it from fvwm.c, the function usage() becoming:
void usage(void)
{
fprintf(stderr,"\nFvwm Version %s Usage:\n\n",VERSION);
fprintf(stderr," %s [-d dpy] [-debug] [-f config_cmd] [-s] [-blackout] [-version] [-h]\n",g_argv[0]);
}
Fred
--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Nov 21 1995 - 02:37:00 GMT