--- freem/doc/freem.texi 2025/04/10 14:37:20 1.22 +++ freem/doc/freem.texi 2025/04/10 17:21:54 1.24 @@ -1134,7 +1134,7 @@ Will include a plus sign for positive nu Will remove the minus sign from negative numbers. Not compatible with 'p' or 'P'. @item 't' or 'T' Will place the sign after the number instead of before the number. -@end @table +@end table The optional third argument is a number indicating how many digits to which the fractional part of the number will be zero-padded. @@ -3826,25 +3826,6 @@ Returns or sets the current working dire @item @code{OPEN} +R -U -D The @code{^$JOB($JOB,"OPEN",} subscripts list the open I/O channels in the specified job. -@item @code{ENGINES} +R -U -D -Returns or sets the storage engines for various FreeM subsystems. - -The following table lists the types of storage engines that can be defined. - -@table @asis - -@item @code{GLOBAL} +R +U -D -Returns or sets the global handler for a particular FreeM namespace: - -The following code would set the global handler for the @code{SYSTEM} namespace to @code{BERKELEYDB}: - -@code{SET ^$JOB($JOB,"ENGINES","GLOBAL","SYSTEM")="BERKELEYDB"} - -@item @code{LOCAL} +R -U -D -Returns the local handler for a particular FreeM namespace. Always @code{BUILTIN} in the current FreeM release. - -@end table - @item @code{BERKELEYDB,FLUSH_THRESHOLD} +R +U -D Returns or sets the number of write operations that will be cached in the BerkeleyDB global handler prior to flushing BerkeleyDB's cache to disk.