summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.5
AgeCommit message (Collapse)Author
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
of a typo in rcs.c;
2008-02-02Better CVSROOT/modules file format.Xavier Santolaria
2008-02-02Basic CVSROOT/modules bits.Xavier Santolaria
2007-09-19Allow lines which do not specify any arguments for command (or cvs).Tobias Stoeckmann
Sticks at GNU cvs behaviour. OK joris@
2007-09-19Print warning about invalid command in .cvsrc only if -V is in use.Tobias Stoeckmann
OpenCVS defaults to -q, so man page should say "with -V", not "without -q or -Q". OK joris@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-14put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5)Jason McIntyre
into a single file, cvs(5), dedicated to cvs file formats; this will trim cvs(1) a little, and stop us having a hundred cvs pages; ok xsa