summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@debian.org>2014-04-26 12:22:34 +0200
committerLuca Falavigna <dktrkranz@debian.org>2014-04-26 12:22:34 +0200
commit53e57185375ad6566269b82df69793f4bcdaf97a (patch)
treebf025dc100d923b20fa1e6e58c4c1cb323eb891b
parent6d129fec1dbae4e81787ca0d002d799218e30755 (diff)
Fix errors in man pages
-rw-r--r--debian/patches/manpages.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/debian/patches/manpages.patch b/debian/patches/manpages.patch
index 88414d2..38506ce 100644
--- a/debian/patches/manpages.patch
+++ b/debian/patches/manpages.patch
@@ -4,7 +4,7 @@ Author: Luca Falavigna <dktrkranz@debian.org>
Index: scons/scons-time.1
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ scons/scons-time.1 2014-04-26 12:12:55.641711527 +0200
++++ scons/scons-time.1 2014-04-26 12:21:47.051232252 +0200
@@ -0,0 +1,1017 @@
+.\" Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 The SCons Foundation
+.\"
@@ -206,7 +206,7 @@ Index: scons/scons-time.1
+.B --number=
+option,
+and can be used to look at the
-+impact of commited changes to the
++impact of committed changes to the
+SCons code base on a particular
+configuration over time.
+.P
@@ -653,7 +653,7 @@ Index: scons/scons-time.1
+Specifies the run number to be used in the names of
+the log files and profile outputs generated by this run.
+.IP
-+When used in conjuction with the
++When used in conjunction with the
+.BI --aegis= PROJECT
+option,
+.I NUMBER
@@ -661,7 +661,7 @@ Index: scons/scons-time.1
+that will be retrieved automatically from the specified Aegis
+.IR PROJECT .
+.IP
-+When used in conjuction with the
++When used in conjunction with the
+.BI --svn= URL
+option,
+.I NUMBER
@@ -1026,7 +1026,7 @@ Index: scons/scons-time.1
Index: scons/scons.1
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ scons/scons.1 2014-04-26 12:12:44.853737230 +0200
++++ scons/scons.1 2014-04-26 12:21:47.059232201 +0200
@@ -0,0 +1,15895 @@
+.\" Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 The SCons Foundation
+.\"
@@ -3933,7 +3933,7 @@ Index: scons/scons.1
+This builder method is only
+provided when Microsoft Visual C++ is being used as the compiler.
+The PCH builder method is generally used in
-+conjuction with the PCH construction variable to force object files to use
++conjunction with the PCH construction variable to force object files to use
+the precompiled header:
+
+.ES
@@ -4111,7 +4111,7 @@ Index: scons/scons.1
+.I "Example 2."
+The \fBPOTUpdate\fP() builder may be used with no target specified, in which
+case default target \fBmessages.pot\fP will be used. The
-+default target may also be overriden by setting \fB$POTDOMAIN\fP construction
++default target may also be overridden by setting \fB$POTDOMAIN\fP construction
+variable or providing it as an override to \fBPOTUpdate\fP() builder:
+.ES
+ # SConstruct script
@@ -4219,7 +4219,7 @@ Index: scons/scons.1
+(they're \fBIgnore\fPd from \fB'.'\fP node). Instead,
+they are added automatically to special \fBAlias\fP
+(\fB'po-update'\fP by default). The alias name may be changed
-+through the \fB$POUPDATE_ALIAS\fP construction variable. You can easilly
++through the \fB$POUPDATE_ALIAS\fP construction variable. You can easily
+update \fBPO\fP files in your project by \fBscons
+po-update\fP.
+
@@ -4888,7 +4888,7 @@ Index: scons/scons.1
+\fBLINGUAS\fP file. Note, that the updated
+\fBPOT\fP and \fBPO\fP files are usually going to be
+committed back to the repository, so they must be updated within the source
-+directory (and not in variant directories). Additionaly, the file listing of
++directory (and not in variant directories). Additionally, the file listing of
+\fBpo/\fP directory contains \fBLINGUAS\fP file,
+so the source tree looks familiar to translators, and they may work with the
+project in their usual way.
@@ -6332,7 +6332,7 @@ Index: scons/scons.1
+will print:
+
+.ES
-+'$CC -c -o $TARGET $CCFLAGS $CPPFLAGS $_CPPDEFFLAGS $_CPPINCFLAGS $SOURCES'
++\'$CC -c -o $TARGET $CCFLAGS $CPPFLAGS $_CPPDEFFLAGS $_CPPINCFLAGS $SOURCES'
+.EE
+.IP
+While this SConstruct:
@@ -16433,7 +16433,7 @@ Index: scons/scons.1
+tools, if they are both installed, regardless of the order of the bin
+directories in the PATH variable. If you have both MSVC and MinGW
+installed and you want to use MinGW instead of MSVC,
-+then you must explictly tell SCons to use MinGW by passing
++then you must explicitly tell SCons to use MinGW by passing
+
+.ES
+tools=['mingw']
@@ -16926,7 +16926,7 @@ Index: scons/scons.1
Index: scons/sconsign.1
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ scons/sconsign.1 2014-04-26 12:12:51.305721997 +0200
++++ scons/sconsign.1 2014-04-26 12:20:51.007589417 +0200
@@ -0,0 +1,208 @@
+.\" Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 The SCons Foundation
+.\"