[Dctrl-tools-devel] CVS dctrl-tools

CVS User ajk ajk@haydn.debian.org
Mon, 11 Jul 2005 16:53:48 +0000


Update of /cvsroot/dctrl-tools/dctrl-tools
In directory haydn:/tmp/cvs-serv19621

Modified Files:
	grep-dctrl.1.cp msg.h sync-available.8 
Log Message:
merge 2.6.7

--- /cvsroot/dctrl-tools/dctrl-tools/grep-dctrl.1.cp	2005/06/08 18:13:29	1.15
+++ /cvsroot/dctrl-tools/dctrl-tools/grep-dctrl.1.cp	2005/07/11 16:53:47	1.16
@@ -1,4 +1,4 @@
-.TH GREP-DCTRL 1 2005-06-08 "Debian Project" "Debian user's manual"
+.TH GREP-DCTRL 1 2005-07-11 "Debian Project" "Debian user's manual"
 \" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 \"               Antti-Juhani Kaijanaho <gaia@iki.fi>
 \"      This program is free software; you can redistribute it and/or modify
@@ -191,7 +191,7 @@
 .IP "\-n, \-\-no\-field\-names"
 Suppress field names when showing specified fields, only their bodies
 are shown.  Each field is printed in its original form without the
-field name, the colon after it and any whitespace predecing the start
+field name, the colon after it and any whitespace preceding the start
 of the body.
 .IP "\-v, \-\-invert\-match"
 Instead of showing all the paragraphs that match, show those paragraphs
--- /cvsroot/dctrl-tools/dctrl-tools/msg.h	2004/07/15 17:07:57	1.11
+++ /cvsroot/dctrl-tools/dctrl-tools/msg.h	2005/07/11 16:53:47	1.12
@@ -58,7 +58,7 @@
 inline static char const *
 get_progname(void)
 {
-	extern const char progname [];
+	extern char progname [];
 	return progname;
 }
 
--- /cvsroot/dctrl-tools/dctrl-tools/sync-available.8	2004/07/11 20:31:42	1.2
+++ /cvsroot/dctrl-tools/dctrl-tools/sync-available.8	2005/07/11 16:53:47	1.3
@@ -1,5 +1,5 @@
-.TH UPDATE-AVAIL 8 2004-07-11 "Debian Project" "Debian administrator's manual"
-\" Copyright (C) 2004  Antti-Juhani Kaijanaho <gaia@iki.fi>
+.TH SYNC\-AVAILABLE 8 2005-07-11 "Debian Project" "Debian administrator's manual"
+\" Copyright (C) 2004, 2005  Antti-Juhani Kaijanaho <gaia@iki.fi>
 \"      This program is free software; you can redistribute it and/or modify
 \"      it under the terms of the GNU General Public License as published by
 \"      the Free Software Foundation; either version 2 of the License, or
@@ -15,30 +15,30 @@
 \"      the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 \"      Boston, MA 02111-1307, USA.
 .SH NAME
-update-avail \- sync dpkg's available database with apt's database
+sync\-available \- sync dpkg's available database with apt's database
 .SH SYNOPSIS
-.B update-avail
+.B sync\-available
 .sp
-.B update-avail --version
+.B sync\-available --version
 .sp
-.B update-avail --help
+.B sync\-available --help
 .SH DESCRIPTION
 This program updates the
 .BR dpkg (8)
 available database with the data in the
 .BR apt (8)
 package database.  This is required for
-.BR grep-available (1)
+.BR grep\-available (1)
 and other similar programs to give up-to-date results.
 .PP
 The same functionality is available through
 .BR dselect (8),
 when it is configured to use
 .BR apt (8)
-as its aquisition method.  However, this program does not require that
+as its acquisition method.  However, this program does not require that
 .BR dselect (8)
 is installed.
-.SH EXIT STATUS
+.SH "EXIT STATUS"
 The program exits with status code 0 if all went well, and a non-zero
 status code otherwise.
 .SH OPTIONS
@@ -57,4 +57,4 @@
 .BR apt (8),
 .BR dpkg (8),
 .BR dselect (8),
-.BR grep-available (1)
+.BR grep\-available (1)