]> Untitled Git - ympd.git/commitdiff
fix some typos
authorNico Suhl <nico@overninethousand.de>
Tue, 15 Apr 2014 17:16:04 +0000 (19:16 +0200)
committerNico Suhl <nico@overninethousand.de>
Tue, 15 Apr 2014 17:16:04 +0000 (19:16 +0200)
README.md
ympd.1

index 733d0365650c1d11a95907e7eaca43538c2ea3f5..7148142a6a78c198fcdf43e5ea284406cf3fb54e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Dependencies
 Unix Build Instructions
 -----------------------
 
-1. Install Dependencies, cmake and libmpdclient are available from all major distributions.
+1. install dependencies, cmake and libmpdclient are available from all major distributions.
 2. create build directory ```cd /path/to/src; mkdir build; cd build```
 3. create makefile ```cmake ..  -DCMAKE_INSTALL_PREFIX:PATH=/usr```
 4. build ```make```
@@ -28,12 +28,12 @@ Run flags
 ```
 Usage: ./ympd [OPTION]...
 
- -h, --host <host>      connect to mpd at host [localhost]
- -p, --port <port>      connect to mpd at port [6600]
+ -h, --host <host>          connect to mpd at host [localhost]
+ -p, --port <port>          connect to mpd at port [6600]
  -w, --webport [ip:]<port>  listen interface/port for webserver [8080]
  -u, --user <username>      drop priviliges to user after socket bind
- -V, --version          get version
- --help             this help
+ -V, --version              get version
+ --help                     this help
 ```
 
 
diff --git a/ympd.1 b/ympd.1
index 0e4f4a087c2bd48e9d31c781912349fac27f3e2f..a240afbe74f1b16bb80f5e7fba26421db3ae6216 100644 (file)
--- a/ympd.1
+++ b/ympd.1
@@ -6,7 +6,7 @@ ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/
 .SH SYNOPSIS
 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 a lightweight MPD (Music Player Daemon) web client that runs without a dedicated webserver 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 mongoose http server (https://github.com/cesanta/mongoose)
 .SH OPTIONS