From d4728248f02a77d131f1ed2721671ca2f0062930 Mon Sep 17 00:00:00 2001 From: Andrew Karpow Date: Sat, 8 Mar 2014 20:37:03 +0100 Subject: [PATCH] updated manpage --- ympd.1 | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/ympd.1 b/ympd.1 index b0f873f..0fca11a 100644 --- a/ympd.1 +++ b/ympd.1 @@ -1,6 +1,6 @@ .\" Manpage for ympd. .\" Contact andy@ympd.org to correct errors or typos. -.TH man 8 "17 Jan 2014" "1.0" "ympd man page" +.TH man 8 "08 Mar 2014" "1.2" "ympd man page" .SH NAME ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS .SH SYNOPSIS @@ -8,7 +8,7 @@ ympd [OPTION]... .SH DESCRIPTION ympd is a lightweight MPD (Music Player Daemon) web client that runs without a dedicated werbserver or interpreters like PHP, NodeJS or Ruby. It's tuned for minimal resource usage and requires only very litte dependencies. -ympd is based in part on the work of the libwebsockets project (http://libwebsockets.org) +ympd is based in part on the work of the mongoose http server (https://github.com/cesanta/mongoose) .SH OPTIONS .TP \fB\-h\fR, \fB\-\-host HOST\fR @@ -17,29 +17,11 @@ connect to mpd at host, defaults to localhost \fB\-p\fR, \fB\-\-port PORT\fR connect to mpd at port, defaults to 6600 .TP -\fB\-i\fR, \fB\-\-interface INTERFACE\fR -specifies the interface to listen to -.TP \fB\-w\fR, \fB\-\-webport PORT\fR specifies the port for the webserver to listen to, defaults to 8080 .TP -\fB\-r\fR, \fB\-\-resourcepath PATH\fR -resource path to htdocs directory, defaults to the supplied htdocs directory -.TP -\fB\-c\fR, \fB\-\-ssl_cert PATH\fR -path the the ssl certificate -.TP -\fB\-k\fR, \fB\-\-ssl_key PATH\fR -path the the private ssl key -.TP -\fB\-u\fR, \fB\-\-uid UID\fR -drop privileges to the provided uid after socket binding -.TP -\fB\-g\fR, \fB\-\-gid GID\fR -drop privileges to the provided gid after socket binding -.TP -\fB\-v\fR, \fB\-\-verbose [LEVEL]\fR -sets the verbository level +\fB\-u\fR, \fB\-\-user username\fR +drop privileges to the provided username after socket binding .TP \fB\-V\fR, \fB\-\-version\fR print version and exit @@ -51,4 +33,4 @@ No known bugs. .SH AUTHOR Andrew Karpow (andy@ympd.org) -http://ympd.org +https://www.ympd.org