diff options
-rw-r--r-- | debian/patches/0600-manpage-spelling.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/patches/0600-manpage-spelling.patch b/debian/patches/0600-manpage-spelling.patch index c1517a6..dfbec85 100644 --- a/debian/patches/0600-manpage-spelling.patch +++ b/debian/patches/0600-manpage-spelling.patch @@ -151,3 +151,12 @@ Index: trunk/scons.1 \-D<dir> flags from the \fB$XGETTEXTPATH\fR +@@ -18442,7 +18442,7 @@ a = Action("build < ${SOURCE\&.file} > $ + .PP + + \fIexitstatfunc\fR +-specifies a function that is passed the exit status (or return value) from the specified action and can return an arbitrary or modified value\&. This can be used, for example, to specify that an Action object\*(Aqs return value should be ignored under special conditions and SCons should, therefore, consider that the action always suceeds: ++specifies a function that is passed the exit status (or return value) from the specified action and can return an arbitrary or modified value\&. This can be used, for example, to specify that an Action object\*(Aqs return value should be ignored under special conditions and SCons should, therefore, consider that the action always succeeds: + .sp + .if n \{\ + .RS 4 |