Module Name: src Committed By: uwe Date: Tue Jul 5 22:50:43 UTC 2022
Modified Files: src/external/historical/nawk/bin: awk.1 Log Message: awk(1): Fix incomplete edit. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/external/historical/nawk/bin/awk.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/historical/nawk/bin/awk.1 diff -u src/external/historical/nawk/bin/awk.1:1.31 src/external/historical/nawk/bin/awk.1:1.32 --- src/external/historical/nawk/bin/awk.1:1.31 Tue Jul 5 22:20:55 2022 +++ src/external/historical/nawk/bin/awk.1 Tue Jul 5 22:50:43 2022 @@ -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 @@ version on standard output and exit. .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.