polish man pages

This commit is contained in:
Alexandre Ratchov 2011-04-18 15:17:04 +02:00
parent 3f1215502b
commit 25d5fa236a
4 changed files with 26 additions and 12 deletions

View File

@ -142,12 +142,16 @@ be sent on multiple outputs or to record a stereo input into a mono stream.
The default is The default is
.Ar on . .Ar on .
.It Fl L Ar addr .It Fl L Ar addr
Listen on the given address for incoming TCP connections. Specify a local network address to listen on in server mode,
.Nm
will listen on TCP port 11025+n, where n is the unit number
specified with
.Fl U .
Without this option, Without this option,
.Nm .Nm
listens only on the Unix-domain socket, thus it's not reachable listens on the
from the network. .Ux Ns -domain
The port number is 6523 plus the unit number. socket only, and is not reachable from the network.
.It Fl l .It Fl l
Detach and become a daemon. Detach and become a daemon.
.It Fl m Ar mode .It Fl m Ar mode

View File

@ -33,10 +33,10 @@ extern int debug_level;
/* /*
* socket and option names * socket and option names
*/ */
#define MIDICAT_PATH "midicat"
#define AUCAT_PATH "aucat" #define AUCAT_PATH "aucat"
#define MIDICAT_PORT 6533 #define MIDICAT_PATH "midicat"
#define AUCAT_PORT 6523 #define AUCAT_PORT 11025
#define MIDICAT_PORT 11041
#define DEFAULT_OPT "default" #define DEFAULT_OPT "default"
/* /*

View File

@ -59,12 +59,16 @@ If the option argument is
.Sq - .Sq -
then standard input will be used. then standard input will be used.
.It Fl L Ar addr .It Fl L Ar addr
Listen on the given address for incoming TCP connections. Specify a local network address to listen on in server mode,
.Nm
will listen on TCP port 11041+n, where n is the unit number
specified with
.Fl U .
Without this option, Without this option,
.Nm .Nm
listens only on the Unix-domain socket, thus it's not reachable listens on the
from the network. .Ux Ns -domain
The port number is 6533 plus the unit number. socket only, and is not reachable from the network.
.It Fl l .It Fl l
Detach and become a daemon. Detach and become a daemon.
.It Fl o Ar file .It Fl o Ar file

View File

@ -72,7 +72,7 @@ or
.Xr midicat 1 .Xr midicat 1
service has a name of the form: service has a name of the form:
.Bd -literal -offset center .Bd -literal -offset center
type:unit[.option] type:[hostname/]unit[.option]
.Ed .Ed
.Pp .Pp
This information is used by audio and MIDI applications to determine This information is used by audio and MIDI applications to determine
@ -101,6 +101,12 @@ software MIDI thru boxes, hardware
ports and ports and
.Xr aucat 1 .Xr aucat 1
control through MIDI respectively. control through MIDI respectively.
.It Pa hostname
The hostname where the remote
.Xr aucat 1
or
.Xr midicat 1
server to connect to is running.
.It Pa unit .It Pa unit
For hardware audio or MIDI devices, this corresponds to For hardware audio or MIDI devices, this corresponds to
the character device minor number. the character device minor number.