Artifact
894d02ba0bc31f2fd41b244ec69787ce7d9c3168:
Attachment "fmt.nroff.patch" to
ticket [556509ffff]
added by
jenglish
2002-05-16 04:16:17.
? more-lists
? test.man
? test.tmml
? test.n
? TEST.MAN
Index: mpformats/fmt.nroff
===================================================================
RCS file: /cvsroot/tcllib/tcllib/modules/doctools/mpformats/fmt.nroff,v
retrieving revision 1.11
diff -u -r1.11 fmt.nroff
--- mpformats/fmt.nroff 9 May 2002 22:26:56 -0000 1.11
+++ mpformats/fmt.nroff 15 May 2002 21:15:18 -0000
@@ -28,15 +28,11 @@
cpush mp
set hdr ""
append hdr "[nr_comment {}]\n"
- append hdr "[nr_comment "Generated from [mp_file] by tcllib/doctools/mpexpand with [this]"]\n"
- append hdr "[nr_comment "Copyright (c) [clock format [clock seconds] -format %Y] $::tcl_platform(user)"]\n"
- append hdr "[nr_comment {All right reserved}]\n"
- append hdr "[nr_comment "CVS: \$Id\$ $title.$section"]\n"
+ append hdr "[nr_comment "Generated from [mp_file] by mpexpand with [this]"]\n"
append hdr "[nr_comment {}]\n"
append hdr ".so man.macros\n"
append hdr ".TH \"[string trimleft $title :]\" $section $version $module \"$shortdesc\"\n"
append hdr ".BS\n"
- append hdr "[nr_comment {Note: do not modify the .SH NAME line immediately below!}]\n"
append hdr ".SH NAME\n"
append hdr "$title \\- $description"
return $hdr