Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/historical/nawk/bin awk(1): Fix incomplete edit. B...
details: https://anonhg.NetBSD.org/src/rev/f0178201f919
branches: trunk
changeset: 368336:f0178201f919
user: uwe <uwe%NetBSD.org@localhost>
date: Tue Jul 05 22:50:43 2022 +0000
description:
awk(1): Fix incomplete edit. Bump date.
diffstat:
external/historical/nawk/bin/awk.1 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 9377af232ae5 -r f0178201f919 external/historical/nawk/bin/awk.1
--- a/external/historical/nawk/bin/awk.1 Tue Jul 05 22:50:41 2022 +0000
+++ b/external/historical/nawk/bin/awk.1 Tue Jul 05 22:50:43 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: awk.1,v 1.31 2022/07/05 22:20:55 rillig Exp $
+.\" $NetBSD: awk.1,v 1.32 2022/07/05 22:50:43 uwe Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@@ -22,7 +22,7 @@
.\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
.\" THIS SOFTWARE.
.\"
-.Dd December 19, 2019
+.Dd July 5, 2022
.Dt AWK 1
.Os
.Sh NAME
@@ -129,9 +129,9 @@
.El
.Pp
An input line is normally made up of fields separated by white space,
-or by the regular expression
+or by the regular expression the built-in variable
.Va FS
-the built-in variable is set to.
+is set to.
If
.Va FS
is null, the input line is split into one field per character.
Home |
Main Index |
Thread Index |
Old Index