Overview
Comment: | Cosmetic man page fix |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | d91a19e005eae66dfff566c3bcda9f0f718776dd |
User & Date: | rkeene on 2014-02-08 02:29:45 |
Other Links: | manifest | tags |
Context
2014-02-08
| ||
02:32 | Updated wiki man page formatting check-in: 886950f4f2 user: rkeene tags: trunk | |
02:29 | Cosmetic man page fix check-in: d91a19e005 user: rkeene tags: trunk | |
00:43 | Updated to open log file early (as documented) and to also flush the log file after every entry check-in: 0c9ffb4cd9 user: rkeene tags: trunk | |
Changes
Modified filed.1 from [52947f6bdf] to [c66cc2b562].
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
.SH OPTIONS
.TP
.B -h (or --help)
Prints detailed usage information
.TP
.B -d (or --daemon)
Instructs filed to become a daemon after initializing
the listening TCP socket and log files.
.TP
.B -b (or --bind)
Specifies the address to listen for incoming HTTP
requests on.
|
> > | |
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
.SH OPTIONS .TP .B -h (or --help) Prints detailed usage information .TP .B -d (or --daemon) Instructs .B filed to become a daemon after initializing the listening TCP socket and log files. .TP .B -b (or --bind) Specifies the address to listen for incoming HTTP requests on. |