=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.1,v retrieving revision 1.87 retrieving revision 1.88 diff -c -r1.87 -r1.88 *** src/usr.bin/cvs/cvs.1 2005/08/23 08:17:44 1.87 --- src/usr.bin/cvs/cvs.1 2005/08/23 14:17:37 1.88 *************** *** 1,4 **** ! .\" $OpenBSD: cvs.1,v 1.87 2005/08/23 08:17:44 jmc Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau .\" Copyright (c) 2004, 2005 Xavier Santolaria --- 1,4 ---- ! .\" $OpenBSD: cvs.1,v 1.88 2005/08/23 14:17:37 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau .\" Copyright (c) 2004, 2005 Xavier Santolaria *************** *** 1330,1335 **** --- 1330,1350 ---- Files are not actually removed from the repository until the .Ic commit command has been run subsequently. + .Pp + There is no way to remove a directory with the + .Ic remove + command. + .Nm + will only remove a directory if it is empty and if the + .Ic checkout + or + .Ic update + commands are run with the + .Fl P + option. + (Note that the + .Ic export + command always removes empty directories.) .Pp The .Ic remove