=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.1,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/cvs/cvs.1 2005/01/05 23:45:56 1.21 --- src/usr.bin/cvs/cvs.1 2005/01/07 18:45:13 1.22 *************** *** 1,4 **** ! .\" $OpenBSD: cvs.1,v 1.21 2005/01/05 23:45:56 jmc Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: cvs.1,v 1.22 2005/01/07 18:45:13 jmc Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau .\" All rights reserved. *************** *** 206,213 **** Aliases: .Ic hi , .Ic his . ! .It Ic import Import sources into CVS using vendor branches. .Pp Aliases: .Ic im , --- 206,237 ---- Aliases: .Ic hi , .Ic his . ! .It Xo Ic import ! .Op Fl b Ar branch ! .Op Fl m Ar msg ! .Ar repository ! .Ar vendortag ! .Ar releasetag ! .Xc ! .Pp Import sources into CVS using vendor branches. + .Pp + The + .Fl b + flag specifies the first-level branch number. + The + .Fl m + flag specifies the log message to send. + .Pp + At least three arguments are required: + .Ar repository + specifies the location of the sources to be imported; + .Ar vendortag + is a tag for the entire branch; + .Ar releasetag + is used to identify the files you created with + .Nm + .Ic import . .Pp Aliases: .Ic im ,