Package: tclreadline / 2.1.0-15+deb9u1

manpage.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Index: tclreadline/tclreadline.n.in
=====================================================================
--- tclreadline.orig/tclreadline.n.in
+++ tclreadline/tclreadline.n.in
@@ -1,4 +1,4 @@
-.TH tclreadline n "@PATCHLEVEL_STR@" "Johannes Zellner"
+.TH tclreadline 3tcl "@PATCHLEVEL_STR@" "Johannes Zellner"
 
 .\" FILE: "/home/joze/src/tclreadline/tclreadline.n.in"
 .\" LAST MODIFICATION: "Don, 20 Jul 2000 03:29:13 +0200 (joze)"
@@ -73,7 +73,7 @@
 
 .PP
 The following list will give all commands, which are currently
-implemented in the shared lib (e.g. libtclreadline@TCLREADLINE_VERSION@.so).
+implemented in the shared lib (e.g. libtclreadline@VERSION@.so).
 Additional commands were introduced in a startup script
 \fBtclreadlineSetup.tcl\fP, which lives in the tclreadline
 installation directory.
@@ -145,7 +145,7 @@
 .TP 5
 \fB::tclreadline::readline initialize\fP \fIhistoryfile\fP
 initialize the tclreadline interface and read the history from
-the \fIhistoryfile\fP. On succes an empty string is returned.
+the \fIhistoryfile\fP. On success an empty string is returned.
 This command has to be called before any other tclreadline commands.
 
 .TP 5
@@ -211,7 +211,7 @@
 \fB::tclreadline::prompt1\fP
 a proc which is called by ::tclreadline::Loop and returns a string
 which will be displayed as the primary prompt. This prompt will be
-something like "[info nameofexecutable] \[[pwd]\]" possibly fancy colored.
+something like "[info nameofexecutable] \\[[pwd]\\]" possibly fancy colored.
 The default proc is defined on entering the ::tclreadline::Loop,
 if it is not already defined. So: If you define your own proc
 ::tclreadline::prompt1 before entering ::tclreadline::Loop, this
@@ -242,7 +242,7 @@
 
 \fItclreadline\fP defines the following variables in the
 namespace \fI::tclreadline\fP:
-(for backwards compatiblity the global variables tclreadline_version,
+(for backwards compatibility the global variables tclreadline_version,
  tclreadline_patchLevel and tclreadline_library are still present).
 
 .TP 5
@@ -247,7 +247,7 @@
 
 .TP 5
 \fBtclreadline::version\fP (read-only)
-holds the version string "@TCLREADLINE_VERSION@".
+holds the version string "@VERSION@".
 
 .TP 5
 \fBtclreadline::patchLevel\fP (read-only)
@@ -255,7 +255,7 @@
 
 .TP 5
 \fBtclreadline::library\fP (read-only)
-holds the library string "@TCLREADLINE_LIBRARY@".
+holds the library string "@TCLRL_DIR@".
 
 .TP 5
 \fBtclreadline::license\fP (read-only)