Module Name: src
Committed By: uwe
Date: Tue Jul 5 14:36:33 UTC 2022
Modified Files:
src/external/historical/nawk/bin: awk.1
Log Message:
awk(1): drop POSIX prescriptive "shall" from the otherwise descriptive passage
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/external/historical/nawk/bin/awk.1:1.19
--- src/external/historical/nawk/bin/awk.1:1.18 Tue Jul 5 14:10:09 2022
+++ src/external/historical/nawk/bin/awk.1 Tue Jul 5 14:36:33 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: awk.1,v 1.18 2022/07/05 14:10:09 uwe Exp $
+.\" $NetBSD: awk.1,v 1.19 2022/07/05 14:36:33 uwe Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@@ -145,7 +145,7 @@ Setting any other field causes the re-ev
.Li $ Ns Va 0
Assigning to
.Li $ Ns Va 0
-shall reset the values of all other fields and the
+resets the values of all other fields and the
.Va NF
built-in variable.
.Pp