From 74ee0dcab17240a1626b77ed998b07f0f6560a48 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 15 Oct 2014 11:40:12 +0300 Subject: Sanitize handling of AWKPATH / AWKLIBPATH. --- doc/gawk.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gawk.1') diff --git a/doc/gawk.1 b/doc/gawk.1 index c35ebf00..df31a5f2 100644 --- a/doc/gawk.1 +++ b/doc/gawk.1 @@ -626,7 +626,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.) -- cgit v1.2.3 From 0d487f23486bae6721650e37b746fdb1d1a67977 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 28 Oct 2014 20:32:33 +0200 Subject: Doc fixes. --- doc/gawk.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/gawk.1') diff --git a/doc/gawk.1 b/doc/gawk.1 index df31a5f2..0a37d5a8 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 -- cgit v1.2.3