source: code/icbd.8@ a785c27

Last change on this file since a785c27 was cd7b81d, checked in by Mike Belopuhov <mike.belopuhov@…>, 15 years ago

move it to the github

  • Property mode set to 100644
File size: 2.1 KB
Line 
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
26.Oo Fl G Ar group1
27.Ns Oo , Ns Ar ... Oc Oc
28.Sm off
29.Oo Ar addr
30.Ns Op : Ns Ar port
31.Ns Oo \ Ns Ar ... Oc Oc
32.Sm on
33.Ek
34.Sh DESCRIPTION
35.Nm
36is a Internet Citizen's Band
37.Pq ICB
38protocol daemon which allows peoples to chat online.
39.Pp
40Please refer to the document specified in the
41.Sx SEE ALSO
42section for more information about ICB protocol.
43.Pp
44The options are as follows:
45.Bl -tag -width "-G group"
46.It Fl 4
47Bind to IPv4 addresses only.
48.It Fl 6
49Bind to IPv6 addresses only.
50.It Fl C
51Allow users to create groups.
52Please note, that everyone creating a new group becomes its moderator.
53.It Fl d
54Do not daemonize.
55If this option is specified,
56.Nm
57will run in the foreground and log to
58.Em stderr .
59.It Fl G Xo
60.Ar group1 Ns Op , Ns Ar ...
61.Xc
62Instruct
63.Nm
64to create specified groups at startup.
65.It Fl v
66Produce more verbose output.
67.El
68.Pp
69A list of addresses and/or ports to bind to is specified after all arguments.
70By default,
71.Nm
72will try to listen on all interfaces using
73.Em icb
74protocol port number specified in
75.Em /etc/services .
76.Sh SEE ALSO
77.Rs
78.%R ftp://ftp.icb.net/pub/icb/src/icbd/Protocol.html
79.%T ICB Protocol
80.Re
81.Sh AUTHORS
82The
83.Nm
84program was written by Mike Belopuhov.
Note: See TracBrowser for help on using the repository browser.