File: dehtmldiff.1

package info (click to toggle)
patchutils 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,588 kB
  • ctags: 321
  • sloc: sh: 6,955; ansic: 5,953; xml: 2,356; perl: 402; makefile: 263
file content (69 lines) | stat: -rw-r--r-- 2,283 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
'\" t
.\"     Title: dehtmldiff
.\"    Author: 
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\"      Date: 17 January 2003
.\"    Manual: Man pages
.\"    Source: patchutils
.\"  Language: English
.\"
.TH "DEHTMLDIFF" "1" "17 January 2003" "patchutils" "Man pages"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
dehtmldiff \- get usable diff from an HTML page
.SH "SYNOPSIS"
.HP \w'\fBdehtmldiff\fR\ 'u
\fBdehtmldiff\fR [\fIfile\fR...]
.HP \w'\fBdehtmldiff\fR\ 'u
\fBdehtmldiff\fR {[\-\-help] | [\-\-version]}
.SH "DESCRIPTION"
.PP
\fBdehtmldiff\fR
creates usable diff files from HTML pages\&. This is useful in the scenario where a patch has been posted to a mailing list viewable via a web page\&.
.PP
The corrected diff is sent to standard output\&. Note that you will probably need to use the
\fB\-l\fR
option when applying the patch, in order to ignore any whitespace differences there may be\&.
.SH "OPTIONS"
.PP
\fB\-\-help\fR
.RS 4
Display a short usage message\&.
.RE
.PP
\fB\-\-version\fR
.RS 4
Display the version number of dehtmldiff\&.
.RE
.SH "LIMITATIONS"
.PP
The way this command works is fairly primitive; it boils down to some simple text replacements, followed by an
\fBunwrapdiff\fR
pass\&. As a result, all of the limitations that apply to
\fBunwrapdiff\fR
also apply to
\fBdehtmldiff\fR\&.
.SH "AUTHOR"
.PP
\fBTim Waugh\fR <\&twaugh@redhat.com\&>
.RS 4
Package maintainer
.RE