diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-23 08:25:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-23 08:25:04 +0000 |
commit | be0defd40068ef04fdeae0d98a39fe7a9a1d159f (patch) | |
tree | 9b7bdb4e27236fa1395224f2bbfa8f3ece47ea49 /share/tmac | |
parent | c9ddb345840947059367871425560ad0ffe4d618 (diff) |
move towards 2.6-beta
Diffstat (limited to 'share/tmac')
-rw-r--r-- | share/tmac/mdoc/doc-common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 70250b9ed2d..afdbd985168 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.16 1999/09/22 23:22:46 aaron Exp $ +.\" $OpenBSD: doc-common,v 1.17 1999/09/23 08:25:03 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -250,6 +250,9 @@ . if "\\$2"2.1" .as oS \02.1 . if "\\$2"2.2" .as oS \02.2 . if "\\$2"2.3" .as oS \02.3 +. if "\\$2"2.4" .as oS \02.4 +. if "\\$2"2.5" .as oS \02.5 +. if "\\$2"2.6" .as oS \02.6 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |