summarylogtreecommitdiffstats
path: root/manpage-naming.patch
diff options
context:
space:
mode:
Diffstat (limited to 'manpage-naming.patch')
-rw-r--r--manpage-naming.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/manpage-naming.patch b/manpage-naming.patch
deleted file mode 100644
index d6dfdefb85df..000000000000
--- a/manpage-naming.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- awk.1
-+++ awk.1
-@@ -7,12 +7,11 @@
- .fi
- .ft 1
- ..
--.TH AWK 1
--.CT 1 files prog_other
-+.TH NAWK 1
- .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 +30,7 @@
- .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
-@@ -197,7 +196,6 @@
- .BR atan2
- are built in.
- Other built-in functions:
--.TF length
- .TP
- .B length
- the length of its argument
-@@ -417,7 +415,6 @@
- do not combine with other patterns.
- .PP
- Variable names with special meanings:
--.TF FILENAME
- .TP
- .B ARGC
- argument count, assignable