diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-19 09:32:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-19 09:32:46 +0000 |
commit | cc0383396c3ae0d1a1ee340e1068c17d78e1f7cc (patch) | |
tree | 713a8126aa7befb00054bc3d1ed4e19da44e49c3 /share | |
parent | e401255c528c5a76904f2e174f837921b3445b9b (diff) |
support for upcoming OpenBSD 2.2
Diffstat (limited to 'share')
-rw-r--r-- | share/tmac/mdoc/doc-syms | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/tmac/mdoc/doc-syms b/share/tmac/mdoc/doc-syms index 46e0fb985ea..f42514b6cfd 100644 --- a/share/tmac/mdoc/doc-syms +++ b/share/tmac/mdoc/doc-syms @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-syms,v 1.8 1997/04/22 21:11:29 etheisen Exp $ +.\" $OpenBSD: doc-syms,v 1.9 1997/09/19 09:32:45 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -157,11 +157,13 @@ . if "\\$1"1.2" \&\\*(tNOpenBSD\\*(aa 1.2\\*(aa\\$2 . if "\\$1"2.0" \&\\*(tNOpenBSD\\*(aa 2.0\\*(aa\\$2 . if "\\$1"2.1" \&\\*(tNOpenBSD\\*(aa 2.1\\*(aa\\$2 +. if "\\$1"2.1" \&\\*(tNOpenBSD\\*(aa 2.2\\*(aa\\$2 .\} .if \\n(.$==1 \{\ . if "\\$1"1.2" \&\\*(tNOpenBSD\\*(aa 1.2\\*(aa . if "\\$1"2.0" \&\\*(tNOpenBSD\\*(aa 2.0\\*(aa . if "\\$1"2.1" \&\\*(tNOpenBSD\\*(aa 2.1\\*(aa +. if "\\$1"2.1" \&\\*(tNOpenBSD\\*(aa 2.2\\*(aa .\} .. .\" Ns At macro - AT&T UNIX (this macro does not handle punctuation) |