[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

KDE_3_4_BRANCH: kdesdk/debian



CVS commit by benb: 

Yet more manpage updates.


  M +6 -1      cvscheck.1   1.4.4.1
  M +9 -0      cvslastchange.1   1.6.4.3
  M +7 -4      makeobj.1   1.3.6.1


--- kdesdk/debian/cvscheck.1  #1.4:1.4.4.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 CVSCHECK 1 "January 31, 2004"
+.TH CVSCHECK 1 "March 20, 2005"
 .\" Please adjust this date whenever revising the manpage.
 .\"
@@ -27,4 +27,5 @@
 [ \fB\-r, \-\-removed\fP ]
 [ \fB\-c, \-\-conflicts\fP ]
+[ \fB\-l, \-\-local\fP ]
 [ \fIdir\fP ... ]
 .SH DESCRIPTION
@@ -91,4 +92,8 @@
 \fB\-c, \-\-conflicts\fP
 Show only conflict (C) files.
+.TP
+\fB\-l, \-\-local\fP
+Do not recurse.  That is, process the given directory but none of its
+subdirectories.
 .SH SEE ALSO
 .BR cvs (1).

--- kdesdk/debian/cvslastchange.1  #1.6.4.2:1.6.4.3
@@ -40,4 +40,13 @@
 \fBM\fP +\fIdigits\fP -\fIdigits\fP
 These options are currently ignored.
+.SH ENVIRONMENT VARIABLES
+.TP
+CVSLASTCHANGE_KEEP_WHITESPACE
+Define this variable if you do not want the whitespace to be modified
+in any way when displaying changes.  Usually the whitespace is tidied
+up a little before the changes are displayed on screen.
+.br
+This variable is useful if you are using cvslastchange to extract a
+patch that can be applied elsewhere.
 .SH SEE ALSO
 .BR cvsbackport (1),

--- kdesdk/debian/makeobj.1  #1.3:1.3.6.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 MAKEOBJ 1 "September 27, 2002"
+.TH MAKEOBJ 1 "March 20, 2005"
 .\" Please adjust this date whenever revising the manpage.
 .\"
@@ -28,7 +28,10 @@
 The command-line arguments will (generally) be passed directly to make.
 .PP
-This script is only useful if the source directory is different from the
+This script is useful if the source directory is different from the
 build directory and the Makefiles are kept in the build directory, as is
-common for instance when building the KDE sources.
+common for instance when building the KDE sources.  This script can however
+be used in more standard scenarios (such as non-KDE projects for which the
+source and build directories are the same), where it will behave just like
+make.
 .PP
 One of the environment variables OBJ_SUBDIR or OBJ_REPLACEMENT
@@ -53,5 +56,5 @@
 For instance, if the source directory is \fI~/src/kdesdk\fP and the
 build directory is \fI~/src/kdesdk-obj\fP, then OBJ_REPLACEMENT could
-be set to \fIs#kdesdk#kdesdk-obj#\fP.
+be set to \fIs#src/kdesdk#src/kdesdk-obj#\fP.
 .SH SEE ALSO
 .BR make (1),




Reply to: