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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
diff -u src.orig/bdf2h.c src/bdf2h.c
--- src.orig/bdf2h.c 2003-10-03 06:05:53.573182320 +0200
+++ src/bdf2h.c 2003-10-03 06:16:07.603835472 +0200
@@ -45,14 +45,14 @@
*/
printf("#ifndef DEFINED_STRUCT_FONTINFO_TAG\n");
printf("#define DEFINED_STRUCT_FONTINFO_TAG 1\n");
-printf("\
-struct fontinfo_tag
- {
- signed char *data;
- int table[96];
- int yofs,fh,oy;
- };
-");
+printf(\
+"struct fontinfo_tag"\
+" {"\
+" signed char *data;"\
+" int table[96];"\
+" int yofs,fh,oy;"\
+" };\n"\
+);
printf("#endif\n\n");
/* generate font data */
diff -u src.orig/font.c src/font.c
--- src.orig/font.c 2003-10-03 06:05:53.573182320 +0200
+++ src/font.c 2003-10-03 06:06:10.775567160 +0200
@@ -37,9 +37,9 @@
* best have this:
*/
static char *bitmap_fonts_copyright=
-"The bitmap fonts zgv uses are: \
-Copyright 1984-1989, 1994 Adobe Systems Incorporated. \
-Copyright 1988, 1994 Digital Equipment Corporation.";
+"The bitmap fonts zgv uses are: "\
+"Copyright 1984-1989, 1994 Adobe Systems Incorporated. "\
+"Copyright 1988, 1994 Digital Equipment Corporation.";
/* prototypes */
diff -u src.orig/install-info.c src/install-info.c
--- src.orig/install-info.c 2003-10-03 06:05:53.573182320 +0200
+++ src/install-info.c 2003-10-03 06:06:10.775567160 +0200
@@ -309,38 +309,38 @@
void
print_help ()
{
- printf (_("Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n\
-\n\
-Install INFO-FILE in the Info directory file DIR-FILE.\n\
-\n\
-Options:\n\
---delete Delete existing entries in INFO-FILE;\n\
- don't insert any new entries.\n\
---dir-file=NAME Specify file name of Info directory file.\n\
- This is equivalent to using the DIR-FILE argument.\n\
---entry=TEXT Insert TEXT as an Info directory entry.\n\
- TEXT should have the form of an Info menu item line\n\
- plus zero or more extra lines starting with whitespace.\n\
- If you specify more than one entry, they are all added.\n\
- If you don't specify any entries, they are determined\n\
- from information in the Info file itself.\n\
---help Display this help and exit.\n\
---info-file=FILE Specify Info file to install in the directory.\n\
- This is equivalent to using the INFO-FILE argument.\n\
---info-dir=DIR Same as --dir-file=DIR/dir.\n\
---item=TEXT Same as --entry TEXT.\n\
- An Info directory entry is actually a menu item.\n\
---quiet Suppress warnings.\n\
---remove Same as --delete.\n\
---section=SEC Put this file's entries in section SEC of the directory.\n\
- If you specify more than one section, all the entries\n\
- are added in each of the sections.\n\
- If you don't specify any sections, they are determined\n\
- from information in the Info file itself.\n\
---version Display version information and exit.\n\
-\n\
-Email bug reports to bug-texinfo@gnu.org.\n\
-"), progname);
+ printf (_("Usage: %s [OPTION]... [INFO-FILE [DIR-FILE]]\n"\
+"\n"\
+"Install INFO-FILE in the Info directory file DIR-FILE.\n"\
+"\n"\
+"Options:\n"\
+"--delete Delete existing entries in INFO-FILE;\n"\
+" don't insert any new entries.\n"\
+"--dir-file=NAME Specify file name of Info directory file.\n"\
+" This is equivalent to using the DIR-FILE argument.\n"\
+"--entry=TEXT Insert TEXT as an Info directory entry.\n"\
+" TEXT should have the form of an Info menu item line\n"\
+" plus zero or more extra lines starting with whitespace.\n"\
+" If you specify more than one entry, they are all added.\n"\
+" If you don't specify any entries, they are determined\n"\
+" from information in the Info file itself.\n"\
+"--help Display this help and exit.\n"\
+"--info-file=FILE Specify Info file to install in the directory.\n"\
+" This is equivalent to using the INFO-FILE argument.\n"\
+"--info-dir=DIR Same as --dir-file=DIR/dir.\n"\
+"--item=TEXT Same as --entry TEXT.\n"\
+" An Info directory entry is actually a menu item.\n"\
+"--quiet Suppress warnings.\n"\
+"--remove Same as --delete.\n"\
+"--section=SEC Put this file's entries in section SEC of the directory.\n"\
+" If you specify more than one section, all the entries\n"\
+" are added in each of the sections.\n"\
+" If you don't specify any sections, they are determined\n"\
+" from information in the Info file itself.\n"\
+"--version Display version information and exit.\n"\
+"\n"\
+"Email bug reports to bug-texinfo@gnu.org.\n"\
+), progname);
}
@@ -360,22 +360,22 @@
f = fopen (dirfile, "w");
if (f)
{
- fputs (_("This is the file .../info/dir, which contains the\n\
-topmost node of the Info hierarchy, called (dir)Top.\n\
-The first time you invoke Info you start off looking at this node.\n\
-\n\
-File: dir,\tNode: Top,\tThis is the top of the INFO tree\n\
-\n\
- This (the Directory node) gives a menu of major topics.\n\
- Typing \"q\" exits, \"?\" lists all Info commands, \"d\" returns here,\n\
- \"h\" gives a primer for first-timers,\n\
- \"mEmacs<Return>\" visits the Emacs manual, etc.\n\
-\n\
- In Emacs, you can click mouse button 2 on a menu item or cross reference\n\
- to select it.\n\
-\n\
-* Menu:\n\
-"), f);
+ fputs (_("This is the file .../info/dir, which contains the\n"\
+"topmost node of the Info hierarchy, called (dir)Top.\n"\
+"The first time you invoke Info you start off looking at this node.\n"\
+"\n"\
+"File: dir,\tNode: Top,\tThis is the top of the INFO tree\n"\
+"\n"\
+" This (the Directory node) gives a menu of major topics.\n"\
+" Typing \"q\" exits, \"?\" lists all Info commands, \"d\" returns here,\n"\
+" \"h\" gives a primer for first-timers,\n"\
+" \"mEmacs<Return>\" visits the Emacs manual, etc.\n"\
+"\n"\
+" In Emacs, you can click mouse button 2 on a menu item or cross reference\n"\
+" to select it.\n"\
+"\n"\
+"* Menu:\n"\
+), f);
if (fclose (f) < 0)
pfatal_with_name (dirfile);
}
@@ -540,10 +540,10 @@
case 'V':
printf ("install-info (GNU %s) %s\n", PACKAGE, VERSION);
- printf (_("Copyright (C) %s Free Software Foundation, Inc.\n\
-There is NO warranty. You may redistribute this software\n\
-under the terms of the GNU General Public License.\n\
-For more information about these matters, see the files named COPYING.\n"),
+ printf (_("Copyright (C) %s Free Software Foundation, Inc.\n"\
+"There is NO warranty. You may redistribute this software\n"\
+"under the terms of the GNU General Public License.\n"\
+"For more information about these matters, see the files named COPYING.\n"),
"1998");
exit (0);
|