diff options
author | 2005-01-13 00:03:28 +0000 | |
---|---|---|
committer | 2005-01-13 00:03:28 +0000 | |
commit | 8889ae2ad3298686c752906f1b91de8238fdf979 (patch) | |
tree | bd8ec2a57a993ff18f40971c51a6c763865d1af2 | |
parent | use basename(3) instead of mangling the path to figure out the (diff) | |
download | wireguard-openbsd-8889ae2ad3298686c752906f1b91de8238fdf979.tar.xz wireguard-openbsd-8889ae2ad3298686c752906f1b91de8238fdf979.zip |
better descr for `cvs annotate'; help and ok jmc.
-rw-r--r-- | usr.bin/cvs/cvs.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 782b0f42520..099235325a4 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.22 2005/01/07 18:45:13 jmc Exp $ +.\" $OpenBSD: cvs.1,v 1.23 2005/01/13 00:03:28 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -139,7 +139,10 @@ Aliases: .Ic adm , .Ic rcs . .It Ic annotate -Show last revision where each line was modified. +For each line of any files specified, show information about its +last revision. +The information given is the last revision when a modification occurred, +the author's name, and the date of the revision. .Pp Aliases: .Ic ann . |