summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-04-23 13:48:42 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-04-23 13:48:42 +0300
commit822cc3f646945d95ef00b96e881aa67f97b1d7a2 (patch)
tree600ce3b6d3d3511a7f148328a5920e9b3c9d56be
parent56edbac842e7a8cd256bf099715265a793c92d55 (diff)
downloadfileserv-822cc3f646945d95ef00b96e881aa67f97b1d7a2.tar.gz
fileserv-822cc3f646945d95ef00b96e881aa67f97b1d7a2.tar.bz2
Fix manpage
-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
@@ -13,7 +13,7 @@
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with fileserv. If not, see <http://www.gnu.org/licenses/>. 15.\" along with fileserv. If not, see <http://www.gnu.org/licenses/>.
16.TH FILESERV 8 "April 21, 2018" "FILESERV" "User Commands" 16.TH FILESERV 8 "April 23, 2018" "FILESERV" "User Commands"
17.SH NAME 17.SH NAME
18fileserv \- simple http server for static files 18fileserv \- simple http server for static files
19.SH SYNOPSIS 19.SH SYNOPSIS
@@ -326,7 +326,7 @@ URL of the image file to be displayed for matching files, and \fITEXT\fR
326is the alternative text. 326is the alternative text.
327.TP 327.TP
328\fBname\-icon\fR \fIURL\fR [\fBalt=\fITEXT\fR] \fISUFFIX\fR [\fISUFFIX\fR...] 328\fBname\-icon\fR \fIURL\fR [\fBalt=\fITEXT\fR] \fISUFFIX\fR [\fISUFFIX\fR...]
329Defines icon for to use file names that end in one of the \fISUFFIX\Res. See 329Defines icon for to use file names that end in one of the \fISUFFIX\fRes. See
330\fBmime\-icon\fR, for the description of \fIURL\fR and \fITYPE\fR. 330\fBmime\-icon\fR, for the description of \fIURL\fR and \fITYPE\fR.
331.TP 331.TP
332\fBtype\-icon\fR \fIURL\fR [\fBalt=\fITEXT\fR] \fITYPE\fR [\fITYPE\fR...] 332\fBtype\-icon\fR \fIURL\fR [\fBalt=\fITEXT\fR] \fITYPE\fR [\fITYPE\fR...]
@@ -366,7 +366,7 @@ For each file found in the directory being listed, the loop construct
366produces expansion of \fITEXT\fR. 366produces expansion of \fITEXT\fR.
367.PP 367.PP
368The \fIexpansions\fR performed on strings in template constructs are: 368The \fIexpansions\fR performed on strings in template constructs are:
369.Ss Variable expansion 369.SS Variable expansion
370Variable expansion replaces each occurrence of 370Variable expansion replaces each occurrence of
371.BI $ NAME 371.BI $ NAME
372or 372or
@@ -495,7 +495,7 @@ This function is useful to create listing ordering menu, e.g.:
495 <th> 495 <th>
496 <a href="?C=S&amp;O={% $(sortorder S) %}">Size</a> 496 <a href="?C=S&amp;O={% $(sortorder S) %}">Size</a>
497 </th> 497 </th>
498.EE9 498.EE
499.SH COPYRIGHT 499.SH COPYRIGHT
500Copyright \(co 2017, 2018 Sergey Poznyakoff 500Copyright \(co 2017, 2018 Sergey Poznyakoff
501.br 501.br

Return to:

Send suggestions and report system problems to the System administrator.