Diff for /freem/doc/freem.1 between versions 1.6 and 1.7

version 1.6, 2025/04/17 15:08:24 version 1.7, 2025/04/17 17:57:35
Line 38 Line 38
 .\"   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.  .\"   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
 .\"  .\"
 .\"   $Log$  .\"   $Log$
   .\"   Revision 1.7  2025/04/17 17:57:35  snw
   .\"   Major updates to man pages
   .\"
 .\"   Revision 1.6  2025/04/17 15:08:24  snw  .\"   Revision 1.6  2025/04/17 15:08:24  snw
 .\"   Add documentation on FREEM_LOG_THRESHOLD environment variables to man pages  .\"   Add documentation on FREEM_LOG_THRESHOLD environment variables to man pages
 .\"  .\"
Line 70  Please see the FreeM texinfo documentati Line 73  Please see the FreeM texinfo documentati
 .SH OPTIONS  .SH OPTIONS
 .TP  .TP
 \-h, --help  \-h, --help
   .RS 4
 Display a list of freem command-line flags  Display a list of freem command-line flags
   .RE
 .TP  .TP
 \-i, --import  \-i, --import
   .RS 4
 Imports UNIX environment variables as M locals  Imports UNIX environment variables as M locals
   .RE
 .TP  .TP
 \-e <environment-name>, --environment=<environment-name>  \-e <environment-name>, --environment=<environment-name>
 Sets active environment to <environment-name> (DEFAULT if unspecified)  .RS 4
   Sets active environment to
   \fI<environment-name>\fR;
   \fIDEFAULT\fR if unspecified
   .RE
 .TP  .TP
 \-f, --filter  \-f, --filter
   .RS 4
 Allows M code to be used as a filter  Allows M code to be used as a filter
   .RE
 .TP  .TP
 \-n <NAMESPACE>, --namespace=<NAMESPACE>  \-n <NAMESPACE>, --namespace=<NAMESPACE>
 Selects <NAMESPACE> as the startup namespace instead of USER  .RS 4
   Selects
   \fI<NAMESPACE>\fR as the startup namespace instead of
   \fIUSER\fR
   .RE
 .TP  .TP
 \-q, --quiet  \-q, --quiet
 Sisables startup messages and prompt string  .RS 4
   Disables startup messages and prompt string
   .RE
 .TP  .TP
 \-r <LABEL^ROUTINE>, --routine=<LABEL^ROUTINE>  \-r <LABEL^ROUTINE>, --routine=<LABEL^ROUTINE>
 Executes <LABEL^ROUTINE> on startup instead of entering direct mode  .RS 4
   Executes
   \fI<LABEL^ROUTINE>\fR on startup instead of entering direct mode
   .RE
   .TP
 \-s <standard>, --standard=<standard>  \-s <standard>, --standard=<standard>
 Restricts access to FreeM vendor extensions not present in relevant standards*. In this flag, <standard> can be:  .RS 4
  - M77  Restricts access to FreeM vendor extensions not present in relevant standards
  - M84  \fI*\fR. In this flag,
  - M90  \fI<standard>\fR can be:
  - M95  .sp
  - MDS  .RS 4
  - M5  .ie n \{\
  - FREEM  \h'-04'\(bu\h'+03'\c
   .\}
   .el \{\
   .sp -1
   .IP \(bu 2.3
   .\}
   M77
   .RE
   .sp
   .RS 4
   .ie n \{\
   \h'-04'\(bu\h'+03'\c
   .\}
   .el \{\
   .sp -1
   .IP \(bu 2.3
   .\}
   M84
   .RE
   .sp
   .RS 4
   .ie n \{\
   \h'-04'\(bu\h'+03'\c
   .\}
   .el \{\
   .sp -1
   .IP \(bu 2.3
   .\}
   M90
   .RE
   .sp
   .RS 4
   .ie n \{\
   \h'-04'\(bu\h'+03'\c
   .\}
   .el \{\
   .sp -1
   .IP \(bu 2.3
   .\}
   M95
   .RE
   .sp
   .RS 4
   .ie n \{\
   \h'-04'\(bu\h'+03'\c
   .\}
   .el \{\
   .sp -1
   .IP \(bu 2.3
   .\}
   MDS
   .RE
   .sp
   .RS 4
   .ie n \{\
   \h'-04'\(bu\h'+03'\c
   .\}
   .el \{\
   .sp -1
   .IP \(bu 2.3
   .\}
   M5
   .RE
   .sp
   .RS 4
   .ie n \{\
   \h'-04'\(bu\h'+03'\c
   .\}
   .el \{\
   .sp -1
   .IP \(bu 2.3
   .\}
   FREEM
   
   .RE
   \fB*\fR FreeM is not entirely compliant with any MDC standard, regardless of the value of the
   \fI--standard\fR command-line flag.
   
   See the
   \fBCompliance Clause\fR on the FreeM Wiki for more information on FreeM's deviations from MDC standards.
   .RE
 .TP  .TP
 \-v, --version  \-v, --version
 Display FreeM version information  Display FreeM version information
Line 183  Copyright (C) 1998 MUG Deutschland Line 286  Copyright (C) 1998 MUG Deutschland
 Copyright (C) 2025 Coherent Logic Development LLC  Copyright (C) 2025 Coherent Logic Development LLC
   
 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover texts, and with no Back-Cover Texts.  Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover texts, and with no Back-Cover Texts.
   .SH FILES
   .PP
   $PREFIX/etc/freem/env.conf
   .RS 4
   FreeM environment catalog
   .RE
   .PP
   $PREFIX/etc/freem/<environment-name>/freem.conf
   .RS 4
   FreeM per-environment configuration
 .SH "SEE ALSO"  .SH "SEE ALSO"
 .BR fmadm (8)  .PP
   \fBfmadm\fR(8),
   \fBenv.conf\fR(5),
   \fBfreem.conf\fR(5)

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>