--- freem/doc/freem.1 2025/04/04 12:49:19 1.5
+++ freem/doc/freem.1 2025/04/28 14:52:54 1.10
@@ -13,7 +13,7 @@
.\" To print this man page to a PostScript printer:
.\" man -t ./freem.1 | lpr
.\"
-.\" $Id: freem.1,v 1.5 2025/04/04 12:49:19 snw Exp $
+.\" $Id: freem.1,v 1.10 2025/04/28 14:52:54 snw Exp $
.\" FreeM man page
.\"
.\"
@@ -38,6 +38,21 @@
.\" along with FreeM. If not, see .
.\"
.\" $Log: freem.1,v $
+.\" Revision 1.10 2025/04/28 14:52:54 snw
+.\" Temporarily revert global handler refactor and fix reference regression in xecline
+.\"
+.\" Revision 1.9 2025/04/18 22:12:29 snw
+.\" Fix texinfo bogosity and add subjects to man pages
+.\"
+.\" Revision 1.8 2025/04/18 01:23:05 snw
+.\" More documentation updates
+.\"
+.\" 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
+.\" Add documentation on FREEM_LOG_THRESHOLD environment variables to man pages
+.\"
.\" Revision 1.5 2025/04/04 12:49:19 snw
.\" Dollar signs cut off in ENVIRONMENT sections of both man pages
.\"
@@ -47,7 +62,7 @@
.\"
.TH freem 1 "3 April 2025" FreeM "FreeM User Manual"
.SH NAME
-freem
+freem - FreeM programming language interpreter
.SH SYNOPSIS
.B freem [OPTION...]
.SH DESCRIPTION
@@ -63,50 +78,153 @@ After years of dormancy, the FreeM proje
More information is available at https://freem.coherent-logic.com/
-Please see the FreeM texinfo documentation for language, database, and administration details ("info freem").
+Please see the FreeM
+\fIinfo\fR documentation for language, database, and administration details.
.SH OPTIONS
.TP
\-h, --help
+.RS 4
Display a list of freem command-line flags
+.RE
.TP
\-i, --import
+.RS 4
Imports UNIX environment variables as M locals
+.RE
.TP
\-e , --environment=
-Sets active environment to (DEFAULT if unspecified)
+.RS 4
+Sets active environment to
+\fI\fR;
+\fIDEFAULT\fR if unspecified
+.RE
.TP
\-f, --filter
+.RS 4
Allows M code to be used as a filter
+.RE
.TP
\-n , --namespace=
-Selects as the startup namespace instead of USER
+.RS 4
+Selects
+\fI\fR as the startup namespace instead of
+\fIUSER\fR
+.RE
.TP
\-q, --quiet
-Sisables startup messages and prompt string
+.RS 4
+Disables startup messages and prompt string
+.RE
.TP
\-r