I'm bored of these monthly messages: please fix so we
don't have quite so much tcl-core traffic! :^)
-----------------------------------------------
This is automatically generated email about problems in
a man page for which
you appear to be responsible. If you are not the right
person or list, tell
me and I will attempt to correct my database.
In the last mailing (20 Nov 2004) of these reminders, a
bug in my
script suppressed the sending of second and subsequent
patches
associated with a maintainer. This resend is going
only to maintainers
with multiple patches; the first one may be one you
have already processed.
I apologize for any inconvenience this may cause.
See http://catb.org/~esr/doclifter/problems.html for
details on how and
why these patches were generated. Feel free to email
me with any questions.
Note: These patches do not change the mod date of any
manual page. You
may wish to do that by hand.
Problems with Tclx_Init.3:
1. Broken command synopsis syntax. This may mean
you're using a
construction in the command synopsis other than the
standard
[ ] | { }, or it may mean you have running text in the
command synopsis
section (the latter is not technically an error, but
it's impossible
to translate into DocBook markup).
--- Tclx_Init.3-orig 2003-11-30 17:27:12.000000000 -0500
+++ Tclx_Init.3 2003-11-30 17:30:05.000000000 -0500
@@ -23,8 +23,6 @@
.SH SYNOPSIS
.nf
.ft CW
--ltclx -ltcl
-
#include "tclExtend.h"
int
@@ -53,6 +51,9 @@
char *appLongName,
char *appVersion,
int appPatchlevel);
+.PP
+To use these functions, you must include -ltclx -ltcl
in the command
+that links your C application.
.ft R
.fi
-----------------------------
Problems with Tclx_Init.3:
1. Broken command synopsis syntax. This may mean
you're using a
construction in the command synopsis other than the
standard
[ ] | { }, or it may mean you have running text in the
command synopsis
section (the latter is not technically an error, but
it's impossible
to translate into DocBook markup).
--- Tclx_Init.3-orig 2003-11-30 17:27:12.000000000 -0500
+++ Tclx_Init.3 2003-11-30 17:30:05.000000000 -0500
@@ -23,8 +23,6 @@
.SH SYNOPSIS
.nf
.ft CW
--ltclx -ltcl
-
#include "tclExtend.h"
int
@@ -53,6 +51,9 @@
char *appLongName,
char *appVersion,
int appPatchlevel);
+.PP
+To use these functions, you must include -ltclx -ltcl
in the command
+that links your C application.
.ft R
.fi
-----------------------------
Problems with TclX_Main.3:
1. Broken command synopsis syntax. This may mean
you're using a
construction in the command synopsis other than the
standard
[ ] | { }, or it may mean you have running text in the
command synopsis
section (the latter is not technically an error, but
it's impossible
to translate into DocBook markup).
--- TclX_Main.3-orig 2003-12-03 17:25:48.000000000 -0500
+++ TclX_Main.3 2003-12-03 17:27:44.000000000 -0500
@@ -23,8 +23,6 @@
.SH SYNOPSIS
.nf
.ft CW
--ltclx -ltcl
-
#include "tclExtend.h"
int
@@ -55,6 +53,8 @@
int appPatchlevel);
.ft R
+Link your program with the Tcl libraries, using the
+options -ltclx -ltcl, to get access to these functions.
.fi
.SH DESCRIPTION
These functions are used to initialize Extended Tcl
and applications based
-----------------------------
Problems with Tclx_Init.3:
1. Broken command synopsis syntax. This may mean
you're using a
construction in the command synopsis other than the
standard
[ ] | { }, or it may mean you have running text in the
command synopsis
section (the latter is not technically an error, but
it's impossible
to translate into DocBook markup).
--- Tclx_Init.3-orig 2003-11-30 17:27:12.000000000 -0500
+++ Tclx_Init.3 2003-11-30 17:30:05.000000000 -0500
@@ -23,8 +23,6 @@
.SH SYNOPSIS
.nf
.ft CW
--ltclx -ltcl
-
#include "tclExtend.h"
int
@@ -53,6 +51,9 @@
char *appLongName,
char *appVersion,
int appPatchlevel);
+.PP
+To use these functions, you must include -ltclx -ltcl
in the command
+that links your C application.
.ft R
.fi
-----------------------------
Problems with TclX_Main.3:
1. Broken command synopsis syntax. This may mean
you're using a
construction in the command synopsis other than the
standard
[ ] | { }, or it may mean you have running text in the
command synopsis
section (the latter is not technically an error, but
it's impossible
to translate into DocBook markup).
--- TclX_Main.3-orig 2003-12-03 17:25:48.000000000 -0500
+++ TclX_Main.3 2003-12-03 17:27:44.000000000 -0500
@@ -23,8 +23,6 @@
.SH SYNOPSIS
.nf
.ft CW
--ltclx -ltcl
-
#include "tclExtend.h"
int
@@ -55,6 +53,8 @@
int appPatchlevel);
.ft R
+Link your program with the Tcl libraries, using the
+options -ltclx -ltcl, to get access to these functions.
.fi
.SH DESCRIPTION
These functions are used to initialize Extended Tcl
and applications based
-----------------------------
Problems with Tclxcmd_Init.3:
1. Broken command synopsis syntax. This may mean
you're using a
construction in the command synopsis other than the
standard
[ ] | { }, or it may mean you have running text in the
command synopsis
section (the latter is not technically an error, but
it's impossible
to translate into DocBook markup).
--- Tclxcmd_Init.3-orig 2003-12-04 11:57:50.000000000 -0500
+++ Tclxcmd_Init.3 2003-12-04 11:58:35.000000000 -0500
@@ -23,8 +23,6 @@
.SH SYNOPSIS
.nf
.ft CW
--ltclx -ltcl
-
#include "tclExtend.h"
int
@@ -55,6 +53,8 @@
int appPatchlevel);
.ft R
+Link your program with the Tcl libraries, using the
+options -ltclx -ltcl, to get access to these functions.
.fi
.SH DESCRIPTION
These functions are used to initialize Extended Tcl
and applications based
-----------------------------
Problems with Tkx_Init.3:
1. Linker options in a function synopsis confuse my
parser into thinking
it is looking at a command synopsis.
--- Tkx_Init.3-orig 2004-07-14 02:55:50.151401504 -0400
+++ Tkx_Init.3 2004-07-14 02:57:11.262070808 -0400
@@ -23,8 +23,6 @@
.SH SYNOPSIS
.nf
.ft CW
--ltclx -ltcl
-
#include "tclExtend.h"
int
@@ -59,7 +57,8 @@
.SH DESCRIPTION
These functions are used to initialize Extended Tcl
and applications based
on Extended Tcl. This manual page also discusses
various issues and approaches
-of integrating TclX into other applications.
+of integrating TclX into other applications. Link
them to your
+program with these linker options: -ltclx -ltcl
'
.SS "Tclx_Init"
.PP
-----------------------------
Problems with Tkx_Init.3:
1. Linker options in a function synopsis confuse my
parser into thinking
it is looking at a command synopsis.
--- Tkx_Init.3-orig 2004-07-14 02:55:50.151401504 -0400
+++ Tkx_Init.3 2004-07-14 02:57:11.262070808 -0400
@@ -23,8 +23,6 @@
.SH SYNOPSIS
.nf
.ft CW
--ltclx -ltcl
-
#include "tclExtend.h"
int
@@ -59,7 +57,8 @@
.SH DESCRIPTION
These functions are used to initialize Extended Tcl
and applications based
on Extended Tcl. This manual page also discusses
various issues and approaches
-of integrating TclX into other applications.
+of integrating TclX into other applications. Link
them to your
+program with these linker options: -ltclx -ltcl
'
.SS "Tclx_Init"
.PP
-----------------------------
Problems with TkX_Main.3:
1. Linker options in a function synopsis confuse my
parser into thinking
it is looking at a command synopsis.
--- TkX_Main.3-orig 2004-07-17 20:42:03.198897296 -0400
+++ TkX_Main.3 2004-07-17 20:42:51.168604792 -0400
@@ -23,8 +23,6 @@
.SH SYNOPSIS
.nf
.ft CW
--ltclx -ltcl
-
#include "tclExtend.h"
int
@@ -59,7 +57,8 @@
.SH DESCRIPTION
These functions are used to initialize Extended Tcl
and applications based
on Extended Tcl. This manual page also discusses
various issues and approaches
-of integrating TclX into other applications.
+of integrating TclX into other applications. To link
the librry
+containing these functions, use the options -ltclx -ltcl.
'
.SS "Tclx_Init"
.PP
-----------------------------
--
Eric S. Raymond