diff options
author | 2005-08-10 15:08:04 +0000 | |
---|---|---|
committer | 2005-08-10 15:08:04 +0000 | |
commit | e0a32ab2b0b721713cb394830f63efbbeb8a1df9 (patch) | |
tree | 1426007a6484d2e448870c3db98936da76aa66f8 | |
parent | fgets() expects the 2nd arg to be an int. OK jfb@ joris@. (diff) | |
download | wireguard-openbsd-e0a32ab2b0b721713cb394830f63efbbeb8a1df9.tar.xz wireguard-openbsd-e0a32ab2b0b721713cb394830f63efbbeb8a1df9.zip |
.Xr cvswrappers(5);
-rw-r--r-- | usr.bin/cvs/cvsintro.7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvsintro.7 b/usr.bin/cvs/cvsintro.7 index fb919899e6c..35b81b6a25e 100644 --- a/usr.bin/cvs/cvsintro.7 +++ b/usr.bin/cvs/cvsintro.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvsintro.7,v 1.8 2005/08/02 16:50:05 xsa Exp $ +.\" $OpenBSD: cvsintro.7,v 1.9 2005/08/10 15:08:04 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -219,6 +219,7 @@ unless the development network is local. .Xr rcs 1 , .Xr cvsignore 5 , .Xr cvsrc 5 , +.Xr cvswrappers 5 , .Xr sshd 8 .Sh HISTORY The OpenCVS project is a BSD-licensed rewrite of the original |