aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2014-11-03 14:40:38 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2014-11-03 14:40:38 -0500
commit6a9d48365f5044b64a6c270760808d17d475ca4b (patch)
treed612b2410fe9af333a79e524f5e5102f9754feed /doc/gawk.1
parentb4d06df669e1eaf6c98cacb5c5f299bb5324e804 (diff)
parent204bec7af64c61489e37007d45de936482007977 (diff)
downloadegawk-6a9d48365f5044b64a6c270760808d17d475ca4b.tar.gz
egawk-6a9d48365f5044b64a6c270760808d17d475ca4b.tar.bz2
egawk-6a9d48365f5044b64a6c270760808d17d475ca4b.zip
Merge remote-tracking branch 'origin/master' into select
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.15
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index a4d66720..3d5d1812 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -231,7 +231,8 @@ and so on.)
.PD
\fB\-\^\-debug\fR[\fB=\fIfile\fR]
Enable debugging of \*(AK programs.
-By default, the debugger reads commands interactively from the terminal.
+By default, the debugger reads commands interactively from the keyboard
+(standard input).
The optional
.IR file
argument specifies a file with a list
@@ -626,7 +627,7 @@ specifies a search path to use when finding source files named with
the
.B \-l
option. If this variable does not exist, the default path is
-\fB".:/usr/local/lib/gawk"\fR.
+\fB"/usr/local/lib/gawk"\fR.
(The actual directory may vary, depending upon how
.I gawk
was built and installed.)