Add manpage for rcapid

Thanks to Paul Slootman <paul@debian.org>

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
This commit is contained in:
Karsten Keil 2012-02-25 15:13:56 +01:00
parent eafe399e40
commit 1260aa752f
2 changed files with 37 additions and 0 deletions

View File

@ -13,5 +13,6 @@ LDFLAGS = -L../capi20/.libs -L../capi20 $(all_libraries)
LDADD = -lcapi20
sbin_PROGRAMS = rcapid
man_MANS = rcapid.8
rcapid_SOURCES = rcapid.c

36
rcapid/rcapid.8 Normal file
View File

@ -0,0 +1,36 @@
.\" $Id: rcapid.8,v 1.1 2002/07/04 11:45:55 paul Exp $
.\"
.\" CHECKIN $Date: 2002/07/04 11:45:55 $
.\"
.TH rcapid 8
.SH NAME
rcapid \- remote CAPI server
.SH SYNOPSIS
rcapid [-l loglevel]
.SH DESCRIPTION
.B rcapid
is a server to communicate with CAPI clients.
It is designed to run from inetd.
add the following line to /etc/services:
capi 6000/tcp
add the following line to /etc/inetd.conf:
capi stream tcp nowait.9999 /usr/sbin/rcapid rcapid
(there's not much documentation to be found. help!)
.SH OPTIONS
.TP
.BI "-l" " loglevel"
the level of verbosity in the logging.
This is logged in /tmp/rcapid.log
.SH BUGS
The logging should go through syslog.
.SH AUTHOR
manpage written from C source and README by Paul Slootman <paul@debian.org>.