diff --git a/en_US.ISO8859-1/articles/cvsup-advanced/article.sgml b/en_US.ISO8859-1/articles/cvsup-advanced/article.sgml
index a159b91332..f30e86a2d9 100644
--- a/en_US.ISO8859-1/articles/cvsup-advanced/article.sgml
+++ b/en_US.ISO8859-1/articles/cvsup-advanced/article.sgml
@@ -115,13 +115,11 @@ FAQ,
python and updating your sources (eg /usr/ports),
you can check them thus:
- &prompt.user; /path/to/cvsupchk
--d /usr -c /usr/sup/ports-all/checkouts.cvs:. | more
+ &prompt.user; /path/to/cvsupchk -d /usr -c /usr/sup/ports-all/checkouts.cvs:. | more
If you want to check your RELENG_4 sources:
- &prompt.user; /path/to/cvsupchk
--d /usr -c /usr/sup/src-all/checkouts.cvs:RELENG_4 | more
+ &prompt.user; /path/to/cvsupchk -d /usr -c /usr/sup/src-all/checkouts.cvs:RELENG_4 | more
In each case, cvsupchk will inspect your sources for
inconsistencies by utilizing the information contained in the
@@ -146,8 +144,8 @@ FAQ,
a checkouts file called checkouts.cvs:A:
for instance, if tag=RELENG_4, a checkouts file called
checkouts.cvs:RELENG_4 is generated.
- This file will be used to retrieve and/or store identification
- information on your 4-STABLE sources.
+ This file will be used to retrieve and/or store information
+ identifying your 4-STABLE sources.
When tracking src-all, if you wish to
pass from tag=A to tag=B (A less/greater than B not making
@@ -226,15 +224,14 @@ checkouts.cvs:B
you write the line:
- src-all tag=RELENG_4
-date=2000.08.27.10.00.00
+ src-all tag=RELENG_4 date=2000.08.27.10.00.00
- N.B. The format of a date is rigid. You have to specify
+ The format of a date is rigid. You have to specify
all the components of the date: century (20, ie the 20th
century, must be supplied whereas 19, the past century, can
be omitted), year, month, day, hour, minutes, seconds -- as
shown in the above example. For more information, please
- see &man.cvsup.1;.
+ see &man.cvsup.1;.
Whether or not a date is specified, the checkouts file
is called checkouts.cvs:A (eg