shlist

share and manage lists between multiple people
Log | Files | Refs

commit 0e204b1cc37eb45a1815fb174e6c1c01ad472bd1
parent d2f36e882f93beccc44b029f22b3bace1507598c
Author: kyle <kyle@getaddrinfo.net>
Date:   Sun, 28 Feb 2016 17:33:13 -0700

server: add manpage

Diffstat:
Aserver/sl.1 | 30++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+), 0 deletions(-)

diff --git a/server/sl.1 b/server/sl.1 @@ -0,0 +1,30 @@ +.Dd $Mdocdate: February 28 2015 $ +.Dt SL 1 +.Os +.Sh NAME +.Nm sl +.Nd main shared lists server +.Sh SYNOPSIS +.Nm sl +.Op Fl ptv +.Sh DESCRIPTION +The +.Nm sl +server is responsible for processing new client connections and persistently +stores client and list information. +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl p +Port to listen for connections +.It Fl t +Start server in "test" mode which uses a temporary database and a different +port. +.It Fl v +Print more verbose runtime information. +.El +.Sh EXIT STATUS +.Ex -std sl +.Sh SEE ALSO +.Xr prove 1 , +.Xr cover 1