summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-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.
*/