42 lines
803 B
Diff
42 lines
803 B
Diff
diff --git a/awk.1 b/awk.1
|
|
index 5830143..339271e 100644
|
|
--- a/awk.1
|
|
+++ b/awk.1
|
|
@@ -7,12 +7,12 @@
|
|
.fi
|
|
.ft 1
|
|
..
|
|
-.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
|
|
@@ -31,7 +31,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
|
|
@@ -426,7 +426,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
|
|
|