diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-06 22:38:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-06 22:38:11 +0000 |
commit | 7c5a95c9fb1e8b1e3dbe1fafb015ae91fffef87c (patch) | |
tree | 4a36b65d22d4a497e8c30a538751fe5fe5aef24b /share/tmac/mdoc/doc-ditroff | |
parent | ca08589faa3f5c9d01d6e436c42eccad1fc0eefa (diff) |
update .Vt (variable type) macro:
- .Vt now parsed and callable
- do not cause line break/insert vertical space outside SYNOPSIS
- respect punctuation
the hard work from jared yanovich;
ok millert@
Diffstat (limited to 'share/tmac/mdoc/doc-ditroff')
-rw-r--r-- | share/tmac/mdoc/doc-ditroff | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/tmac/mdoc/doc-ditroff b/share/tmac/mdoc/doc-ditroff index 5c9aec5fd66..5127f6785ab 100644 --- a/share/tmac/mdoc/doc-ditroff +++ b/share/tmac/mdoc/doc-ditroff @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-ditroff,v 1.4 2003/09/02 19:04:58 jmc Exp $ +.\" $OpenBSD: doc-ditroff,v 1.5 2004/06/06 22:38:10 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -72,6 +72,7 @@ .ds vA \fI\s10 .ds Vs \fR\s10 .ds vT \f(CB\s10 +.ds vY \fC\s10 .ds xR \fC\s10 .tr *\(** .nr sI \w\fC,u*5 |