The following commit has been merged in the master branch:
commit 5f667737625594218a8300735a3c3032c701e07c
Author: James Vega <[email protected]>
Date: Mon Jul 12 21:05:46 2010 -0400
Fix the left/right quote macros in the man pages.
\(lq & \(rq -> \*(lq & \*(rq
Signed-off-by: James Vega <[email protected]>
diff --git a/scripts/diff2patches.1 b/scripts/diff2patches.1
index f0389d6..bd91637 100644
--- a/scripts/diff2patches.1
+++ b/scripts/diff2patches.1
@@ -10,15 +10,15 @@ diff2patches \fI\-\-help\fP|\fI\-\-version\fP
.SH "DESCRIPTION"
.LP
Extracts patches from .diff.gz which apply to files outside the
-\(lqdebian/\(rq directory scope. A patch is created for each modified file.
-Each patch is named according to the path of the modified file, with \(lq/\(rq
-replaced by \(lq___\(rq, and an extension of \(lq.patch\(rq.
+\*(lqdebian/\*(rq directory scope. A patch is created for each modified file.
+Each patch is named according to the path of the modified file, with
\*(lq/\*(rq
+replaced by \*(lq___\*(rq, and an extension of \*(lq.patch\*(rq.
.SH "OPTIONS"
.LP
.TP 4
\fB\fIfilename\fP\fR
Extract patches from \fB\fIfilename\fP\fR which apply outside the
-\(lqdebian/\(rq directory.
+\*(lqdebian/\*(rq directory.
.TP
\fB\-\-help\fR
Output help information and exit.
@@ -33,15 +33,15 @@ Existence of this file is tested before any patch is
extracted.
\fIdebian/\fP
.TQ
\fIdebian/patches/\fP
-Patches are extracted to one of these directories. \(lqdebian/patches/\(rq is
+Patches are extracted to one of these directories. \*(lqdebian/patches/\*(rq
is
preferred, if it exists. If \fIDEB_PATCHES\fP is present in the environment,
-it will override this behavior (see \(lqENVIRONMENT VARIABLES\(rq section
+it will override this behavior (see \*(lqENVIRONMENT VARIABLES\*(rq section
below).
.SH "ENVIRONMENT VARIABLES"
.TP
\fIDEB_PATCHES\fP
When defined and points to an existing directory, patches are extracted in
that directory
-and not under \(lqdebian/\(rq nor \(lqdebian/patches/\(rq.
+and not under \*(lqdebian/\*(rq nor \*(lqdebian/patches/\*(rq.
.SH "SEE ALSO"
.LP
\fBcombinediff\fR(1)
diff --git a/scripts/uupdate.1 b/scripts/uupdate.1
index b370b59..817f98a 100644
--- a/scripts/uupdate.1
+++ b/scripts/uupdate.1
@@ -32,7 +32,7 @@ Usually \fBuupdate\fR will be able to deduce the version
number from
the source archive name (as long as it only contains digits and
periods). If that fails, you need to specify the version number
explicitly (without the Debian release number which will always be
-initially \(lq1\(rq, or \(lq0ubuntu1\(rq on Ubuntu-detected systems). This
can be
+initially \*(lq1\*(rq, or \*(lq0ubuntu1\*(rq on Ubuntu-detected systems).
This can be
done with an initial \fB\-\-upstream-version\fR or \fB\-v\fR option, or
in the case of an archive, with a version number after the filename.
(The reason for the latter is so that \fBuupdate\fR can be called
@@ -130,10 +130,10 @@ files created by \fBpatch\fR are deleted.
.TP
.B Changelog update
A changelog entry with the new version number is generated with the
-text \(lqNew upstream release\(rq.
+text \*(lqNew upstream release\*(rq.
When used on Ubuntu systems, \fBlsb_release\fR detection is used to set
-the Debian revision to \(lq0ubuntu1\(rq. You may change
+the Debian revision to \*(lq0ubuntu1\*(rq. You may change
\fIdebian/changelog\fR manually afterwards.
.SH "ACTIONS TAKEN ON A PATCH FILE"
.TP
@@ -162,10 +162,10 @@ with non-zero exit status.
.TP
.B Changelog update
A changelog entry with the new version number is generated with the
-text \(lqNew upstream release\(rq.
+text \*(lqNew upstream release\*(rq.
When used on Ubuntu systems, \fBlsb_release\fR detection is used to set
-the Debian revision to \(lq0ubuntu1\(rq. You may change
+the Debian revision to \*(lq0ubuntu1\*(rq. You may change
\fIdebian/changelog\fR manually afterwards.
.SH "SEE ALSO"
.BR debuild (1),
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].