Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Tcl man pages for the masses?

13 views
Skip to first unread message

Dan Ehrlich

unread,
Dec 19, 1991, 4:44:12 PM12/19/91
to
In article <!4aHh...@cs.psu.edu> ehr...@cs.psu.edu (Dan Ehrlich) writes:

Dan> Does anyone have a set of man pages for Tcl 3.3 that I can just drop into my
Dan> man directory on SunOS 4.1.1? As distributed they try to include
Dan> tmac.sprite which causes the output to look weird, especially if one does
Dan> not have ditroff. :-(

Dan> Any suggestions would be appreciated. Thanks!

With much assistance from our resident troff wizard, Felix Lee, we have been
able to get the Tcl man pages to work (99.44%) with the "standard" man
macros. Unfortunately, one needs to use a 'ditroff' like formatter. We are
using groff from the Free Software Foundation and a locally written (in
perl) man replacement. Attached are the patches for the man pages. I am
waiting to hear from the person who wrote the man script if I can post that
also.

RCS file: RCS/Tcl.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl.man
*** /tmp/,RCSt1a12393 Thu Dec 19 16:34:53 1991
--- Tcl.man Thu Dec 19 16:33:11 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl.man,v 1.1 91/12/19 16:31:19 ehrlich Exp $ SPRITE (Berkeley)
! '
! .so \*(]ltmac.sprite
.de UL
\\$1\l'|0\(ul'\\$2
..
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl.man,v 1.2 91/12/19 16:32:54 ehrlich Exp $ SPRITE (Berkeley)
! '\"
! '\" .so \*(]ltmac.sprite
! .TH TCL 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.de UL
\\$1\l'|0\(ul'\\$2
..
***************
*** 1433,1439 ****
of the form
\fIx\fB\-\fIy\fR appears in \fIchars\fR, then any character
between \fIx\fR and \fIy\fR, inclusive, will match.
! .IP\fB\e\fIx\fR 10
Matches the single character \fIx\fR. This provides a way of
avoiding the special interpretation of the characters
\fB*?[]\e\fR in \fIpattern\fR.
--- 1446,1452 ----
of the form
\fIx\fB\-\fIy\fR appears in \fIchars\fR, then any character
between \fIx\fR and \fIy\fR, inclusive, will match.
! .IP \fB\e\fIx\fR 10
Matches the single character \fIx\fR. This provides a way of
avoiding the special interpretation of the characters
\fB*?[]\e\fR in \fIpattern\fR.
RCS file: RCS/Tcl_AddErrorInfo.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_AddErrorInfo.man
*** /tmp/,RCSt1a12398 Thu Dec 19 16:34:54 1991
--- Tcl_AddErrorInfo.man Thu Dec 19 16:33:13 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_AddErrorInfo.man,v 1.1 91/12/19 16:31:20 ehrlich Exp $ SPRITE (Berkeley)
'\"
.so \*(]ltmac.sprite
.HS Tcl_AddErrorInfo tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_AddErrorInfo.man,v 1.2 91/12/19 16:33:12 ehrlich Exp $ SPRITE (Berkeley)
'\"
.so \*(]ltmac.sprite
+ .TH Tcl_AddErrorInfo 3
+ .if n .nh
+ .if n .ad 0
+ .de DS
+ .RS
+ .nf
+ .sp
+ ..
+ .de DE
+ .fi
+ .RE
+ .sp .5
+ ..
.HS Tcl_AddErrorInfo tcl
.BS
.SH NAME
RCS file: RCS/Tcl_AssembleCmd.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_AssembleCmd.man
*** /tmp/,RCSt1a12403 Thu Dec 19 16:34:54 1991
--- Tcl_AssembleCmd.man Thu Dec 19 16:33:13 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_AssembleCmd.man,v 1.1 91/12/19 16:31:21 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_AssembleCmd tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_AssembleCmd.man,v 1.2 91/12/19 16:33:13 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\".so \*(]ltmac.sprite
! .TH Tcl_CreateCmdBuf 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_AssembleCmd tcl
.BS
.SH NAME
RCS file: RCS/Tcl_Backslash.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_Backslash.man
*** /tmp/,RCSt1a12408 Thu Dec 19 16:34:54 1991
--- Tcl_Backslash.man Thu Dec 19 16:33:14 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Backslash.man,v 1.1 91/12/19 16:31:22 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_Backslash tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Backslash.man,v 1.2 91/12/19 16:33:13 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_Backslash 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_Backslash tcl
.BS
.SH NAME
RCS file: RCS/Tcl_Concat.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_Concat.man
*** /tmp/,RCSt1a12413 Thu Dec 19 16:34:55 1991
--- Tcl_Concat.man Thu Dec 19 16:33:14 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Concat.man,v 1.1 91/12/19 16:31:22 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_Concat tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Concat.man,v 1.2 91/12/19 16:33:14 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_Concat 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_Concat tcl
.BS
.SH NAME
RCS file: RCS/Tcl_CreateCommand.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_CreateCommand.man
*** /tmp/,RCSt1a12418 Thu Dec 19 16:34:55 1991
--- Tcl_CreateCommand.man Thu Dec 19 16:33:15 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_CreateCommand.man,v 1.1 91/12/19 16:31:23 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_CreateCommand tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_CreateCommand.man,v 1.2 91/12/19 16:33:14 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_CreateCommand 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_CreateCommand tcl
.BS
.SH NAME
RCS file: RCS/Tcl_CreateInterp.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_CreateInterp.man
*** /tmp/,RCSt1a12423 Thu Dec 19 16:34:55 1991
--- Tcl_CreateInterp.man Thu Dec 19 16:33:15 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_CreateInterp.man,v 1.1 91/12/19 16:31:23 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_CreateInterp tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_CreateInterp.man,v 1.2 91/12/19 16:33:15 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_CreateInterp 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_CreateInterp tcl
.BS
.SH NAME
RCS file: RCS/Tcl_CreateTrace.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_CreateTrace.man
*** /tmp/,RCSt1a12428 Thu Dec 19 16:34:56 1991
--- Tcl_CreateTrace.man Thu Dec 19 16:33:16 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_CreateTrace.man,v 1.1 91/12/19 16:31:24 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_CreateTrace tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_CreateTrace.man,v 1.2 91/12/19 16:33:16 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_CreateTrace 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_CreateTrace tcl
.BS
.SH NAME
RCS file: RCS/Tcl_DeleteCommand.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_DeleteCommand.man
*** /tmp/,RCSt1a12433 Thu Dec 19 16:34:56 1991
--- Tcl_DeleteCommand.man Thu Dec 19 16:33:16 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_DeleteCommand.man,v 1.1 91/12/19 16:31:25 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_DeleteCommand tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_DeleteCommand.man,v 1.2 91/12/19 16:33:16 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_Interp 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_DeleteCommand tcl
.BS
.SH NAME
RCS file: RCS/Tcl_DeleteInterp.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_DeleteInterp.man
*** /tmp/,RCSt1a12438 Thu Dec 19 16:34:57 1991
--- Tcl_DeleteInterp.man Thu Dec 19 16:33:17 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_DeleteInterp.man,v 1.1 91/12/19 16:31:25 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_DeleteInterp tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_DeleteInterp.man,v 1.2 91/12/19 16:33:17 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_DeleteInterp 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_DeleteInterp tcl
.BS
.SH NAME
RCS file: RCS/Tcl_DeleteTrace.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_DeleteTrace.man
*** /tmp/,RCSt1a12443 Thu Dec 19 16:34:57 1991
--- Tcl_DeleteTrace.man Thu Dec 19 16:33:17 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_DeleteTrace.man,v 1.1 91/12/19 16:31:25 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_DeleteTrace tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_DeleteTrace.man,v 1.2 91/12/19 16:33:17 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_DeleteTrace 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_DeleteTrace tcl
.BS
.SH NAME
RCS file: RCS/Tcl_Eval.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_Eval.man
*** /tmp/,RCSt1a12448 Thu Dec 19 16:34:57 1991
--- Tcl_Eval.man Thu Dec 19 16:33:18 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Eval.man,v 1.1 91/12/19 16:31:26 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_Eval tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Eval.man,v 1.2 91/12/19 16:33:18 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_Eval 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_Eval tcl
.BS
.SH NAME
RCS file: RCS/Tcl_Expr.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_Expr.man
*** /tmp/,RCSt1a12453 Thu Dec 19 16:34:58 1991
--- Tcl_Expr.man Thu Dec 19 16:33:18 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Expr.man,v 1.1 91/12/19 16:31:26 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_Expr tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Expr.man,v 1.2 91/12/19 16:33:18 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_Expr 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_Expr tcl
.BS
.SH NAME
RCS file: RCS/Tcl_GetVar.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_GetVar.man
*** /tmp/,RCSt1a12458 Thu Dec 19 16:34:58 1991
--- Tcl_GetVar.man Thu Dec 19 16:33:19 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_GetVar.man,v 1.1 91/12/19 16:31:27 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_GetVar tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_GetVar.man,v 1.2 91/12/19 16:33:19 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_GetVar 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_GetVar tcl
.BS
.SH NAME
RCS file: RCS/Tcl_Interp.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_Interp.man
*** /tmp/,RCSt1a12463 Thu Dec 19 16:34:59 1991
--- Tcl_Interp.man Thu Dec 19 16:33:20 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Interp.man,v 1.1 91/12/19 16:31:27 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_Interp tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Interp.man,v 1.2 91/12/19 16:33:19 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_Interp 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_Interp tcl
.BS
.SH NAME
RCS file: RCS/Tcl_Merge.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_Merge.man
*** /tmp/,RCSt1a12468 Thu Dec 19 16:35:00 1991
--- Tcl_Merge.man Thu Dec 19 16:33:20 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Merge.man,v 1.1 91/12/19 16:31:28 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_Merge tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Merge.man,v 1.2 91/12/19 16:33:20 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_Merge 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_Merge tcl
.BS
.SH NAME
RCS file: RCS/Tcl_RecordAndEval.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_RecordAndEval.man
*** /tmp/,RCSt1a12473 Thu Dec 19 16:35:00 1991
--- Tcl_RecordAndEval.man Thu Dec 19 16:33:21 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_RecordAndEval.man,v 1.1 91/12/19 16:31:28 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_RecordAndEval tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_RecordAndEval.man,v 1.2 91/12/19 16:33:21 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_RecordAndEval 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_RecordAndEval tcl
.BS
.SH NAME
RCS file: RCS/Tcl_Return.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_Return.man
*** /tmp/,RCSt1a12478 Thu Dec 19 16:35:01 1991
--- Tcl_Return.man Thu Dec 19 16:33:22 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Return.man,v 1.1 91/12/19 16:31:29 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_Return tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_Return.man,v 1.2 91/12/19 16:33:21 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_Return 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_Return tcl
.BS
.SH NAME
RCS file: RCS/Tcl_SetVar.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_SetVar.man
*** /tmp/,RCSt1a12483 Thu Dec 19 16:35:01 1991
--- Tcl_SetVar.man Thu Dec 19 16:33:22 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_SetVar.man,v 1.1 91/12/19 16:31:29 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_SetVar tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_SetVar.man,v 1.2 91/12/19 16:33:22 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_SetVar 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_SetVar tcl
.BS
.SH NAME
RCS file: RCS/Tcl_SplitList.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_SplitList.man
*** /tmp/,RCSt1a12488 Thu Dec 19 16:35:02 1991
--- Tcl_SplitList.man Thu Dec 19 16:33:23 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_SplitList.man,v 1.1 91/12/19 16:31:32 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_SplitList tcl
.BS
.SH NAME
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_SplitList.man,v 1.2 91/12/19 16:33:22 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_SplitList 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_SplitList tcl
.BS
.SH NAME
RCS file: RCS/Tcl_StringMatch.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_StringMatch.man
*** /tmp/,RCSt1a12493 Thu Dec 19 16:35:02 1991
--- Tcl_StringMatch.man Thu Dec 19 16:33:23 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_StringMatch.man,v 1.1 91/12/19 16:31:33 ehrlich Exp $ SPRITE (Berkeley)
'\"
! .so \*(]ltmac.sprite
.HS Tcl_StringMatch tcl
.VS
.BS
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_StringMatch.man,v 1.2 91/12/19 16:33:23 ehrlich Exp $ SPRITE (Berkeley)
'\"
! '\" .so \*(]ltmac.sprite
! .TH TCL 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_StringMatch tcl
.VS
.BS
RCS file: RCS/Tcl_WatchInterp.man,v
retrieving revision 1.1
diff -c -r1.1 Tcl_WatchInterp.man
*** /tmp/,RCSt1a12498 Thu Dec 19 16:35:03 1991
--- Tcl_WatchInterp.man Thu Dec 19 16:33:24 1991
***************
*** 6,14 ****
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_WatchInterp.man,v 1.1 91/12/19 16:31:34 ehrlich Exp $ SPRITE (Berkeley)
'/"
! .so \*(]ltmac.sprite
.HS Tcl_WatchInterp tcl
.VS
.BS
--- 6,27 ----
'\" the suitability of this material for any purpose. It is
'\" provided "as is" without express or implied warranty.
'\"
! '\" $Header: /export/depot/source/misc/tcl-3.3/RCS/Tcl_WatchInterp.man,v 1.2 91/12/19 16:33:23 ehrlich Exp $ SPRITE (Berkeley)
'/"
! '\" .so \*(]ltmac.sprite
! .TH Tcl_WatchInterp 3
! .if n .nh
! .if n .ad 0
! .de DS
! .RS
! .nf
! .sp
! ..
! .de DE
! .fi
! .RE
! .sp .5
! ..
.HS Tcl_WatchInterp tcl
.VS
.BS
RCS file: RCS/tmac.sprite,v
retrieving revision 1.1
diff -c -r1.1 tmac.sprite
*** /tmp/,RCSt1a12503 Thu Dec 19 16:35:23 1991
--- tmac.sprite Thu Dec 19 16:33:24 1991
***************
*** 9,16 ****
.\"
.\" @(#)tmac.an.new 6.3 (Berkeley) 2/2/86
.\"
! ' DT, PD, SM, and B macros invoked internally.
! ' # month name
.if "\nd"0" .nr m \n(mo-1
.if "\nm"0" .ds ]m January
.if "\nm"1" .ds ]m February
--- 9,16 ----
.\"
.\" @(#)tmac.an.new 6.3 (Berkeley) 2/2/86
.\"
! .\"' DT, PD, SM, and B macros invoked internally.
! .\"' # month name
.if "\nd"0" .nr m \n(mo-1
.if "\nm"0" .ds ]m January
.if "\nm"1" .ds ]m February
***************
*** 24,30 ****
.if "\nm"9" .ds ]m October
.if "\nm"10" .ds ]m November
.if "\nm"11" .ds ]m December
! ' # set the date
.if n \{.nr m \nm+1
. ie \nd .ds ]W Modified \nm/\nd/\ny
. el .ds ]W Printed \n(mo/\n(dy/\n(yr\}
--- 24,30 ----
.if "\nm"9" .ds ]m October
.if "\nm"10" .ds ]m November
.if "\nm"11" .ds ]m December
! .\"' # set the date
.if n \{.nr m \nm+1
. ie \nd .ds ]W Modified \nm/\nd/\ny
. el .ds ]W Printed \n(mo/\n(dy/\n(yr\}
***************
*** 41,62 ****
. ds rq ''
. ds lq ``
.\}
! ' # reset the basic page layout
.de }E
.}f
.in \\n()Ru+\\n(INu
.ll \\n(LLu
..
! ' # default tabs
.de DT
'ta .5i 1i 1.5i 2i 2.5i 3i 3.5i 4i 4.5i 5i 5.5i 6i 6.5i
..
! ' # set type font and size
.de }f
.ps 10
.ft 1
..
! ' # handle the head of the page
.de }H
.ev 1
.}C
--- 41,62 ----
. ds rq ''
. ds lq ``
.\}
! .\"' # reset the basic page layout
.de }E
.}f
.in \\n()Ru+\\n(INu
.ll \\n(LLu
..
! .\"' # default tabs
.de DT
'ta .5i 1i 1.5i 2i 2.5i 3i 3.5i 4i 4.5i 5i 5.5i 6i 6.5i
..
! .\"' # set type font and size
.de }f
.ps 10
.ft 1
..
! .\"' # handle the head of the page
.de }H
.ev 1
.}C
***************
*** 69,75 ****
.ev
.ns
..
! ' # handle the foot of the page
.de }F
.ev 1
.ft 1
--- 69,75 ----
.ev
.ns
..
! .\"' # handle the foot of the page
.de }F
.ev 1
.ft 1
***************
*** 79,85 ****
'bp
.ev
..
! ' # the cut mark
.if !"\*(.T"vp" .ig
.de }C
.po 0i
--- 79,85 ----
'bp
.ev
..
! .\"' # the cut mark
.if !"\*(.T"vp" .ig
.de }C
.po 0i
***************
*** 88,100 ****
.po
.lt
..
! ' # the final cut mark
.de }M
.}N
.wh -1p }C
.ll \\n(LLu
..
! ' # no runout unless there was a .TH
.de }K
.}N
.pl 1
--- 88,100 ----
.po
.lt
..
! .\"' # the final cut mark
.de }M
.}N
.wh -1p }C
.ll \\n(LLu
..
! .\"' # no runout unless there was a .TH
.de }K
.}N
.pl 1
***************
*** 101,107 ****
.ll \\n(LLu
..
.em }K
! ' # set title and heading
.de TH
.PD
.if n .nr IN .5i
--- 101,107 ----
.ll \\n(LLu
..
.em }K
! .\"' # set title and heading
.de TH
.PD
.if n .nr IN .5i
***************
*** 141,147 ****
.nr )R 0
.if n .na
..
! ' # section heading
.de SH
.ss 12
.if "\\$1"SYNOPSIS" .ss 18
--- 141,147 ----
.nr )R 0
.if n .na
..
! .\"' # section heading
.de SH
.ss 12
.if "\\$1"SYNOPSIS" .ss 18
***************
*** 150,156 ****
.SM
\&\\$1 \|\\$2 \|\\$3 \|\\$4 \|\\$5 \|\\$6
..
! ' # sub section heading
.de SS
.ne 4
.}X \\n()Ru+\\n(INu ""
--- 150,156 ----
.SM
\&\\$1 \|\\$2 \|\\$3 \|\\$4 \|\\$5 \|\\$6
..
! .\"' # sub section heading
.de SS
.ne 4
.}X \\n()Ru+\\n(INu ""
***************
*** 157,163 ****
\&\\$1 \|\\$2 \|\\$3 \|\\$4 \|\\$5 \|\\$6
.br
..
! ' # subroutine for section heading
.de }X
.}E
.ti \\$1
--- 157,163 ----
\&\\$1 \|\\$2 \|\\$3 \|\\$4 \|\\$5 \|\\$6
.br
..
! .\"' # subroutine for section heading
.de }X
.}E
.ti \\$1
***************
*** 168,174 ****
.it 1 }N
.B
..
! ' # end of SH (cf }X above and }N below)
.de }2
.nr )E 0
.}E
--- 168,174 ----
.it 1 }N
.B
..
! .\"' # end of SH (cf }X above and }N below)
.de }2
.nr )E 0
.}E
***************
*** 175,199 ****
.nr )I .5i
.ns
..
! ' # italic
.de I
.ft 2
.it 1 }N
.if !"\\$1"" \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6
..
! ' # bold
.de B
.ft 3
.it 1 }N
.if !"\\$1"" \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6
..
! ' # small
.de SM
.ps 9
.it 1 }N
.if !"\\$1"" \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6
..
! ' # combinations of Roman, italic, bold
.de RI
.}S 1 2 \& "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6"
..
--- 175,199 ----
.nr )I .5i
.ns
..
! .\"' # italic
.de I
.ft 2
.it 1 }N
.if !"\\$1"" \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6
..
! .\"' # bold
.de B
.ft 3
.it 1 }N
.if !"\\$1"" \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6
..
! .\"' # small
.de SM
.ps 9
.it 1 }N
.if !"\\$1"" \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6
..
! .\"' # combinations of Roman, italic, bold
.de RI
.}S 1 2 \& "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6"
..
***************
*** 212,218 ****
.de BI
.}S 3 2 \& "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6"
..
! ' # make special case of shift out of italic
.de }S
.ds ]F
.if "\\$1"2" .if !"\\$5"" .ds ]F\^
--- 212,218 ----
.de BI
.}S 3 2 \& "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6"
..
! .\"' # make special case of shift out of italic
.de }S
.ds ]F
.if "\\$1"2" .if !"\\$5"" .ds ]F\^
***************
*** 220,226 ****
.el \\$3
.}f
..
! ' # paragraph
.de LP
.PP
..
--- 220,226 ----
.el \\$3
.}f
..
! .\"' # paragraph
.de LP
.PP
..
***************
*** 231,247 ****
.nr )I .5i
.ns
..
! ' # synonym for .PP
.de P
.PP
..
! ' # paragraph distance
.de PD
.if t .nr )P .4v
.if n .nr )P 1v
.if !"\\$1"" .nr )P \\$1v
..
! ' # paragraph with hanging indent
.de HP
.sp \\n()Pu
.ne 1.1v
--- 231,247 ----
.nr )I .5i
.ns
..
! .\"' # synonym for .PP
.de P
.PP
..
! .\"' # paragraph distance
.de PD
.if t .nr )P .4v
.if n .nr )P 1v
.if !"\\$1"" .nr )P \\$1v
..
! .\"' # paragraph with hanging indent
.de HP
.sp \\n()Pu
.ne 1.1v
***************
*** 251,262 ****
.ti \\n()Ru+\\n(INu
.}f
..
! ' # indented paragraph
.de IP
.TP \\$2
\&\\$1
..
! ' # tagged paragraph (paragraph with hanging label)
.de TP
.if !"\\$1"" .nr )I \\$1n
.sp \\n()Pu
--- 251,262 ----
.ti \\n()Ru+\\n(INu
.}f
..
! .\"' # indented paragraph
.de IP
.TP \\$2
\&\\$1
..
! .\"' # tagged paragraph (paragraph with hanging label)
.de TP
.if !"\\$1"" .nr )I \\$1n
.sp \\n()Pu
***************
*** 267,273 ****
.it 1 }N
.di ]B
..
! ' # end of TP (cf }N below)
.de }1
.ds ]X \&\\*(]B\\
.nr )E 0
--- 267,273 ----
.it 1 }N
.di ]B
..
! .\"' # end of TP (cf }N below)
.de }1
.ds ]X \&\\*(]B\\
.nr )E 0
***************
*** 281,287 ****
.el \\*(]X\h@|\\n()Iu+\\n()Ru@\c
.}f
..
! ' # handle end of 1-line features
.de }N
.if \\n()E .br
.di
--- 281,287 ----
.el \\*(]X\h@|\\n()Iu+\\n()Ru@\c
.}f
..
! .\"' # handle end of 1-line features
.de }N
.if \\n()E .br
.di
***************
*** 290,296 ****
.if "\\n()E"2" .}2
.nr )E 0
..
! ' # increase relative indent
.de RS
.nr ]\\n+()p \\n()I
.nr )\\n()p \\n()R
--- 290,296 ----
.if "\\n()E"2" .}2
.nr )E 0
..
! .\"' # increase relative indent
.de RS
.nr ]\\n+()p \\n()I
.nr )\\n()p \\n()R
***************
*** 304,310 ****
.nf
.sp
..
! ' # decrease relative indent
.de RE
.if !"\\$1"" \{.ie "\\$1"0" .nr )p 1 1
. el .nr )p \\$1 1\}
--- 304,310 ----
.nf
.sp
..
! .\"' # decrease relative indent
.de RE
.if !"\\$1"" \{.ie "\\$1"0" .nr )p 1 1
. el .nr )p \\$1 1\}
***************
*** 364,370 ****
.\" .VE
.\" End of vertical sidebar.
.\"
! ' # Heading for Sprite man pages
.de HS
.PD
.DT
--- 364,370 ----
.\" .VE
.\" End of vertical sidebar.
.\"
! .\"' # Heading for Sprite man pages
.de HS
.PD
.DT
***************
*** 399,411 ****
.nr )I .5i
.nr )R 0
..
! ' # Increase point size 1 tick
.de LG
.ps +1
.it 1 }N
.if !"\\$1"" \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6
..
! ' # Start an argument description
.de AP
.ie !"\\$4"" .TP \\$4
.el \{\
--- 399,411 ----
.nr )I .5i
.nr )R 0
..
! .\"' # Increase point size 1 tick
.de LG
.ps +1
.it 1 }N
.if !"\\$1"" \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6
..
! .\"' # Start an argument description
.de AP
.ie !"\\$4"" .TP \\$4
.el \{\
***************
*** 428,434 ****
.\}
.DT
..
! ' # define tabbing values for .AP
.de AS
.nr )A 10n
.if !"\\$1"" .nr )A \\w'\\$1'u+3n
--- 428,434 ----
.\}
.DT
..
! .\"' # define tabbing values for .AP
.de AS
.nr )A 10n
.if !"\\$1"" .nr )A \\w'\\$1'u+3n
***************
*** 437,443 ****
.if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n
.nr )C \\n()Bu+\\w'(in/out)'u+2n
..
! ' # BS - start boxed text
.de BS
.br
.mk )a
--- 437,443 ----
.if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n
.nr )C \\n()Bu+\\w'(in/out)'u+2n
..
! .\"' # BS - start boxed text
.de BS
.br
.mk )a
***************
*** 447,455 ****
.if n \l'\\n(.lu\(ul'
.if n .fi
..
! ' # Special macro to handle page bottom: finish off current
! ' # box/sidebar if in box/sidebar mode, then invoked standard
! ' # page bottom macro.
.de }B
.if '\\*()b'1' \{\
.ev 1
--- 447,455 ----
.if n \l'\\n(.lu\(ul'
.if n .fi
..
! .\"' # Special macro to handle page bottom: finish off current
! .\"' # box/sidebar if in box/sidebar mode, then invoked standard
! .\"' # page bottom macro.
.de }B
.if '\\*()b'1' \{\
.ev 1
***************
*** 473,484 ****
.\}
.}F
..
! ' # What to do when the head of the page occurs during boxed text
! ' # or vertical sidebar: update starting position for box/sidebar.
.am }H
.mk )a
..
! ' # BE - end boxed text (draw box now)
.de BE
.sp -1
.nf
--- 473,484 ----
.\}
.}F
..
! .\"' # What to do when the head of the page occurs during boxed text
! .\"' # or vertical sidebar: update starting position for box/sidebar.
.am }H
.mk )a
..
! .\"' # BE - end boxed text (draw box now)
.de BE
.sp -1
.nf
***************
*** 500,506 ****
.br
.ds )b 0
..
! ' # VS - start vertical sidebar
.de VS
.if n 'mc \s12\(br\s0
.if t \{\
--- 500,506 ----
.br
.ds )b 0
..
! .\"' # VS - start vertical sidebar
.de VS
.if n 'mc \s12\(br\s0
.if t \{\
***************
*** 508,514 ****
.ds )v 2
.\}
..
! ' # VE - end of vertical sidebar
.de VE
.ev 1
.if n 'mc
--- 508,514 ----
.ds )v 2
.\}
..
! .\"' # VE - end of vertical sidebar
.de VE
.ev 1
.if n 'mc

--
Dan Ehrlich - Sr. Systems Programmer - Penn State Computer Science
<ehr...@cs.psu.edu>/Voice: +1 814 863 1142/FAX: +1 814 865 3176

0 new messages