diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-06-07 09:11:13 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-06-07 09:11:13 +0000 |
commit | 8d65ec189b56f879dcbb9928ad2679783c0cf4c4 (patch) | |
tree | 6dc2982d1f279296055ffb9c74f85aff139c03ac /usr.bin | |
parent | f34222d6ef97044b11479aa9f1fc9d7aed4396e8 (diff) |
add the -P option in the checkout example; ok jmc@ joris@.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/cvsintro.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvsintro.7 b/usr.bin/cvs/cvsintro.7 index 904524cf5ba..0801a256499 100644 --- a/usr.bin/cvs/cvsintro.7 +++ b/usr.bin/cvs/cvsintro.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvsintro.7,v 1.6 2005/04/12 20:11:07 xsa Exp $ +.\" $OpenBSD: cvsintro.7,v 1.7 2005/06/07 09:11:12 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -93,7 +93,7 @@ This example shows how a user initially checks out a copy of the source tree from local mirror anoncvs.nl.openbsd.org: .Bd -literal -offset indent $ cd /usr -$ cvs -d anoncvs@anoncvs.nl.openbsd.org:/cvs checkout src +$ cvs -d anoncvs@anoncvs.nl.openbsd.org:/cvs checkout -P src .Ed .Pp In this case it was first necessary to add ourselves to the |