diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-01-27 16:37:24 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-01-27 16:37:24 +0000 |
commit | c35fe984c8399f2c5b61e719982ca8eade4f1266 (patch) | |
tree | 12b11d151b1b84cfc458f682f5d4b228a4fb4606 /usr.bin/cvs | |
parent | 8114fbee1d923edaabd40b9013b87e6212a3782e (diff) |
document `cvs editors'; ok jmc jfb;
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 9d27cae2036..2874c92ab8a 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.32 2005/01/26 17:52:06 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.33 2005/01/27 16:37:23 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -300,8 +300,27 @@ The flag may appear more than once, or not at all. If omitted, the action defaults to .Cm all . -.It Ic editors -See who is editing a watched file. +.It Xo Ic editors +.Op Fl lR +.Ar file ... +.Xc +.Pp +The +.Ic editors +command lists the users with edition rights on a file. +For that, pseudo-lock mode must be enabled (see the +.Ic watch +command). +The e-mail address of the user editing the file, the timestamp +when the edition first started, the host from where the edition +has been requested and the path to the edited file are listed. +.Pp +The +.Fl l +flag is used to limit the scope of the search to the local directory +only and to disable recursive behaviour, which can be requested with the +.Fl R +flag. .It Ic export Export sources from CVS; similar to |