summaryrefslogtreecommitdiff
blob: 14ccefd21ae3b64c430b8c8006f9f7435608771f (plain)
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
65
66
67
68
69
70
71
72
73
diff -Naur ion-3ds-20040316-1/configure.ac ion/configure.ac
--- ion-3ds-20040316-1/configure.ac	2004-03-16 21:43:59.000000000 +0100
+++ ion/configure.ac	2004-05-08 19:18:14.976007088 +0200
@@ -5,7 +5,7 @@
 AC_INIT([Ion Window Manager],
         [ION_VERSION],
         [tuomov@iki.fi],
-        [ion])
+        [ion3])
 AC_PREREQ([2.58])
 AC_REVISION([$Revision: 1.1 $])
 
diff -Naur ion-3ds-20040316-1/man/ion.1.in ion/man/ion.1.in
--- ion-3ds-20040316-1/man/ion.1.in	2004-02-14 23:11:37.000000000 +0100
+++ ion/man/ion.1.in	2004-05-08 19:18:14.978006784 +0200
@@ -2,7 +2,7 @@
 .SH NAME
 Ion - an X11 window manager
 .SH SYNOPSIS
-.B ion
+.B ion3
 .I "[options]"
 .SH "DESCRIPTION"
 
@@ -432,7 +432,7 @@
 .PP
 .I DOCDIR/
 .PP
-\fIX(7x)\fP, \fIpwm(1)\fP, \fIjoe(1)\fP
+\fIX(7x)\fP, \fIpwm3(1)\fP, \fIjoe(1)\fP
 
 .SH AUTHOR
 Ion was written by Tuomo Valkonen <tuomov at iki.fi>.
diff -Naur ion-3ds-20040316-1/man/pwm.1.in ion/man/pwm.1.in
--- ion-3ds-20040316-1/man/pwm.1.in	2004-02-10 11:35:04.000000000 +0100
+++ ion/man/pwm.1.in	2004-05-08 19:18:14.979006632 +0200
@@ -2,7 +2,7 @@
 .SH NAME
 PWM - An X11 window manager
 .SH SYNOPSIS
-.B pwm
+.B pwm3
 .I "[options]"
 .SH "DESCRIPTION"
 
@@ -75,5 +75,5 @@
 .SH SEE ALSO
 
 For more information, see
-\fIion(1)\fP.
+\fIion3(1)\fP.
 
diff -Naur ion-3ds-20040316-1/mod_query/querylib.lua ion/mod_query/querylib.lua
--- ion-3ds-20040316-1/mod_query/querylib.lua	2004-03-15 00:40:22.000000000 +0100
+++ ion/mod_query/querylib.lua	2004-05-08 19:20:58.235187920 +0200
@@ -541,7 +541,7 @@
 -- \file{ion-completeman} is used to complete manual pages.
 function querylib.query_man(mplex)
     local script=querylib.lookup_script_warn(mplex, "ion-man")
-    querylib.do_query_execwith(mplex, "Manual page (ion):", "ion",
+    querylib.do_query_execwith(mplex, "Manual page (ion3):", "ion3",
                                script, querylib.man_completor)
 end
 
diff -Naur ion-3ds-20040316-1/share/ion-man.in ion/share/ion-man.in
--- ion-3ds-20040316-1/share/ion-man.in	2004-02-11 02:25:27.000000000 +0100
+++ ion/share/ion-man.in	2004-05-08 19:20:07.350923504 +0200
@@ -1,4 +1,4 @@
 #!/bin/sh
-topic=ion
+topic=ion3
 test $# -ge 1 && topic=$*
 exec @SHAREDIR@/ion-runinxterm -T "$topic manual" man $topic