source: code/icbd.8@ 1022119

Last change on this file since 1022119 was 939f631, checked in by Mike Belopuhov <mike@…>, 11 years ago

fixup lint warnings

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[cd7b81d]1.\"
2.\" Copyright (c) 2009 Mike Belopuhov
3.\"
4.\" Permission to use, copy, modify, and distribute this software for any
5.\" purpose with or without fee is hereby granted, provided that the above
6.\" copyright notice and this permission notice appear in all copies.
7.\"
8.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\"
16.Dd $Mdocdate: April 27 2009 $
17.Dt ICBD 8
18.Os
19.Sh NAME
20.Nm icbd
21.Nd "Internet Citizen's Band protocol daemon"
22.Sh SYNOPSIS
23.Nm icbd
24.Bk -words
25.Op Fl 46Cdv
[939f631]26.Oo
27.Fl G Ar group1 Ns Op , Ns Ar ...
28.Oc
[c45628b]29.Op Fl S Ar name
[cd7b81d]30.Sm off
[939f631]31.Oo
32.Ar addr Op : Ns Ar port
33.Ar \ ...
34.Oc
[cd7b81d]35.Sm on
36.Ek
37.Sh DESCRIPTION
38.Nm
39is a Internet Citizen's Band
40.Pq ICB
41protocol daemon which allows peoples to chat online.
42.Pp
43Please refer to the document specified in the
44.Sx SEE ALSO
[c45628b]45section for more information about the ICB protocol.
[cd7b81d]46.Pp
47The options are as follows:
48.Bl -tag -width "-G group"
49.It Fl 4
50Bind to IPv4 addresses only.
51.It Fl 6
52Bind to IPv6 addresses only.
53.It Fl C
54Allow users to create groups.
55Please note, that everyone creating a new group becomes its moderator.
56.It Fl d
57Do not daemonize.
58If this option is specified,
59.Nm
60will run in the foreground and log to
61.Em stderr .
62.It Fl G Xo
63.Ar group1 Ns Op , Ns Ar ...
64.Xc
65Instruct
66.Nm
67to create specified groups at startup.
[c45628b]68.It Fl S Ar name
69Set the server's name to
70.Ar name .
[cd7b81d]71.It Fl v
72Produce more verbose output.
73.El
74.Pp
75A list of addresses and/or ports to bind to is specified after all arguments.
76By default,
77.Nm
78will try to listen on all interfaces using
79.Em icb
80protocol port number specified in
81.Em /etc/services .
82.Sh SEE ALSO
83.Rs
84.%R ftp://ftp.icb.net/pub/icb/src/icbd/Protocol.html
85.%T ICB Protocol
86.Re
87.Sh AUTHORS
88The
89.Nm
90program was written by Mike Belopuhov.
Note: See TracBrowser for help on using the repository browser.