summaryrefslogtreecommitdiff
path: root/tmac/an-old.tmac
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-07-18 02:10:39 +0000
committerwlemb <wlemb>2001-07-18 02:10:39 +0000
commit11b12a7a14422cec64fb01e28d90030285648b69 (patch)
tree380bb0842697c4c2116fc63711ce2c9720428c67 /tmac/an-old.tmac
parent776b7cbc82819cc52342c9ddc02c1a117df0a5e4 (diff)
downloadgroff-11b12a7a14422cec64fb01e28d90030285648b69.tar.gz
* NEWS: Updated.
* tmac/groff_mdoc.man: Document new -width and -column syntax. Some other minor fixes. * tmac/an-old.tmac: Add `AT' and `UC' macros.
Diffstat (limited to 'tmac/an-old.tmac')
-rw-r--r--tmac/an-old.tmac21
1 files changed, 21 insertions, 0 deletions
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 49264d76..1402e4df 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -136,6 +136,27 @@
. \}
..
.
+.\" BSD compatibility macros: .AT and .UC
+.
+.de1 AT
+. ds an-extra2 "7th Edition
+. if "\\$1"3" .ds an-extra2 "7th Edition
+. if "\\$1"4" .ds an-extra2 "System III
+. if "\\$1"5" \{\
+. ie "\\$2"" .ds an-extra2 "System V
+. el .ds an-extra2 "System V Release \\$2
+. \}
+..
+.
+.de1 UC
+. ds an-extra2 "3rd Berkeley Distribution
+. if "\\$1"3" .ds an-extra2 "3rd Berkeley Distribution
+. if "\\$1"4" .ds an-extra2 "4th Berkeley Distribution
+. if "\\$1"5" .ds an-extra2 "4.2 Berkeley Distribution
+. if "\\$1"6" .ds an-extra2 "4.3 Berkeley Distribution
+. if "\\$1"7" .ds an-extra2 "4.4 Berkeley Distribution
+..
+.
.de1 DT
. ta T .5i \" This sets tabs every .5 inches
..