shlist

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

sl.1 (608B)


      1 .Dd $Mdocdate: February 28 2015 $
      2 .Dt SL 1
      3 .Os
      4 .Sh NAME
      5 .Nm sl
      6 .Nd main shared lists server
      7 .Sh SYNOPSIS
      8 .Nm sl
      9 .Op Fl tv
     10 .Op Fl p Ar port
     11 .Sh DESCRIPTION
     12 The
     13 .Nm sl
     14 program is responsible for processing new client connections and persistently
     15 storing client and list information.
     16 .Pp
     17 The options are as follows:
     18 .Bl -tag -width Ds
     19 .It Fl p Ar port
     20 Listen for connections on this port.
     21 .It Fl t
     22 Start server in "test" mode which uses a temporary database and a dummy
     23 notification daemon.
     24 .It Fl v
     25 Print more verbose runtime information.
     26 .El
     27 .Sh EXIT STATUS
     28 .Ex -std sl
     29 .Sh SEE ALSO
     30 .Xr prove 1 ,
     31 .Xr cover 1