summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/root.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2007-05-11 06:32:03 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2007-05-11 06:32:03 +0000
commit68103a2cac60ac11ce9a3c0435bd9627b290e6a9 (patch)
tree425efc4e863210556541fcc54669c841a9f0ccee /usr.bin/cvs/root.c
parent1b6613ef932694cfbae944d83751a0745328b131 (diff)
fix format of the CVSROOT string in comments.
from Tobias Stoeckmann. OK niallo@.
Diffstat (limited to 'usr.bin/cvs/root.c')
-rw-r--r--usr.bin/cvs/root.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/root.c b/usr.bin/cvs/root.c
index d87ed2073cb..70d942fdb7c 100644
--- a/usr.bin/cvs/root.c
+++ b/usr.bin/cvs/root.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: root.c,v 1.37 2007/05/02 15:50:10 xsa Exp $ */
+/* $OpenBSD: root.c,v 1.38 2007/05/11 06:32:02 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -64,7 +64,7 @@ static void cvsroot_free(struct cvsroot *);
* Parse a CVS root string (as found in CVS/Root files or the CVSROOT
* environment variable) and store the fields in a dynamically
* allocated cvs_root structure. The format of the string is as follows:
- * :method:[[user[:pass]@host]:path
+ * [:method:][[user[:pass]@]host[:port]]:path
* Returns a pointer to the allocated information on success, or NULL
* on failure.
*/