Differences From
Artifact [cfb720954f]:
1 1 .PU
2 -.TH FILED 1 "11 Feb 14" "filed 1.5"
2 +.TH FILED 1 "12 Feb 14" "filed 1.6"
3 3 .SH NAME
4 4 filed \- serve files over HTTP
5 5 .SH SYNOPSIS
6 6 .ll +10
7 7 .B filed
8 8 .RB [{ \-h | \-\-help }]
9 9 .RB [{ \-d | \-\-daemon }]
................................................................................
75 75 .B -l (or --log)
76 76 Specifies a filename to open for writing log entries. Log
77 77 entries are made for various stages in transfering files.
78 78 The log file is opened before switching users (see "-u")
79 79 and root directories (see "-r"). The log file is never
80 80 closed so log rotation without stopping the daemon is will
81 81 not work. The value of "-" indicates that standard output
82 -should be used for logging. If the filename begins with a "|"
83 -then a process is started and used for logging instead of a
84 -file.
82 +should be used for logging. If the filename begins with a
83 +pipe ("|") then a process is started and used for logging
84 +instead of a file.
85 85
86 86 .TP
87 87 .B -u (or --user)
88 88 Specifies the user to switch user IDs to before servicing
89 89 requests. The default is not change user IDs.
90 90
91 91 .TP