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

« back to all changes in this revision

Viewing changes to debian/patches/15manpage_typos.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
## 15manpage_typos.dpatch by  <hesso@pool.math.tu-berlin.de>
 
3
##
 
4
## DP: Fix a few typos in the documentation.
 
5
 
 
6
@DPATCH@
 
7
--- screen-4.0.3.orig/doc/screen.1      2007-08-09 02:51:38.000000000 +0200
 
8
+++ screen-4.0.3/doc/screen.1   2007-08-09 02:52:11.000000000 +0200
 
9
@@ -283,9 +283,9 @@
 
10
 command.
 
11
 .TP 5
 
12
 .BI "\-p " number_or_name
 
13
-Preselect a window. This is usefull when you want to reattach to a
 
14
+Preselect a window. This is useful when you want to reattach to a
 
15
 specific windor or you want to send a command via the \*Q-X\*U
 
16
-option to a specific window. As with screen's select commant, \*Q-\*U
 
17
+option to a specific window. As with screen's select command, \*Q-\*U
 
18
 selects the blank window. As a special case for reattach, \*Q=\*U
 
19
 brings up the windowlist on the blank window.
 
20
 .TP 5
 
21
@@ -3172,7 +3172,7 @@
 
22
 Specify the transmission of eight (or seven) bits per byte.
 
23
 .IP "ixon or -ixon"
 
24
 Enables (or disables) software flow-control (CTRL-S/CTRL-Q) for sending data.
 
25
-.IP "ixoff or -ixon"
 
26
+.IP "ixoff or -ixoff"
 
27
 Enables (or disables) software flow-control for receiving data.
 
28
 .IP "istrip or -istrip"
 
29
 Clear (or keep) the eight bit in each received byte.
 
30
--- screen-4.0.3.orig/doc/screen.texinfo        2007-08-09 02:51:40.000000000 +0200
 
31
+++ screen-4.0.3/doc/screen.texinfo     2007-08-09 02:52:17.000000000 +0200
 
32
@@ -345,9 +345,9 @@
 
33
 @end table
 
34
 
 
35
 @item -p @var{name_or_number}
 
36
-Preselect a window. This is usefull when you want to reattach to a
 
37
+Preselect a window. This is useful when you want to reattach to a
 
38
 specific windor or you want to send a command via the @samp{-X}
 
39
-option to a specific window. As with screen's select commant, @samp{-}
 
40
+option to a specific window. As with screen's select command, @samp{-}
 
41
 selects the blank window. As a special case for reattach, @samp{=}
 
42
 brings up the windowlist on the blank window.
 
43