diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
commit | f25b19db8d50748d4f75272ae324cad27788d9b3 (patch) | |
tree | cef0bba69f1833802f43364a0cde6945601e665a /contrib/tcl/doc/man.macros | |
parent | 539e1e66ff6f99c987c8e03872ddaea5260db8f7 (diff) |
Notes
Diffstat (limited to 'contrib/tcl/doc/man.macros')
-rw-r--r-- | contrib/tcl/doc/man.macros | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/contrib/tcl/doc/man.macros b/contrib/tcl/doc/man.macros index 67e601275521..3af2da929343 100644 --- a/contrib/tcl/doc/man.macros +++ b/contrib/tcl/doc/man.macros @@ -26,10 +26,12 @@ '\" .CE '\" End code excerpt. '\" -'\" .VS ?br? +'\" .VS ?version? ?br? '\" Begin vertical sidebar, for use in marking newly-changed parts -'\" of man pages. If an argument is present, then a line break is -'\" forced before starting the sidebar. +'\" of man pages. The first argument is ignored and used for recording +'\" the version when the .VS was added, so that the sidebars can be +'\" found and removed when they reach a certain age. If another argument +'\" is present, then a line break is forced before starting the sidebar. '\" '\" .VE '\" End of vertical sidebar. @@ -57,7 +59,7 @@ '\" .UL arg1 arg2 '\" Print arg1 underlined, then print arg2 normally. '\" -'\" SCCS: @(#) man.macros 1.8 96/02/15 20:02:24 +'\" SCCS: @(#) man.macros 1.9 97/08/22 18:50:59 '\" '\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B @@ -131,7 +133,7 @@ '\" # ^Y = starting y location '\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS -.if !"\\$1"" .br +.if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u |