diff options
Diffstat (limited to 'sys/etc/doc/etc.men')
-rw-r--r-- | sys/etc/doc/etc.men | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys/etc/doc/etc.men b/sys/etc/doc/etc.men new file mode 100644 index 00000000..5ed6f4ad --- /dev/null +++ b/sys/etc/doc/etc.men @@ -0,0 +1,24 @@ + brktime - Convert a long integer time into year, month, day, etc. + btoi - Boolean to integer + clktime - Get the clock time + cnvdate - Convert long integer time to date string (short format) + cnvtime - Convert long integer time to time string (long format) + cputime - Get the CPU time consumed by the process + envget[bis] - Get a boolean, integer, or string valued environment variable + erract - Take an error action for a previously posted error + errcode - Get the error code of the posted error + error - Post an error and take an error action + getuid - Get the name of the runtime user of a program + itob - Convert integer to boolean + lpopen - Open the line printer as a file + main - The IRAF Main + onerror - Post a procedure to be executed if error recovery occurs + onexit - Post a procedure to be executed upon process shutdown + oscmd - Send a command to the host operating system + qsort - General quick sort for any data structure + sys_mtime - Mark the time (for timing programs) + sys_ptime - Print the elapsed time since last mark + syserr - Post a system error and take an error action + tsleep - Delay process execution + urand - Uniform random number generator + xwhen - Post an exception handler |