diff options
author | peter <peter@FreeBSD.org> | 2004-04-15 01:01:56 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2004-04-15 01:01:56 +0000 |
commit | 6045cae71a438a752980a395f03717a13cc22179 (patch) | |
tree | fd220ac1ddaebaa4a730f86d6f727fb639279056 /contrib/cvs/man/cvs.5 | |
parent | 0de1aa939e0bb1831fe5ba20e2afa2fe6d7426ab (diff) | |
download | FreeBSD-src-6045cae71a438a752980a395f03717a13cc22179.zip FreeBSD-src-6045cae71a438a752980a395f03717a13cc22179.tar.gz |
Import cvs-1.11.15
Diffstat (limited to 'contrib/cvs/man/cvs.5')
-rw-r--r-- | contrib/cvs/man/cvs.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/man/cvs.5 b/contrib/cvs/man/cvs.5 index f6ca333..589f067 100644 --- a/contrib/cvs/man/cvs.5 +++ b/contrib/cvs/man/cvs.5 @@ -284,7 +284,7 @@ containing the logging forms) rather than command templates. The `\|editinfo\|' file allows you to execute a script \fIbefore the commit starts\fP, but after the log information is recorded. These "edit" scripts can verify information recorded in the log file. If -the edit script exits wth a non-zero exit status, the commit is aborted. +the edit script exits with a non-zero exit status, the commit is aborted. .SP The `\|loginfo\|' file contains commands to execute \fIat the end\fP of a commit. The text specified as a commit log message is piped |