~ubuntu-branches/ubuntu/trusty/screen/trusty-backports

« back to all changes in this revision

Viewing changes to debian/patches/12fix_texinfo_syntax.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 17:36:30 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20071023173630-6q4agogsxuzujhwd
Tags: 4.0.3-7ubuntu1
* Merge with Debian; remaining Ubuntu changes:
  - 07_norootpassword.dpatch: When locking a root-owned screen, check that
    root has a password set. If not, ask for an unlocking key. (LP#6760)
  - debian/preinst: Remove obsolete init script 'screen' on
    upgrades. The script is called 'screen-cleanup' in Debian and thus
    should be called the same in Ubuntu to avoid a permanent and pointless
    delta. This needs to be kept until after the next LTS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 12fix_texinfo_syntax.dpatch by  <hesso@pool.math.tu-berlin.de>
 
3
##
 
4
## DP: Fix a texinfo syntax error...
 
5
 
 
6
@DPATCH@
 
7
--- screen-4.0.3.orig/doc/screen.texinfo        2007-07-23 23:28:56.000000000 +0200
 
8
+++ screen-4.0.3/doc/screen.texinfo     2007-07-23 23:29:05.000000000 +0200
 
9
@@ -2888,7 +2888,7 @@
 
10
 users.
 
11
 If your terminal sends characters, that cause you to abort copy mode,
 
12
 then this command may help by binding these characters to do nothing.
 
13
-The no-op character is `@' and is used like this: @code{markkeys @@=L=H}
 
14
+The no-op character is `@@' and is used like this: @code{markkeys @@=L=H}
 
15
 if you do not want to use the `H' or `L' commands any longer. 
 
16
 As shown in this example, multiple keys can be assigned to one function
 
17
 in a single statement.