diff options
author | deraadt | 2014-01-19 12:47:21 +0000 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-24 12:33:55 +0200 |
commit | b9bb934f63cf27a8620bd519914253fa13d93772 (patch) | |
tree | 41a32d20a1b0d9fdf5b06407ab11104eea0b128e | |
parent | 2abaaaaeb04728fa97a0acf0d00e11d5f1e8fa24 (diff) | |
download | slowcgi-b9bb934f63cf27a8620bd519914253fa13d93772.tar.gz |
Wording improvements from Patrik Lundin
Diffstat (limited to '')
-rw-r--r-- | slowcgi.8 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |