Commit 4c02a3f8 authored by Geoff Simmons's avatar Geoff Simmons

Doc polish (less run-on in the first sentence).

parent 4d63f69a
...@@ -20,11 +20,11 @@ owner can read files relative to a base directory. ...@@ -20,11 +20,11 @@ owner can read files relative to a base directory.
### DESCRIPTION ### DESCRIPTION
http-faccess is an HTTP server that reports, through response http-faccess is an HTTP server that reports, through response
status codes, whether the file or directory represented by the URL status codes, whether the file or directory represented by the URL
path, interpreted as a path on the server's host relative to a path is readable by the server's process owner. The URL path is
given base directory, is readable by the server's process interpreted as a path on the server's host relative to a given base
owner. http-faccess is meant to be used as a tool within trusted directory. http-faccess is meant to be used as a tool within
networks, and should not be exposed to the public internet (see trusted networks, and should not be exposed to the public internet
SECURITY). (see SECURITY).
*base* is a directory on the host on which http-faccess runs (by *base* is a directory on the host on which http-faccess runs (by
default, the current working directory when http-faccess was default, the current working directory when http-faccess was
......
...@@ -43,11 +43,11 @@ ...@@ -43,11 +43,11 @@
// //
// http-faccess is an HTTP server that reports, through response // http-faccess is an HTTP server that reports, through response
// status codes, whether the file or directory represented by the URL // status codes, whether the file or directory represented by the URL
// path, interpreted as a path on the server's host relative to a // path is readable by the server's process owner. The URL path is
// given base directory, is readable by the server's process // interpreted as a path on the server's host relative to a given base
// owner. http-faccess is meant to be used as a tool within trusted // directory. http-faccess is meant to be used as a tool within
// networks, and should not be exposed to the public internet (see // trusted networks, and should not be exposed to the public internet
// SECURITY). // (see SECURITY).
// //
// *base* is a directory on the host on which http-faccess runs (by // *base* is a directory on the host on which http-faccess runs (by
// default, the current working directory when http-faccess was // default, the current working directory when http-faccess was
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment