make building new man pages simpler, updated generated man pages
This commit is contained in:
parent
7594afec82
commit
1b71061cdb
9 changed files with 94 additions and 193 deletions
|
@ -1,52 +1,37 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
|
||||
.TH CORE-DAEMON "1" "2014-08-06" "CORE-DAEMON" "User Commands"
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
||||
.TH CORE-DAEMON "1" "June 2019" "CORE" "User Commands"
|
||||
.SH NAME
|
||||
core-daemon \- CORE daemon manages emulation sessions started from GUI or scripts
|
||||
.SH SYNOPSIS
|
||||
.B core-daemon
|
||||
[\fI-h\fR] [\fIoptions\fR] [\fIargs\fR]
|
||||
core-daemon \- manual page for core-daemon 5.3.0
|
||||
.SH DESCRIPTION
|
||||
CORE daemon instantiates Linux network namespace nodes.
|
||||
.SH OPTIONS
|
||||
usage: core\-daemon [\-h] [\-f CONFIGFILE] [\-p PORT] [\-n NUMTHREADS] [\-\-ovs]
|
||||
.IP
|
||||
[\-\-grpc] [\-\-grpc\-port GRPCPORT]
|
||||
[\-\-grpc\-address GRPCADDRESS]
|
||||
.PP
|
||||
CORE daemon v.5.3.0 instantiates Linux network namespace nodes.
|
||||
.SS "optional arguments:"
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
show this help message and exit
|
||||
.TP
|
||||
\fB\-f\fR CONFIGFILE, \fB\-\-configfile\fR=\fICONFIGFILE\fR
|
||||
\fB\-f\fR CONFIGFILE, \fB\-\-configfile\fR CONFIGFILE
|
||||
read config from specified file; default =
|
||||
/etc/core/core.conf
|
||||
\fI\,/etc/core/core.conf\/\fP
|
||||
.TP
|
||||
\fB\-d\fR, \fB\-\-daemonize\fR
|
||||
run in background as daemon; default=False
|
||||
.TP
|
||||
\fB\-e\fR EXECFILE, \fB\-\-execute\fR=\fIEXECFILE\fR
|
||||
execute a Python/XML\-based session
|
||||
.TP
|
||||
\fB\-l\fR LOGFILE, \fB\-\-logfile\fR=\fILOGFILE\fR
|
||||
log output to specified file; default =
|
||||
/var/log/core-daemon.log
|
||||
.TP
|
||||
\fB\-p\fR PORT, \fB\-\-port\fR=\fIPORT\fR
|
||||
\fB\-p\fR PORT, \fB\-\-port\fR PORT
|
||||
port number to listen on; default = 4038
|
||||
.TP
|
||||
\fB\-i\fR PIDFILE, \fB\-\-pidfile\fR=\fIPIDFILE\fR
|
||||
filename to write pid to; default = /var/run/core-daemon.pid
|
||||
.TP
|
||||
\fB\-t\fR NUMTHREADS, \fB\-\-numthreads\fR=\fINUMTHREADS\fR
|
||||
\fB\-n\fR NUMTHREADS, \fB\-\-numthreads\fR NUMTHREADS
|
||||
number of server threads; default = 1
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-verbose\fR
|
||||
enable verbose logging; default = False
|
||||
\fB\-\-ovs\fR
|
||||
enable experimental ovs mode, default is false
|
||||
.TP
|
||||
\fB\-g\fR, \fB\-\-debug\fR
|
||||
enable debug logging; default = False
|
||||
.SH "SEE ALSO"
|
||||
.BR core-gui(1),
|
||||
.BR coresendmsg(1),
|
||||
.BR netns(1),
|
||||
.BR vcmd(1),
|
||||
.BR vnoded(1)
|
||||
.SH BUGS
|
||||
Report bugs to
|
||||
.BI https://github.com/coreemu/core/issues
|
||||
|
||||
\fB\-\-grpc\fR
|
||||
enable grpc api, default is false
|
||||
.TP
|
||||
\fB\-\-grpc\-port\fR GRPCPORT
|
||||
grpc port to listen on; default 50051
|
||||
.TP
|
||||
\fB\-\-grpc\-address\fR GRPCADDRESS
|
||||
grpc address to listen on; default localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue