~cyphermox/ubuntu/vivid/ppp/merge-2.4.6

« back to all changes in this revision

Viewing changes to debian/patches/man_syntax_errors

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2014-11-05 05:35:43 UTC
  • mfrom: (2.1.16 sid)
  • Revision ID: mathieu-tl@ubuntu.com-20141105053543-pwkdzpn4zae420uw
* Merge with Debian unstable; remaining changes:
  - debian/patches/load_ppp_generic_if_needed: load ppp_generic kernel
    module if needed.
  - add EAP-TLS/MPPE support patch from Jan Just Keijser.
  - debian/control: add libssl-dev to Build-Depends for the EAP-TLS patch.
* debian/patches/ppp-2.4.5-eaptls-mppe-0.994.patch,
  debian/patches/ppp-2.4.6-eaptls-mppe-0.997.patch: updated the EAP-TLS/MPPE
  support patch to the latest version from its upstream (also refreshed it).
* debian/ppp.preinst: deal with the change in LSB headers start runlevels
  of pppd-dns due to dropping our changes (which are no longer necessary
  since resolvconf is installed in most systems and has been for a while);
  this should probably be kept until the next LTS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Fix some syntax errors in the man pages.
2
 
 
3
 
--- a/pppstats/pppstats.8
4
 
+++ b/pppstats/pppstats.8
5
 
@@ -172,7 +172,7 @@ option is specified.
6
 
 When the
7
 
 .B \-z
8
 
 option is specified,
9
 
-.Nm pppstats
10
 
+.B pppstats
11
 
 instead displays the following fields, relating to the packet
12
 
 compression algorithm currently in use.  If packet compression is not
13
 
 in use, these fields will all display zeroes.  The fields displayed on
14
 
--- a/chat/chat.8
15
 
+++ b/chat/chat.8
16
 
@@ -288,7 +288,7 @@ ABORT   'BUSY'
17
 
 .br
18
 
 ABORT   'NO CARRIER'
19
 
 .br
20
 
-''      ATZ
21
 
+\&''      ATZ
22
 
 .br
23
 
 OK\\r\\n  ATD1234567
24
 
 .br
25
 
@@ -318,7 +318,7 @@ signal behavior.  Here is an (simple) ex
26
 
 .IP
27
 
 ABORT   'BUSY'
28
 
 .br
29
 
-''      ATZ
30
 
+\&''      ATZ
31
 
 .br
32
 
 OK\\r\\n  ATD1234567
33
 
 .br
34
 
@@ -365,7 +365,7 @@ The special reply string of \fIEOT\fR in
35
 
 should send an EOT character to the remote. This is normally the
36
 
 End-of-file character sequence. A return character is not sent
37
 
 following the EOT.
38
 
-.PR
39
 
+.LP
40
 
 The EOT sequence may be embedded into the send string using the
41
 
 sequence \fI^D\fR.
42
 
 .SH GENERATING BREAK
43
 
@@ -374,7 +374,7 @@ to be sent. The break is a special signa
44
 
 normal processing on the receiver is to change the transmission rate.
45
 
 It may be used to cycle through the available transmission rates on
46
 
 the remote until you are able to receive a valid login prompt.
47
 
-.PR
48
 
+.LP
49
 
 The break sequence may be embedded into the send string using the
50
 
 \fI\\K\fR sequence.
51
 
 .SH ESCAPE SEQUENCES