diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-02 00:13:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-02 00:13:33 +0000 |
commit | d4f0e47bbacc1309768228cde9fe76b4b71e5dff (patch) | |
tree | e399ae045d98698e79d71a8706b1e4c850cc7a21 /share/tmac/mdoc | |
parent | f565f0697af0e83e4c172e5a3f0a9eaa2abf8805 (diff) |
move to 4.4-beta
Diffstat (limited to 'share/tmac/mdoc')
-rw-r--r-- | share/tmac/mdoc/doc-common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 3fa1b69dfe2..d761a9fd5c8 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.58 2008/05/14 20:55:11 miod Exp $ +.\" $OpenBSD: doc-common,v 1.59 2008/07/02 00:13:32 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -203,7 +203,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS OpenBSD 4.3 +. ds oS OpenBSD 4.4 .\} .if "\\$2"" \{\ . ds aa Non-Null @@ -284,6 +284,7 @@ . if "\\$2"4.1" .as oS \04.1 . if "\\$2"4.2" .as oS \04.2 . if "\\$2"4.3" .as oS \04.3 +. if "\\$2"4.4" .as oS \04.4 .\} .if "\\*(oS"Null" .ds oS \0\\$1 .if "\\*(aa"Non-Null" .as oS \0\\$2 |