Files
MSYS2-packages/nawk/manpage-naming.patch
2025-12-28 15:04:35 +01:00

42 lines
830 B
Diff

diff --git a/awk.1 b/awk.1
index 5830143..339271e 100644
--- a/awk.1
+++ b/awk.1
@@ -11,12 +11,12 @@
.IP "" "\w'\fB\\$1\ \ \fP'u"
.PD 0
..
-.TH AWK 1
+.TH NAWK 1
.CT 1 files prog_other
.SH NAME
-awk \- pattern-directed scanning and processing language
+nawk \- pattern-directed scanning and processing language
.SH SYNOPSIS
-.B awk
+.B nawk
[
.BI \-F
.I fs
@@ -37,7 +37,7 @@ awk \- pattern-directed scanning and processing language
.I file ...
]
.SH DESCRIPTION
-.I Awk
+.I Nawk
scans each input
.I file
for lines that match any of a set of patterns specified literally in
@@ -437,7 +437,7 @@ and
do not combine with other patterns.
They may appear multiple times in a program and execute
in the order they are read by
-.IR awk .
+.IR nawk .
.PP
Variable names with special meanings:
.TF FILENAME
--
2.18.0