diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-05 12:39:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-05 12:39:47 (GMT) |
commit | 1aafdd134e0b8454e83bc659eeb7f7dd2c5b2006 (patch) | |
tree | 6330b5c81b6925f8ba3fd98fac6d654331ae0089 /doc/global.n | |
parent | a32fae2595e52296e08d1240fcf93f2161074f62 (diff) | |
parent | cda2a285e3db35f852210c948e5ccff1e69806f6 (diff) | |
download | tcl-1aafdd134e0b8454e83bc659eeb7f7dd2c5b2006.zip tcl-1aafdd134e0b8454e83bc659eeb7f7dd2c5b2006.tar.gz tcl-1aafdd134e0b8454e83bc659eeb7f7dd2c5b2006.tar.bz2 |
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
Diffstat (limited to 'doc/global.n')
-rw-r--r-- | doc/global.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/global.n b/doc/global.n index c17c370..aa8f2e4 100644 --- a/doc/global.n +++ b/doc/global.n @@ -5,8 +5,8 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -.so man.macros .TH global n "" Tcl "Tcl Built-In Commands" +.so man.macros .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME |