diff options
author | 2005-06-07 09:11:12 +0000 | |
---|---|---|
committer | 2005-06-07 09:11:12 +0000 | |
commit | c6073d6ce69cf58fd105fb13e4d26d6abe2efc1e (patch) | |
tree | 9ae3fc8b9b0a33b7a063ae98327ce1e92ffc6977 | |
parent | note that netstat output may differ slightly for manual keying; (diff) | |
download | wireguard-openbsd-c6073d6ce69cf58fd105fb13e4d26d6abe2efc1e.tar.xz wireguard-openbsd-c6073d6ce69cf58fd105fb13e4d26d6abe2efc1e.zip |
add the -P option in the checkout example; ok jmc@ joris@.
-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 |