Module Name:    src
Committed By:   uwe
Date:           Tue Jul  5 15:28:02 UTC 2022

Modified Files:
        src/external/historical/nawk/bin: awk.1

Log Message:
awk(1): Fix editing accident in one of the previous commits.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/external/historical/nawk/bin/awk.1:1.22
--- src/external/historical/nawk/bin/awk.1:1.21	Tue Jul  5 15:27:14 2022
+++ src/external/historical/nawk/bin/awk.1	Tue Jul  5 15:28:02 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: awk.1,v 1.21 2022/07/05 15:27:14 uwe Exp $
+.\"	$NetBSD: awk.1,v 1.22 2022/07/05 15:28:02 uwe Exp $
 .\"
 .\" Copyright (C) Lucent Technologies 1997
 .\" All Rights Reserved
@@ -609,7 +609,7 @@ A relational expression is one of the fo
 .It Ar expression matchop regular-expression
 .It Ar expression relop expression
 .It Ar expression Ic in Ar array-name
-.It Ic \&( Ns Ar expr Ns Ic \&, Ar expr Ns Ic \&, No Ar ... Ic \&) in Ar array-name
+.It Ic \&( Ns Ar expr Ns Ic \&, Ar expr Ns Ic \&, Ar ... Ic \&) in Ar array-name
 .El
 .Pp
 where a

Reply via email to