CVS commit by benb: More manpage updates before I sleep.
M +6 -5 cvsservice.1 1.2.2.1 M +2 -2 demangle.1 1.8.2.1 M +29 -10 extractrc.1 1.6.2.1 M +2 -2 kminspector.1 1.11.2.1 --- kdesdk/debian/cvsservice.1 #1.2:1.2.2.1 @@ -3,5 +3,5 @@ .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH CVSSERVICE 1 "February 6, 2004" +.TH CVSSERVICE 1 "October 15, 2004" .\" Please adjust this date whenever revising the manpage. .\" @@ -65,11 +65,12 @@ .BR dcop (1). .PP -Details of how to use the CVS service from within another script or C++ -program can be found in \fI/usr/share/doc/libcvsservice0/DESIGN\fP. +Details of how to use the CVS service from within a shell script, a C++ +program or through the JavaScript bindings can be found in +\fI/usr/share/doc/libcvsservice0/DESIGN\fP. .SH AUTHOR -The CVS service was written by Christian Loose <[EMAIL PROTECTED]>. +The CVS service was written by Christian Loose <[EMAIL PROTECTED]>. .br Cervisia was written by Bernd Gehrmann <[EMAIL PROTECTED]>, -Christian Loose <[EMAIL PROTECTED]> and +Christian Loose <[EMAIL PROTECTED]> and Andre Woebbeking <[EMAIL PROTECTED]>. .br --- kdesdk/debian/demangle.1 #1.8:1.8.2.1 @@ -51,6 +51,6 @@ .SH SEE ALSO .BR kminspector (1), -.BR kmmatch (1). -.BR kmtrace (1), +.BR kmmatch (1), +.BR kmtrace (1). .SH AUTHOR This manual page was prepared by Ben Burton <[EMAIL PROTECTED]> --- kdesdk/debian/extractrc.1 #1.6:1.6.2.1 @@ -3,5 +3,5 @@ .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH EXTRACTRC 1 "January 31, 2004" +.TH EXTRACTRC 1 "October 15, 2004" .\" Please adjust this date whenever revising the manpage. .\" @@ -17,27 +17,46 @@ .\" for manpage-specific macros, see man(7) .SH NAME -extractrc \- extract message strings from UI and GUI-RC files +extractrc \- extract message strings from UI and XML GUI files .SH SYNOPSIS .B extractrc +[ \fB\-\-tag\-group=\fP\fIgroup\fP ] +[ \fB\-\-tag=\fP\fIname\fP ... ] [ \fB\-\-context=\fP\fIname\fP ] -[ \fB\-\-tag=\fP\fIname\fP ] +[ \fB\-\-lines\fP ] \fIfile\fP ... +.PP +.B extractrc \-\-help .SH DESCRIPTION -\fBextractrc\fP finds all text tags and other message strings in the given -files and writes the corresponding \fIi18n()\fP calls to standard output -so that xgettext can parse them. +\fBextractrc\fP finds all text tags and other message strings within the +given files. It then writes the corresponding \fIi18n()\fP calls to +standard output (usually redirected to rc.cpp) so that xgettext can parse +them. .PP -It understands both (Qt/KDE)-designer's UI files and XML GUI-RC files. +It understands both Qt designer (.ui) files and XML GUI (.rc) files. .PP This utility is part of the KDE Software Development Kit. .SH OPTIONS .TP +\fB\-\-tag\-group=\fP\fIgroup\fP +Use a predefined group of tags that we are interested in. +Valid groups are default, koffice and none. +The default group will be used if this option is omitted. +.TP +\fB\-\-tag=\fP\fIname\fP +Extract also the contents of the tag \fIname\fP. +This option may be used multiple times +(e.g., \-\-tag=tag_one \-\-tag=tag_two). +.TP \fB\-\-context=\fP\fIname\fP Give all i18n() calls the given context: i18n("\fIname\fP", ...). .TP -\fB\-\-tag=\fP\fIname\fP -Extract also the contents of the tag \fIname\fP (this option may be -used multiple times). +\fB\-\-lines\fP +Include source line numbers in comments. +.TP +\fB\-\-help\fP +Display a summary of options. .SH AUTHOR +This utility was written by Richard Evans <[EMAIL PROTECTED]> and others. +.br This manual page was prepared by Ben Burton <[EMAIL PROTECTED]> for the Debian GNU/Linux system (but may be used by others). --- kdesdk/debian/kminspector.1 #1.11:1.11.2.1 @@ -38,6 +38,6 @@ .SH SEE ALSO .BR demangle (1), -.BR kmmatch (1). -.BR kmtrace (1), +.BR kmmatch (1), +.BR kmtrace (1). .PP Much more extensive documentation for KMtrace can be found in