moved core markdown documentation to live within to repo, this will eventually be the docs hosted on github and allow them to be versioned with the code

This commit is contained in:
Blake J. Harnden 2018-07-31 12:57:30 -07:00
parent adfa835886
commit 23f5d7fb8c
55 changed files with 1713 additions and 3635 deletions

44
man/vnoded.1 Normal file
View file

@ -0,0 +1,44 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH VNODED "1" "2014-08-06" "VNODED" "User Commands"
.SH NAME
vnoded \- network namespace daemon used by CORE to create a lightweight container
.SH SYNOPSIS
.B vnoded
[\fI-h|-V\fR] [\fI-v\fR] [\fI-n\fR] [\fI-C <chdir>\fR] [\fI-l <logfile>\fR] [\fI-p <pidfile>\fR] \fI-c <control channel>\fR
.SH DESCRIPTION
Linux namespace container server daemon runs as PID 1 in the container.
Normally this process is launched automatically by the CORE daemon.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
show version number and exit
.TP
\fB\-v\fR
enable verbose logging
.TP
\fB\-n\fR
do not create and run daemon within a new network namespace (for debug)
.TP
\fB\-C\fR
change to the specified <chdir> directory
.TP
\fB\-l\fR
log output to the specified <logfile> file
.TP
\fB\-p\fR
write process id to the specified <pidfile> file
.TP
\fB\-c\fR
establish the specified <control channel> for receiving control commands
.SH "SEE ALSO"
.BR core-gui(1),
.BR core-daemon(1),
.BR coresendmsg(1),
.BR vcmd(1),
.SH BUGS
Report bugs to
.BI core-dev@nrl.navy.mil.