Displaying 1 result from an estimated 1 matches for "realprog".
1997 May 26
1
an anti-overflow wrapper
...leading white space is ignored.
* - lines starting with a hash sign (#) are ignored.
* - empty lines are ignored.
*
* Each line consists of three whitespace-separated fields:
* <program> <what> <size>
*
* <program> is the real path name as compiled into the wrapper as REALPROG,
* <what> can either be the string "argv", a $ sign followed by the name
* of an environment variable or a $ sign followed by an asterisk
* to match all environment variables passed to the program.
*
* Sample:
*
* /usr/X11R6/bin/xterm argv 1024
* /usr/X11R6/bin/xterm $HOME...