mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
doc update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
.\"
|
||||
.\" DO NOT EDIT THIS FILE (ocserv-args.man)
|
||||
.\"
|
||||
.\" It has been AutoGen-ed February 16, 2013 at 04:46:24 PM by AutoGen 5.16
|
||||
.\" It has been AutoGen-ed February 16, 2013 at 06:46:07 PM by AutoGen 5.16
|
||||
.\" From the definitions ../src/ocserv-args.def.tmp
|
||||
.\" and the template file agman-cmd.tpl
|
||||
.\"
|
||||
@@ -25,7 +25,7 @@ Authenticated users are assigned an unprivileged worker process and obtain
|
||||
a networking (tun) device and IP from a configurable pool of address.
|
||||
Currently there is no tool to manipulate logged-in users. However,
|
||||
they can be disconnected by killing their worker process. The pid of that
|
||||
process can be seen with @var{who -u} if utmp logging is enabled.
|
||||
process is available from the command 'who -u' if utmp logging is enabled.
|
||||
.SH "OPTIONS"
|
||||
.TP
|
||||
.BR \-f ", " -\-foreground
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* DO NOT EDIT THIS FILE (ocserv-args.c)
|
||||
*
|
||||
* It has been AutoGen-ed February 16, 2013 at 04:46:20 PM by AutoGen 5.16
|
||||
* It has been AutoGen-ed February 16, 2013 at 06:46:06 PM by AutoGen 5.16
|
||||
* From the definitions ocserv-args.def
|
||||
* and the template file options
|
||||
*
|
||||
@@ -65,7 +65,7 @@ extern FILE * option_usage_fp;
|
||||
/*
|
||||
* ocserv option static const strings
|
||||
*/
|
||||
static char const ocserv_opt_strs[2046] =
|
||||
static char const ocserv_opt_strs[2057] =
|
||||
/* 0 */ "ocserv 0.0.1\n"
|
||||
"Copyright (C) 2013 Nikos Mavrogiannopoulos, all rights reserved.\n"
|
||||
"This is free software. It is licensed for use, modification and\n"
|
||||
@@ -113,9 +113,9 @@ static char const ocserv_opt_strs[2046] =
|
||||
"pool of address.\n\n"
|
||||
"Currently there is no tool to manipulate logged-in users. However, they\n"
|
||||
"can be disconnected by killing their worker process. The pid of that\n"
|
||||
"process can be seen with ``who -u'' if utmp logging is enabled.\n\0"
|
||||
/* 1958 */ "ocserv 0.0.1\0"
|
||||
/* 1971 */ "Usage: ocserv [options] -c [config]\n"
|
||||
"process is available from the command 'who -u' if utmp logging is enabled.\n\0"
|
||||
/* 1969 */ "ocserv 0.0.1\0"
|
||||
/* 1982 */ "Usage: ocserv [options] -c [config]\n"
|
||||
"ocserv --help for usage instructions.\n";
|
||||
|
||||
/*
|
||||
@@ -291,7 +291,7 @@ static tOptDesc optDesc[OPTION_CT] = {
|
||||
#define zBugsAddr (ocserv_opt_strs+1279)
|
||||
#define zExplain (ocserv_opt_strs+1317)
|
||||
#define zDetail (ocserv_opt_strs+1320)
|
||||
#define zFullVersion (ocserv_opt_strs+1958)
|
||||
#define zFullVersion (ocserv_opt_strs+1969)
|
||||
/* extracted from optcode.tlib near line 350 */
|
||||
|
||||
#if defined(ENABLE_NLS)
|
||||
@@ -305,7 +305,7 @@ static tOptDesc optDesc[OPTION_CT] = {
|
||||
|
||||
#define ocserv_full_usage (NULL)
|
||||
|
||||
#define ocserv_short_usage (ocserv_opt_strs+1971)
|
||||
#define ocserv_short_usage (ocserv_opt_strs+1982)
|
||||
|
||||
#endif /* not defined __doxygen__ */
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ a networking (tun) device and IP from a configurable pool of address.
|
||||
|
||||
Currently there is no tool to manipulate logged-in users. However,
|
||||
they can be disconnected by killing their worker process. The pid of that
|
||||
process can be seen with @var{who -u} if utmp logging is enabled.";
|
||||
process is available from the command 'who -u' if utmp logging is enabled.";
|
||||
|
||||
|
||||
copyright = {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* DO NOT EDIT THIS FILE (ocserv-args.h)
|
||||
*
|
||||
* It has been AutoGen-ed February 16, 2013 at 04:46:20 PM by AutoGen 5.16
|
||||
* It has been AutoGen-ed February 16, 2013 at 06:46:06 PM by AutoGen 5.16
|
||||
* From the definitions ocserv-args.def
|
||||
* and the template file options
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user