From 4e77e3fe3394482ad26b1561fc45a38ca820bf56 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 6 Feb 2013 06:08:09 +0200 Subject: Remove unneeded, undocumented -m option. --- doc/ChangeLog | 2 ++ doc/gawk.1 | 27 --------------------------- 2 files changed, 2 insertions(+), 27 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 5e82cf9c..0e0f912c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -3,6 +3,8 @@ * gawk.texi: For Info output, don't use @center on text images since the new makeinfo doesn't yet center the file as a block. Thanks to Karl Berry for the diagnostic. + * gawk.1: Remove commented out doc for -m option which was for + compatibility with BWK awk. His awk dropped it back in 2007. 2013-01-31 Arnold D. Robbins diff --git a/doc/gawk.1 b/doc/gawk.1 index 8bc14bf6..90288db5 100644 --- a/doc/gawk.1 +++ b/doc/gawk.1 @@ -159,33 +159,6 @@ before execution of the program begins. Such variable values are available to the .B BEGIN block of an \*(AK program. -.ig -.TP -.PD 0 -.BI \-mf " NNN" -.TP -.PD -.BI \-mr " NNN" -Set various memory limits to the value -.IR NNN . -The -.B f -flag sets the maximum number of fields, and the -.B r -flag sets the maximum record size. These two flags and the -.B \-m -option are from an earlier version of the Bell Laboratories -research version of \*(UX -.IR awk . -They are ignored by -.IR gawk , -since -.I gawk -has no pre-defined limits. -(Current versions of the Bell Laboratories -.I awk -no longer accept them.) -.. .TP .PD 0 .B \-b -- cgit v1.2.3