aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-02-06 06:08:09 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-02-06 06:08:09 +0200
commit4e77e3fe3394482ad26b1561fc45a38ca820bf56 (patch)
tree55ef8f973ddb9f150928786ac29cff48b0856161 /doc/gawk.1
parente3ac14432c838d34d508655c52c0cc0cf58771eb (diff)
downloadegawk-4e77e3fe3394482ad26b1561fc45a38ca820bf56.tar.gz
egawk-4e77e3fe3394482ad26b1561fc45a38ca820bf56.tar.bz2
egawk-4e77e3fe3394482ad26b1561fc45a38ca820bf56.zip
Remove unneeded, undocumented -m option.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.127
1 files changed, 0 insertions, 27 deletions
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