1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: - Fix a sentense on the manpage
Author: Giovani Agusuto Ferreira <giovani@riseup.net>
Last-Update: 2015-09-07
Index: cvsps-2.1/cvsps.1
===================================================================
--- cvsps-2.1.orig/cvsps.1
+++ cvsps-2.1/cvsps.1
@@ -10,8 +10,8 @@ repository. A patchset in this case is
to a collection of files, and all committed at the same time (using a
single 'cvs commit' command). This information is valuable to seeing the
big picture of the evolution of a cvs project. While cvs tracks revision
-information, it is often difficult to see what changes were committed
-'atomically' to the repository.
+information, it is often difficult to see what changes were committed 'atomically'
+to the repository.
.SH OPTIONS
.TP
.B \-h
|