summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvsd.8
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/cvsd.8')
-rw-r--r--usr.bin/cvs/cvsd.89
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/cvs/cvsd.8 b/usr.bin/cvs/cvsd.8
index 8280abf363a..47506e14b4a 100644
--- a/usr.bin/cvs/cvsd.8
+++ b/usr.bin/cvs/cvsd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cvsd.8,v 1.3 2004/09/27 12:16:06 jfb Exp $
+.\" $OpenBSD: cvsd.8,v 1.4 2004/12/02 22:38:30 jmc Exp $
.\"
.\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
.\"
@@ -47,7 +47,7 @@ model commonly used by
.Xr cvs 1
through various mechanisms described below.
.Pp
-On startup,
+On startup,
.Nm
spawns a child process that chroots to the CVS repository's root directory.
Both processes then drop privileges to user and group
@@ -59,7 +59,7 @@ the child's jail.
.Pp
.Nm
provides a way to apply Access Control Lists on the modules based on
-operation, path, tags and users.
+operation, path, tags, and users.
In order to enforce ACLs and prevent users from modifying the files in the
repository directly, all of the files within the repository should be owned
by the user and group
@@ -110,6 +110,7 @@ Drop user privileges to the username or UID specified by
instead of the default user.
.It Fl v
Be verbose.
+.El
.Sh FILES
.Bl -tag -width /var/run/cvsd.sock -compact
.It Pa /etc/cvsd.conf
@@ -128,6 +129,6 @@ Default listening socket for incoming cvs requests.
.Sh HISTORY
The
.Nm
-server appeared as part of the OpenCVS project.
+server first appeared as part of the OpenCVS project.
.Sh AUTHORS
.An Jean-Francois Brousseau