blob: 2d5599c062248b5ba4b8d6a7b6a2a34cb8f3b404 (
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
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_dhcp_probe.5.dpatch by Laurent Guignard <lguignard.debian@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Change a syntax problem in groff file for hyphenation problem
## Note:
## Submitted to upstream programmer Irwin Tillman<irwin@princeton.edu>.
## This patch will be applied in the next version of the upstream code.
@DPATCH@
diff -urNad trunk~/doc/dhcp_probe.cf.5 trunk/doc/dhcp_probe.cf.5
--- trunk~/doc/dhcp_probe.cf.5 2009-03-30 14:53:40.000000000 +0200
+++ trunk/doc/dhcp_probe.cf.5 2009-03-30 14:57:05.000000000 +0200
@@ -472,10 +472,10 @@
.PP
.RS
.nf
--p the name of the calling program (e.g. dhcp_probe),
--I the name of the interface on which the unexpected response packet was received
--i the IP source address of the packet
--m Ethernet source address of the packet
+\-p the name of the calling program (e.g. dhcp_probe),
+\-I the name of the interface on which the unexpected response packet was received
+\-i the IP source address of the packet
+\-m Ethernet source address of the packet
.fi
.RE
.PP
@@ -483,7 +483,7 @@
.PP
.RS
.nf
--y the non-zero yiaddr value from the packet, when it falls inside a "Lease Network of Concern"
+\-y the non-zero yiaddr value from the packet, when it falls inside a "Lease Network of Concern"
.fi
.RE
.PP
@@ -723,7 +723,7 @@
# alert_program_name2 /absolute/path/name
#
# The program specified via 'alert_program_name2' will be called as follows:
-# /absolute/path/name -p name_of_calling_program -I name_of_interface_on_which_the_response_was_received -i IP_source_of_the_response -m ether_src_of_the_response [-y yiaddr_when_in_lease_networks_of_concern]
+# /absolute/path/name \-p name_of_calling_program \-I name_of_interface_on_which_the_response_was_received \-i IP_source_of_the_response \-m ether_src_of_the_response [\-y yiaddr_when_in_lease_networks_of_concern]
# The options may appear in any order.
# The program must silently ignore any options or arguments it does not recognize,
# so as to be forward-compatible with future enhancements to dhcp_probe.
|