File: 04_fix_manpage.patch

package info (click to toggle)
xcircuit 3.9.73%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid
  • size: 8,152 kB
  • sloc: ansic: 80,415; sh: 7,295; tcl: 5,891; python: 449; makefile: 300
file content (185 lines) | stat: -rw-r--r-- 9,764 bytes parent folder | 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
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
Description: Manpage fix
 This patch fixes a format problem in a table in the manpage
Author: Roland Stigge <stigge@antcom.de>

---
 lib/xcircuit.1.in | 166 +++++++++++++++++++++++++++---------------------------
 1 file changed, 83 insertions(+), 83 deletions(-)

diff --git a/lib/xcircuit.1.in b/lib/xcircuit.1.in
index b59b986..d579905 100644
--- a/lib/xcircuit.1.in
+++ b/lib/xcircuit.1.in
@@ -1042,89 +1042,89 @@ follows, with their default values given:
 .br
 .sp
 
-   Function name        Function performed         Default key binding
-   ---------------------------------------------------------------------
-   "Page",              change page,               Number keys 1-9 and 0
-   "Justify",           change text justification, Keypad keys 1-9
-   "Superscript",       set text superscript,      Keypad +
-   "Subscript",         set text subscript,        Keypad -
-   "Normalscript",      cancel sub/superscript,    Keypad Enter
-   "Nextfont",          change to next font,       Alt-f
-   "Boldfont",          change to bold font,       Alt-b
-   "Italicfont",        change to italic font,     Alt-i
-   "Normalfont",        cancel italic/bold,        Alt-n
-   "Underline",         generate underline,        Alt-u
-   "Overline",          generate overline,         Alt-o
-   "ISO Encoding",      change to ISO encoding,    Alt-e
-   "Return",            embedded return character, Alt-Enter
-   "Halfspace",         embedded half-space,       Alt-h
-   "Quarterspace",      embedded quarter-space,    Alt-q
-   "Special",           special character,         Alt-c
-   "Parameter",         embedded parameter,        Alt-p
-   "Edit Break",        break at point,            x
-   "Edit Delete",       delete point,              d, Delete
-   "Edit Insert",       insert point,              i, Insert
-   "Edit Next",         go to next point,          e
-   "Attach",            attach line to object,     A
-   "Next Library",      go to next library,        l
-   "Library Directory", library directory,         L
-   "Library Move",      arrange library objects,   M
-   "Library Copy",      get object in copy mode,   c
-   "Library Edit",      edit library name,         E
-   "Library Delete",    delete library object,     D
-   "Library Duplicate", duplicate object,          C
-   "Library Hide",      hide library object,       H
-   "Page Directory ",   page directory,            P
-   "Library Pop",       return from library,       <
-   "Help",              generate help screen,      h, ?
-   "Redraw",            redraw the window,         space
-   "View",              fit page to window,        v
-   "Zoom In",           zoom in,                   Z
-   "Zoom Out",          zoom out,                  z
-   "Pan",               center pan,                p
-   "Double Snap",       increase snap space,       +
-   "Halve Snap",        decrease snap space,       -
-   "Pan Left",          pan left one-half page,    Left arrow
-   "Pan Right",         pan right one-half page,   Right arrow
-   "Pan Up",            pan up one-half page,      Up arrow
-   "Pan Down",          pan down one-half page,    Down arrow
-   "Write",             popup output window,       W
-   "Rotate",            Rotate,                    r,R,o,O
-   "Flip X",            Flip horizontal,           f
-   "Flip Y",            Flip vertical,             F
-   "Snap",              Snap to grid,              S
-   "Pop",               Return from object edit,   <
-   "Push",              Edit object,               >
-   "Delete",            Delete element,            d
-   "Select",            Select element,            Select
-   "Box",               Create box,                b
-   "Arc",               Create arc,                a
-   "Text",              Create label,              t
-   "Exchange",          Exchange vertical order,   X
-   "Copy",              Copy element,              c
-   "Join",              Join into path,            j
-   "Unjoin",            Split path into elements,  J
-   "Spline",            Create spline,             s
-   "Edit",              Edit element,              e
-   "Undelete",          Undelete last deleted,     u
-   "Select Save",       Make object from selected, M,m
-   "Unselect",          Unselect element,          x
-   "Dashed",            Set line style to dashed,  |
-   "Dotted",            Set line style to dotted,  :
-   "Solid",             Set line style to solid,   _
-   "Prompt",            Execute from command line, %
-   "Dot",               Place dot at location,     .
-   "Exit",		Exit xcircuit		   Ctrl-Alt-q
-   "Netlist",		Generate a netlist,	   Alt-q
-   "Swap",		Swap schematic, symbol,	   /
-   "Pin Label",		Create pin label,	   T
-   "Info Label",	Create info label,	   I
-   "Connectivity",	Show wire connectivity,	   Alt-w
-   "Sim",		Generate sim netlist,	   Alt-s
-   "SPICE",		Generate SPICE netlist,	   Alt-S
-   "PCB",		Generate PCB netlist,	   Alt-p
-   "SPICE Flat"		Generate flattened SPICE,  Alt-f
-   ------------------------------------------------------------------
+ Function name        Function performed         Default key binding
+ ---------------------------------------------------------------------
+ "Page",              change page,               Number keys 1-9 and 0
+ "Justify",           change text justification, Keypad keys 1-9
+ "Superscript",       set text superscript,      Keypad +
+ "Subscript",         set text subscript,        Keypad -
+ "Normalscript",      cancel sub/superscript,    Keypad Enter
+ "Nextfont",          change to next font,       Alt-f
+ "Boldfont",          change to bold font,       Alt-b
+ "Italicfont",        change to italic font,     Alt-i
+ "Normalfont",        cancel italic/bold,        Alt-n
+ "Underline",         generate underline,        Alt-u
+ "Overline",          generate overline,         Alt-o
+ "ISO Encoding",      change to ISO encoding,    Alt-e
+ "Return",            embedded return character, Alt-Enter
+ "Halfspace",         embedded half-space,       Alt-h
+ "Quarterspace",      embedded quarter-space,    Alt-q
+ "Special",           special character,         Alt-c
+ "Parameter",         embedded parameter,        Alt-p
+ "Edit Break",        break at point,            x
+ "Edit Delete",       delete point,              d, Delete
+ "Edit Insert",       insert point,              i, Insert
+ "Edit Next",         go to next point,          e
+ "Attach",            attach line to object,     A
+ "Next Library",      go to next library,        l
+ "Library Directory", library directory,         L
+ "Library Move",      arrange library objects,   M
+ "Library Copy",      get object in copy mode,   c
+ "Library Edit",      edit library name,         E
+ "Library Delete",    delete library object,     D
+ "Library Duplicate", duplicate object,          C
+ "Library Hide",      hide library object,       H
+ "Page Directory ",   page directory,            P
+ "Library Pop",       return from library,       <
+ "Help",              generate help screen,      h, ?
+ "Redraw",            redraw the window,         space
+ "View",              fit page to window,        v
+ "Zoom In",           zoom in,                   Z
+ "Zoom Out",          zoom out,                  z
+ "Pan",               center pan,                p
+ "Double Snap",       increase snap space,       +
+ "Halve Snap",        decrease snap space,       -
+ "Pan Left",          pan left one-half page,    Left arrow
+ "Pan Right",         pan right one-half page,   Right arrow
+ "Pan Up",            pan up one-half page,      Up arrow
+ "Pan Down",          pan down one-half page,    Down arrow
+ "Write",             popup output window,       W
+ "Rotate",            Rotate,                    r,R,o,O
+ "Flip X",            Flip horizontal,           f
+ "Flip Y",            Flip vertical,             F
+ "Snap",              Snap to grid,              S
+ "Pop",               Return from object edit,   <
+ "Push",              Edit object,               >
+ "Delete",            Delete element,            d
+ "Select",            Select element,            Select
+ "Box",               Create box,                b
+ "Arc",               Create arc,                a
+ "Text",              Create label,              t
+ "Exchange",          Exchange vertical order,   X
+ "Copy",              Copy element,              c
+ "Join",              Join into path,            j
+ "Unjoin",            Split path into elements,  J
+ "Spline",            Create spline,             s
+ "Edit",              Edit element,              e
+ "Undelete",          Undelete last deleted,     u
+ "Select Save",       Make object from selected, M,m
+ "Unselect",          Unselect element,          x
+ "Dashed",            Set line style to dashed,  |
+ "Dotted",            Set line style to dotted,  :
+ "Solid",             Set line style to solid,   _
+ "Prompt",            Execute from command line, %
+ "Dot",               Place dot at location,     .
+ "Exit",              Exit xcircuit              Ctrl-Alt-q
+ "Netlist",           Generate a netlist,        Alt-q
+ "Swap",              Swap schematic, symbol,    /
+ "Pin Label",         Create pin label,          T
+ "Info Label",        Create info label,         I
+ "Connectivity",      Show wire connectivity,    Alt-w
+ "Sim",               Generate sim netlist,      Alt-s
+ "SPICE",             Generate SPICE netlist,    Alt-S
+ "PCB",               Generate PCB netlist,      Alt-p
+ "SPICE Flat",        Generate flattened SPICE,  Alt-f
+ ------------------------------------------------------------------
 .br
 .sp
 2-Button mouse users may find it useful to forego the Shift-Button1