Fix typo.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 18 Dec 2015 12:47:15 +0200
changeset 1830 b4a5c76521df
parent 1829 f001ff60c027
child 1831 801b0a13a1a0
Fix typo.
cvs.rst
--- a/cvs.rst	Fri Dec 18 12:30:28 2015 +0200
+++ b/cvs.rst	Fri Dec 18 12:47:15 2015 +0200
@@ -97,12 +97,13 @@
 Working with CVS branches.
 ==========================
 
-There are no such command but this command allow extract such info::
+There are no direct command to list symbolic names for branches but this command
+allow extract such info::
 
   $ cd $CVS_PROJ
   $ cvs rlog -l -h -b $(cat CVS/Repository)
 
-Switch branch::
+Switch to branch::
 
   $ cvs up -r $BRANCH