Module Name: src
Committed By: uwe
Date: Thu Jun 25 02:54:50 UTC 2020
Modified Files:
src/usr.bin/m4: m4.1
Log Message:
Fix --error-output to be more like GNU m4. It's a long version of -o.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/m4/m4.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/m4/m4.1
diff -u src/usr.bin/m4/m4.1:1.27 src/usr.bin/m4/m4.1:1.28
--- src/usr.bin/m4/m4.1:1.27 Sun Jan 17 11:24:28 2016
+++ src/usr.bin/m4/m4.1 Thu Jun 25 02:54:50 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: m4.1,v 1.27 2016/01/17 11:24:28 wiz Exp $
+.\" $NetBSD: m4.1,v 1.28 2020/06/25 02:54:50 uwe Exp $
.\" @(#) $OpenBSD: m4.1,v 1.56 2009/10/14 17:19:47 sthen Exp $
.\"
.\" Copyright (c) 1989, 1993
@@ -46,7 +46,6 @@
.Sm on
.Oc
.Op Fl d Ar flags
-.Op Fl e Ar filename
.Op Fl F Ar filename
.Op Fl I Ar dirname
.Op Fl L Ar number
@@ -138,8 +137,6 @@ By default, trace is set to
Warnings make
.Nm
exit.
-.It Fl e , Fl Fl error-output Ar filename
-Redirect error output to filename.
.It Fl F , Fl Fl freeze-state Ar filename
Save the input state to
.Ar filename .
@@ -166,7 +163,7 @@ Set unbuffered output, disable tty signa
.It Fl L , Fl Fl nesting-limit
Set the nesting limit in macro expansions.
This is unimplemented and unlimited.
-.It Fl o Ar filename
+.It Fl o , Fl Fl error-output Ar filename
Send trace output to
.Ar filename .
.It Fl P , Fl Fl prefix-builtins