summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fileserv.88
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fileserv.8 b/src/fileserv.8
index 0aecd3c..500e153 100644
--- a/src/fileserv.8
+++ b/src/fileserv.8
@@ -10,13 +10,13 @@
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with fileserv. If not, see <http://www.gnu.org/licenses/>.
-.TH FILESERV 8 "April 21, 2018" "FILESERV" "User Commands"
+.TH FILESERV 8 "April 23, 2018" "FILESERV" "User Commands"
.SH NAME
fileserv \- simple http server for static files
.SH SYNOPSIS
\fBfileserv\fR\
[\fB\-fhsv\fR]\
[\fB\-a\fR [\fIIP\fR][\fB:\fIPORT\fR]]\
@@ -323,13 +323,13 @@ name.
Defines icon to use for files of given MIME types. Each \fITYPE\fR is
treated as globbing pattern (see \fBglob\fR(7)). \fIURL\fR is the
URL of the image file to be displayed for matching files, and \fITEXT\fR
is the alternative text.
.TP
\fBname\-icon\fR \fIURL\fR [\fBalt=\fITEXT\fR] \fISUFFIX\fR [\fISUFFIX\fR...]
-Defines icon for to use file names that end in one of the \fISUFFIX\Res. See
+Defines icon for to use file names that end in one of the \fISUFFIX\fRes. See
\fBmime\-icon\fR, for the description of \fIURL\fR and \fITYPE\fR.
.TP
\fBtype\-icon\fR \fIURL\fR [\fBalt=\fITEXT\fR] \fITYPE\fR [\fITYPE\fR...]
Defines icon to use for file of the given type. Available \fITYPE\fRs
are: \fBDIRECTORY\fR, for a directory, \fBFILE\fR, for a regular file,
and \fBBLANK\fR, for a blank line.
@@ -363,13 +363,13 @@ Starts main loop. The syntax is:
.EE
For each file found in the directory being listed, the loop construct
produces expansion of \fITEXT\fR.
.PP
The \fIexpansions\fR performed on strings in template constructs are:
-.Ss Variable expansion
+.SS Variable expansion
Variable expansion replaces each occurrence of
.BI $ NAME
or
.BI ${ NAME }
with the value of the templave variable \fINAME\fR.
.PP
@@ -492,13 +492,13 @@ This function is useful to create listing ordering menu, e.g.:
<th>
<a href="?C=M&amp;O={% $(sortorder M) %}">Last modified</a>
</th>
<th>
<a href="?C=S&amp;O={% $(sortorder S) %}">Size</a>
</th>
-.EE9
+.EE
.SH COPYRIGHT
Copyright \(co 2017, 2018 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
.br

Return to:

Send suggestions and report system problems to the System administrator.