ajout de pages de manuel
parent
b8c367d6c4
commit
1b58207d31
|
@ -0,0 +1,26 @@
|
||||||
|
.TH "COMMUNICATION-CLIENT" "1" "19/12/2016" "\ \&" "\ \&"
|
||||||
|
.nh
|
||||||
|
.ad l
|
||||||
|
.SH "NAME"
|
||||||
|
communication-client \- communication lib test (communication.c)
|
||||||
|
.SH "SYNOPSIS"
|
||||||
|
.sp
|
||||||
|
\fBcommunication-client\fR
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
.sp
|
||||||
|
\fBcommunication-client\fR is about regression tests of the communication library.
|
||||||
|
It acts as a simple client connecting to a "\fBtest\fR" service, it sends a message and wait for a response then quits.
|
||||||
|
.sp
|
||||||
|
This program has currently no options.
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.sp
|
||||||
|
\fBcommunication-server\fR(1)
|
||||||
|
.SH "BUGS"
|
||||||
|
.sp
|
||||||
|
Thanks to report bugs to karchnu+bugs@karchnu.fr
|
||||||
|
.SH "AUTHORS"
|
||||||
|
.sp
|
||||||
|
Philippe PITTOLI
|
||||||
|
.SH "WWW"
|
||||||
|
.sp
|
||||||
|
\fBhttps://git.karchnu.fr/Karchnu/perfectos-junk
|
|
@ -0,0 +1,26 @@
|
||||||
|
.TH "COMMUNICATION-SERVER" "1" "19/12/2016" "\ \&" "\ \&"
|
||||||
|
.nh
|
||||||
|
.ad l
|
||||||
|
.SH "NAME"
|
||||||
|
communication-server \- communication lib test (communication.c)
|
||||||
|
.SH "SYNOPSIS"
|
||||||
|
.sp
|
||||||
|
\fBcommunication-server\fR
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
.sp
|
||||||
|
\fBcommunication-server\fR is about regression tests of the communication library.
|
||||||
|
It acts as a simple server for the "\fBtest\fR" service, it waits for a client, then waits for a message and sends it back before quitting.
|
||||||
|
.sp
|
||||||
|
This program has currently no options.
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.sp
|
||||||
|
\fBcommunication-client\fR(1)
|
||||||
|
.SH "BUGS"
|
||||||
|
.sp
|
||||||
|
Thanks to report bugs to karchnu+bugs@karchnu.fr
|
||||||
|
.SH "AUTHORS"
|
||||||
|
.sp
|
||||||
|
Philippe PITTOLI
|
||||||
|
.SH "WWW"
|
||||||
|
.sp
|
||||||
|
\fBhttps://git.karchnu.fr/Karchnu/perfectos-junk
|
|
@ -0,0 +1,26 @@
|
||||||
|
.TH "USOCK-CLIENT" "1" "19/12/2016" "\ \&" "\ \&"
|
||||||
|
.nh
|
||||||
|
.ad l
|
||||||
|
.SH "NAME"
|
||||||
|
usock-client \- communication lib test (usock.c)
|
||||||
|
.SH "SYNOPSIS"
|
||||||
|
.sp
|
||||||
|
\fBusock-client\fR
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
.sp
|
||||||
|
\fBusock-client\fR is about regression tests of the communication library.
|
||||||
|
It acts as a simple client connecting to a unix socket, it sends a message and wait for a response then quits.
|
||||||
|
.sp
|
||||||
|
This program has currently no options.
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.sp
|
||||||
|
\fBusock-server\fR(1)
|
||||||
|
.SH "BUGS"
|
||||||
|
.sp
|
||||||
|
Thanks to report bugs to karchnu+bugs@karchnu.fr
|
||||||
|
.SH "AUTHORS"
|
||||||
|
.sp
|
||||||
|
Philippe PITTOLI
|
||||||
|
.SH "WWW"
|
||||||
|
.sp
|
||||||
|
\fBhttps://git.karchnu.fr/Karchnu/perfectos-junk
|
|
@ -0,0 +1,26 @@
|
||||||
|
.TH "USOCK-SERVER" "1" "19/12/2016" "\ \&" "\ \&"
|
||||||
|
.nh
|
||||||
|
.ad l
|
||||||
|
.SH "NAME"
|
||||||
|
usock-server \- communication lib test (usock.c)
|
||||||
|
.SH "SYNOPSIS"
|
||||||
|
.sp
|
||||||
|
\fBusock-server\fR
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
.sp
|
||||||
|
\fBusock-server\fR is about regression tests of the communication library.
|
||||||
|
It acts as a simple unix socket server waiting a connection from a client, it then waits for a message and sends it back before quitting.
|
||||||
|
.sp
|
||||||
|
This program has currently no options.
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.sp
|
||||||
|
\fBusock-client\fR(1)
|
||||||
|
.SH "BUGS"
|
||||||
|
.sp
|
||||||
|
Thanks to report bugs to karchnu+bugs@karchnu.fr
|
||||||
|
.SH "AUTHORS"
|
||||||
|
.sp
|
||||||
|
Philippe PITTOLI
|
||||||
|
.SH "WWW"
|
||||||
|
.sp
|
||||||
|
\fBhttps://git.karchnu.fr/Karchnu/perfectos-junk
|
Reference in New Issue