diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml
index 9b782d6be3..d6b03f33ba 100644
--- a/en_US.ISO8859-1/articles/committers-guide/article.sgml
+++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml
@@ -731,11 +731,11 @@ alias scvs cvs -d user@ncvs.FreeBSD.org:/home/ncvs
You will almost certainly get a conflict because
- of the $Id: article.sgml,v 1.256 2007-03-01 13:27:33 joel Exp $ (or in FreeBSD's case,
+ of the $Id: article.sgml,v 1.257 2007-03-20 08:49:54 chinsan Exp $ (or in FreeBSD's case,
$FreeBSD$)
lines, so you will have to edit the file to resolve the conflict
- (remove the marker lines and the second $Id: article.sgml,v 1.256 2007-03-01 13:27:33 joel Exp $ line,
- leaving the original $Id: article.sgml,v 1.256 2007-03-01 13:27:33 joel Exp $ line intact).
+ (remove the marker lines and the second $Id: article.sgml,v 1.257 2007-03-20 08:49:54 chinsan Exp $ line,
+ leaving the original $Id: article.sgml,v 1.257 2007-03-20 08:49:54 chinsan Exp $ line intact).
@@ -1039,13 +1039,13 @@ checkout -P
configuration into your ~/.ssh/config:
Host ncvs.FreeBSD.org
- ControlPath /home/pav/.ssh/cvs.cpath
+ ControlPath /home/user/.ssh/cvs.cpath
Host dcvs.FreeBSD.org
- ControlPath /home/pav/.ssh/cvs.cpath
+ ControlPath /home/user/.ssh/cvs.cpath
Host projcvs.FreeBSD.org
- ControlPath /home/pav/.ssh/cvs.cpath
+ ControlPath /home/user/.ssh/cvs.cpath
Host pcvs.FreeBSD.org
- ControlPath /home/pav/.ssh/cvs.cpath
+ ControlPath /home/user/.ssh/cvs.cpath
Now open the persistent connection to the repoman: