source: code/icbd.8@ 0b802fa

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

describe -S option in the manual page; sync usage

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