| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Starts the FreeM environment daemon, exactly one of which must be running at all times in order for FreeM interpreter and fmadm processes to function.
Selects the environment to be used. If no environment is specified, DEFAULT is used.
When used with ‘-d’ or ‘--daemon’, causes the FreeM environment daemon to run instead in the foreground. Useful for debugging.
When used with ‘-d’ or ‘--daemon’, specifies the number of bytes of shared memory FreeM will allocate for the LOCK table, job table, and IPC table. This will determine the maximum number of concurrent FreeM processes and LOCKs available in this environment.
Specify a configuration file other than $PREFIX/etc/freem.conf.
Display a help message showing valid FreeM options.
Causes your UNIX environment variables to be imported into FreeM’s local symbol table.
Allows your M routines to be used as UNIX filters.
Selects the FreeM namespace to be entered on startup. Must be defined in ‘/etc/<environment>/freem.conf’.
Causes <entryref> to be executed at load, instead of %SYSINIT.
Sets the default FreeM dialect to use for new routine buffers.
Valid values for <standard> are as follows:
M77Restricts FreeM to use only features specified by the 1977 M standard.
M84Restricts FreeM to use only features specified by the 1984 M standard.
M90Restricts FreeM to use only features specified by the 1990 M standard.
M95Restricts FreeM to use only features specified by the 1995 M standard.
MDSRestricts FreeM to use only features proposed by the Millennium Draft Standard.
M5Restricts FreeM to use only features proposed by the upcoming M5 standard.
FREEM, EXTENDEDRemoves all standards-based restrictions and allows full access to all FreeM features. This is the default value of $DIALECT.
Please note that FreeM is not entirely standards-compliant, regardless of the value of <standard>.
Displays FreeM version information.
Executes M code <mcode> at startup.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on May 19, 2025 using texi2html 5.0.