From 68103a2cac60ac11ce9a3c0435bd9627b290e6a9 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Fri, 11 May 2007 06:32:03 +0000 Subject: fix format of the CVSROOT string in comments. from Tobias Stoeckmann. OK niallo@. --- usr.bin/cvs/root.c | 4 ++-- 1 file 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 * 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. */ -- cgit v1.2.3