Parcourir la source

Use a dot or ellipsis where appropriate instead of ..

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Guillem Jover il y a 14 ans
Parent
commit
364133dcd2
6 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 1 1
      doc/triggers.txt
  2. 1 1
      dselect/main.cc
  3. 3 3
      man/dpkg-gensymbols.1
  4. 2 2
      man/dselect.1
  5. 1 1
      src/processarc.c
  6. 1 1
      src/statdb.c

+ 1 - 1
doc/triggers.txt

@@ -82,7 +82,7 @@ processing is awaited by T.  Zero or more packages I may be added as a
 result of any particular trigger activation, depending on how many
 packages were interested.  (If T chooses, explicit trigger activation
 using dpkg-trigger of I by T need not make T become triggers-awaited
-in this way..)
+in this way.)
 
 A package which awaits trigger processing but would otherwise be
 ‘installed’ or ‘triggers-pending’ is considered to be in state

+ 1 - 1
dselect/main.cc

@@ -186,7 +186,7 @@ usage(const struct cmdinfo *ci, const char *value)
 "  --admindir <directory>     Use <directory> instead of %s.\n"
 "  --expert                   Turn on expert mode.\n"
 "  --debug <file> | -D<file>  Turn on debugging, sending output to <file>.\n"
-"  --colour | --color screenpart:[foreground],[background][:attr[+attr+..]]\n"
+"  --colour | --color screenpart:[foreground],[background][:attr[+attr+...]]\n"
 "                             Configure screen colours.\n"
 "\n"), ADMINDIR);
 

+ 3 - 3
man/dpkg-gensymbols.1

@@ -16,7 +16,7 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
-.TH dpkg\-gensymbols 1 "2011-08-14" "Debian Project" "dpkg utilities"
+.TH dpkg\-gensymbols 1 "2012-04-07" "Debian Project" "dpkg utilities"
 .SH NAME
 dpkg\-gensymbols \- generate symbols files (shared library dependency information)
 .
@@ -334,10 +334,10 @@ using an include directive like this:
 .IP \(bu
 The include directive may also be tagged like any symbol:
 
-(tag|..|tagN)#include "file-to-include"
+(tag|...|tagN)#include "file-to-include"
 
 As a result, all symbols included from \fIfile-to-include\fR will be considered
-to be tagged with \fItag\fR .. \fItagN\fR by default. You can use this feature
+to be tagged with \fItag\fR ... \fItagN\fR by default. You can use this feature
 to create a common \fIpackage\fR.symbols file which includes architecture
 specific symbol files:
 

+ 2 - 2
man/dselect.1

@@ -19,7 +19,7 @@
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
-.TH dselect 1 "2011-08-14" "Debian Project" "Debian"
+.TH dselect 1 "2012-04-07" "Debian Project" "Debian"
 .SH NAME
 dselect \- Debian package management frontend
 .
@@ -75,7 +75,7 @@ Turn on debugging. Debugging information is sent to \fIfile\fP.
 Turns on expert mode, i.e. doesn't display possibly annoying help
 messages.
 .TP
-.BR \-\-colour | \-\-color " \fIscreenpart:\fP[\fIforeground\fP],[\fIbackground\fP][\fI:attr\fP[\fI+attr+..\fP]]"
+.BR \-\-colour | \-\-color " \fIscreenpart:\fP[\fIforeground\fP],[\fIbackground\fP][\fI:attr\fP[\fI+attr+...\fP]]"
 Configures screen colors. This works only if your display supports colors.
 This option may be used multiple times (and is best used in
 \fIdselect.cfg\fP). Each use changes the color (and optionally, other

+ 1 - 1
src/processarc.c

@@ -359,7 +359,7 @@ pkg_disappear(struct pkginfo *pkg, struct pkginfo *infavour)
                                               vdew_nonambig),
                               NULL);
 
-  /* OK, now we delete all the stuff in the ‘info’ directory .. */
+  /* OK, now we delete all the stuff in the ‘info’ directory ... */
   debug(dbg_general, "pkg_disappear cleaning info directory");
   pkg_infodb_foreach(pkg, &pkg->installed, pkg_infodb_remove_file);
   dir_sync_path(pkg_infodb_get_dir());

+ 1 - 1
src/statdb.c

@@ -215,7 +215,7 @@ ensure_statoverrides(void)
 			       thisline);
 		fnn->statoverride = fso;
 
-		/* Moving on.. */
+		/* Moving on... */
 		thisline = nextline;
 	}