Guilt v0.25 html docs
[guilt.git] / guilt-import.html
blobb34bcebf17db1f322897042e0918e49cae2b3a2c
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <meta name="generator" content="AsciiDoc 7.1.2" />
7 <style type="text/css">
8 /* Debug borders */
9 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
11 border: 1px solid red;
15 body {
16 margin: 1em 5% 1em 5%;
19 a {
20 color: blue;
21 text-decoration: underline;
23 a:visited {
24 color: fuchsia;
27 em {
28 font-style: italic;
31 strong {
32 font-weight: bold;
35 tt {
36 color: navy;
39 h1, h2, h3, h4, h5, h6 {
40 color: #527bbd;
41 font-family: sans-serif;
42 margin-top: 1.2em;
43 margin-bottom: 0.5em;
44 line-height: 1.3;
47 h1 {
48 border-bottom: 2px solid silver;
50 h2 {
51 border-bottom: 2px solid silver;
52 padding-top: 0.5em;
55 div.sectionbody {
56 font-family: serif;
57 margin-left: 0;
60 hr {
61 border: 1px solid silver;
64 p {
65 margin-top: 0.5em;
66 margin-bottom: 0.5em;
69 pre {
70 padding: 0;
71 margin: 0;
74 span#author {
75 color: #527bbd;
76 font-family: sans-serif;
77 font-weight: bold;
78 font-size: 1.2em;
80 span#email {
82 span#revision {
83 font-family: sans-serif;
86 div#footer {
87 font-family: sans-serif;
88 font-size: small;
89 border-top: 2px solid silver;
90 padding-top: 0.5em;
91 margin-top: 4.0em;
93 div#footer-text {
94 float: left;
95 padding-bottom: 0.5em;
97 div#footer-badges {
98 float: right;
99 padding-bottom: 0.5em;
102 div#preamble,
103 div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
104 div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
105 div.admonitionblock {
106 margin-right: 10%;
107 margin-top: 1.5em;
108 margin-bottom: 1.5em;
110 div.admonitionblock {
111 margin-top: 2.5em;
112 margin-bottom: 2.5em;
115 div.content { /* Block element content. */
116 padding: 0;
119 /* Block element titles. */
120 div.title, caption.title {
121 font-family: sans-serif;
122 font-weight: bold;
123 text-align: left;
124 margin-top: 1.0em;
125 margin-bottom: 0.5em;
127 div.title + * {
128 margin-top: 0;
131 td div.title:first-child {
132 margin-top: 0.0em;
134 div.content div.title:first-child {
135 margin-top: 0.0em;
137 div.content + div.title {
138 margin-top: 0.0em;
141 div.sidebarblock > div.content {
142 background: #ffffee;
143 border: 1px solid silver;
144 padding: 0.5em;
147 div.listingblock > div.content {
148 border: 1px solid silver;
149 background: #f4f4f4;
150 padding: 0.5em;
153 div.quoteblock > div.content {
154 padding-left: 2.0em;
157 div.attribution {
158 text-align: right;
160 div.verseblock + div.attribution {
161 text-align: left;
164 div.admonitionblock .icon {
165 vertical-align: top;
166 font-size: 1.1em;
167 font-weight: bold;
168 text-decoration: underline;
169 color: #527bbd;
170 padding-right: 0.5em;
172 div.admonitionblock td.content {
173 padding-left: 0.5em;
174 border-left: 2px solid silver;
177 div.exampleblock > div.content {
178 border-left: 2px solid silver;
179 padding: 0.5em;
182 div.verseblock div.content {
183 white-space: pre;
186 div.imageblock div.content { padding-left: 0; }
187 div.imageblock img { border: 1px solid silver; }
188 span.image img { border-style: none; }
190 dl {
191 margin-top: 0.8em;
192 margin-bottom: 0.8em;
194 dt {
195 margin-top: 0.5em;
196 margin-bottom: 0;
197 font-style: italic;
199 dd > *:first-child {
200 margin-top: 0;
203 ul, ol {
204 list-style-position: outside;
206 ol.olist2 {
207 list-style-type: lower-alpha;
210 div.tableblock > table {
211 border: 3px solid #527bbd;
213 thead {
214 font-family: sans-serif;
215 font-weight: bold;
217 tfoot {
218 font-weight: bold;
221 div.hlist {
222 margin-top: 0.8em;
223 margin-bottom: 0.8em;
225 td.hlist1 {
226 vertical-align: top;
227 font-style: italic;
228 padding-right: 0.8em;
230 td.hlist2 {
231 vertical-align: top;
234 @media print {
235 div#footer-badges { display: none; }
237 include1::./stylesheets/xhtml11-manpage.css[]
238 /* Workarounds for IE6's broken and incomplete CSS2. */
240 div.sidebar-content {
241 background: #ffffee;
242 border: 1px solid silver;
243 padding: 0.5em;
245 div.sidebar-title, div.image-title {
246 font-family: sans-serif;
247 font-weight: bold;
248 margin-top: 0.0em;
249 margin-bottom: 0.5em;
252 div.listingblock div.content {
253 border: 1px solid silver;
254 background: #f4f4f4;
255 padding: 0.5em;
258 div.quoteblock-content {
259 padding-left: 2.0em;
262 div.exampleblock-content {
263 border-left: 2px solid silver;
264 padding-left: 0.5em;
266 </style>
267 <title>guilt-import(1)</title>
268 </head>
269 <body>
270 <div id="header">
271 <h1>
272 guilt-import(1) Manual Page
273 </h1>
274 <h2>NAME</h2>
275 <div class="sectionbody">
276 <p>guilt-import -
277 Import specified patch file
278 </p>
279 </div>
280 </div>
281 <h2>SYNOPSIS</h2>
282 <div class="sectionbody">
283 <p><em>guilt-import</em> [-P &lt;patch&gt; ] &lt;patch_file&gt;</p>
284 </div>
285 <h2>DESCRIPTION</h2>
286 <div class="sectionbody">
287 <p>Import a specified patch file into the series, placing it after the
288 current topmost patch.</p>
289 </div>
290 <h2>OPTIONS</h2>
291 <div class="sectionbody">
292 <dl>
293 <dt>
294 -P &lt;patch&gt;
295 </dt>
296 <dd>
298 Name of the patch within Guilt.
299 </p>
300 </dd>
301 <dt>
302 &lt;patch_file&gt;
303 </dt>
304 <dd>
306 Name of the file to be imported into the series.
307 </p>
308 </dd>
309 </dl>
310 </div>
311 <h2>Author</h2>
312 <div class="sectionbody">
313 <p>Written by Josef "Jeff" Sipek &lt;jsipek@cs.sunysb.edu&gt;</p>
314 </div>
315 <h2>Documentation</h2>
316 <div class="sectionbody">
317 <p>Documentation by Josef "Jeff" Sipek &lt;jsipek@cs.sunysb.edu&gt;</p>
318 </div>
319 <h2>GUILT</h2>
320 <div class="sectionbody">
321 <p>Part of the <a href="guilt.html">guilt(7)</a> suite
322 (Generated for Guilt v0.25)</p>
323 </div>
324 <div id="footer">
325 <div id="footer-text">
326 Last updated 15-May-2007 13:21:22 EDT
327 </div>
328 </div>
329 </body>
330 </html>