aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-11-24 19:14:26 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-11-24 19:14:26 +0200
commita2a41a8e359dca5295c43dc2c2408094b96c3e0c (patch)
tree20f382c5c21b7486e4ae86d8d5d9d099f542f625
parent3b42cfaf73fbe63c1332f9cf2c8e4d90ab686f05 (diff)
downloadone-true-awk-a2a41a8e359dca5295c43dc2c2408094b96c3e0c.tar.gz
Add .TF macro to man page. Closes Issue #96.
-rw-r--r--awk.14
1 files changed, 4 insertions, 0 deletions
diff --git a/awk.1 b/awk.1
index 49ab58f..050d253 100644
--- a/awk.1
+++ b/awk.1
@@ -7,6 +7,10 @@
.fi
.ft 1
..
+.de TF
+.IP "" "\w'\fB\\$1\ \ \fP'u"
+.PD 0
+..
.TH AWK 1
.CT 1 files prog_other
.SH NAME