Module Name: src
Committed By: rillig
Date: Tue Jul 5 22:07:20 UTC 2022
Modified Files:
src/external/historical/nawk/bin: awk.1
Log Message:
awk.1: fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 src/external/historical/nawk/bin/awk.1:1.30
--- src/external/historical/nawk/bin/awk.1:1.29 Tue Jul 5 18:40:03 2022
+++ src/external/historical/nawk/bin/awk.1 Tue Jul 5 22:07:20 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: awk.1,v 1.29 2022/07/05 18:40:03 uwe Exp $
+.\" $NetBSD: awk.1,v 1.30 2022/07/05 22:07:20 rillig Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@@ -763,7 +763,7 @@ Print lines longer than 72 characters.
.Fn length
defaults to
.Li $ Ns Va 0
-and the empty parens can aslo be omitted in this case:
+and the empty parens can also be omitted in this case:
.Pp
.Dl length > 72
.Pp