diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-19 12:47:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-19 12:47:22 +0000 |
commit | d6f7899fa7922743b1922b4e17f860e729048f3e (patch) | |
tree | 10a33cd9a3669dc06941bed0a46421492845779d /usr.sbin | |
parent | 28cc8c738305152ba1636b91a1fc01ed7bcc4d40 (diff) |
Wording improvements from Patrik Lundin
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/slowcgi/slowcgi.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/slowcgi/slowcgi.8 b/usr.sbin/slowcgi/slowcgi.8 index cd1027e9c12..be117653971 100644 --- a/usr.sbin/slowcgi/slowcgi.8 +++ b/usr.sbin/slowcgi/slowcgi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: slowcgi.8,v 1.5 2013/12/12 10:48:52 florian Exp $ +.\" $OpenBSD: slowcgi.8,v 1.6 2014/01/19 12:47:21 deraadt Exp $ .\" .\" Copyright (c) 2013 Florian Obser <florian@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 12 2013 $ +.Dd $Mdocdate: January 19 2014 $ .Dt SLOWCGI 8 .Os .Sh NAME @@ -33,11 +33,11 @@ opens a socket at .Pa /var/www/run/slowcgi.sock , owned by root:www, with permissions 0660. -It then +It will then .Xr chroot 8 to .Pa /var/www -and drops privileges to user +and drop privileges to user .Qq www . .Pp The options are as follows: |