diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-11-05 12:39:47 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-11-05 12:39:47 (GMT) |
commit | e11f12a27a82f6d0be2916ecfa75be17c524d983 (patch) | |
tree | 6330b5c81b6925f8ba3fd98fac6d654331ae0089 /doc/split.n | |
parent | 80cd306b3640ff4cf8ece8f2719a52e3ec5c4818 (diff) | |
parent | 0158c8427282788538c98897ca0b23a93934c779 (diff) | |
download | tcl-e11f12a27a82f6d0be2916ecfa75be17c524d983.zip tcl-e11f12a27a82f6d0be2916ecfa75be17c524d983.tar.gz tcl-e11f12a27a82f6d0be2916ecfa75be17c524d983.tar.bz2 |
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
Diffstat (limited to 'doc/split.n')
-rw-r--r-- | doc/split.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/split.n b/doc/split.n index e3259df..f1c66d0 100644 --- a/doc/split.n +++ b/doc/split.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 split n "" Tcl "Tcl Built-In Commands" +.so man.macros .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME |