aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-12-28 18:12:52 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-12-28 18:12:52 +0200
commit2c8f64a8d56bcede9e1dd08859b3b235fc9bd40f (patch)
tree2a0f3ef3b7d18f83c0ab061554bc1077e77a81bf /NEWS
parent23d37c1740baeaebefd8310c53b232904c1e1f77 (diff)
downloadegawk-2c8f64a8d56bcede9e1dd08859b3b235fc9bd40f.tar.gz
egawk-2c8f64a8d56bcede9e1dd08859b3b235fc9bd40f.tar.bz2
egawk-2c8f64a8d56bcede9e1dd08859b3b235fc9bd40f.zip
Documentation updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 14855011..803c1d52 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,10 @@ Changes from 4.0.1 to 4.1
1. The three executables gawk, pgawk, and dgawk, have been merged into
one, named just gawk. As a result:
* The -R option is gone
- * Use -D ...
- * Use -o ...
- * Use -p ...
+ * Use -D to run the debugger. An optional file argument is a
+ list of commands to run first.
+ * Use -o to do pretty-printing only.
+ * Use -p to do profiling.
2. The new -l option is used for loading dynamic extensions.