Use Makefile rules to generate documentation
And regenerate documentation.
This commit is contained in:
parent
986961ad5d
commit
6be06966e3
8 changed files with 953 additions and 316 deletions
|
|
@ -1,5 +1,19 @@
|
|||
.\" Automatically generated by Pandoc 2.9.2.1
|
||||
.\" Automatically generated by Pandoc 3.0.1
|
||||
.\"
|
||||
.\" Define V font for inline verbatim, using C font in formats
|
||||
.\" that render this, and otherwise B font.
|
||||
.ie "\f[CB]x\f[]"x" \{\
|
||||
. ftr V B
|
||||
. ftr VI BI
|
||||
. ftr VB B
|
||||
. ftr VBI BI
|
||||
.\}
|
||||
.el \{\
|
||||
. ftr V CR
|
||||
. ftr VI CI
|
||||
. ftr VB CB
|
||||
. ftr VBI CBI
|
||||
.\}
|
||||
.TH "L2TPNS" "8" "January 31, 2021" "Layer 2 tunneling protocol network server (LNS)" ""
|
||||
.hy
|
||||
.SH NAME
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
.\" Automatically generated by Pandoc 2.9.2.1
|
||||
.\" Automatically generated by Pandoc 3.0.1
|
||||
.\"
|
||||
.\" Define V font for inline verbatim, using C font in formats
|
||||
.\" that render this, and otherwise B font.
|
||||
.ie "\f[CB]x\f[]"x" \{\
|
||||
. ftr V B
|
||||
. ftr VI BI
|
||||
. ftr VB B
|
||||
. ftr VBI BI
|
||||
.\}
|
||||
.el \{\
|
||||
. ftr V CR
|
||||
. ftr VI CI
|
||||
. ftr VB CB
|
||||
. ftr VBI CBI
|
||||
.\}
|
||||
.TH "NSCTL" "8" "January 31, 2021" "Manage running l2tpns instance" ""
|
||||
.hy
|
||||
.SH NAME
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
.\" Automatically generated by Pandoc 2.9.2.1
|
||||
.\" Automatically generated by Pandoc 3.0.1
|
||||
.\"
|
||||
.\" Define V font for inline verbatim, using C font in formats
|
||||
.\" that render this, and otherwise B font.
|
||||
.ie "\f[CB]x\f[]"x" \{\
|
||||
. ftr V B
|
||||
. ftr VI BI
|
||||
. ftr VB B
|
||||
. ftr VBI BI
|
||||
.\}
|
||||
.el \{\
|
||||
. ftr V CR
|
||||
. ftr VI CI
|
||||
. ftr VB CB
|
||||
. ftr VBI CBI
|
||||
.\}
|
||||
.TH "STARTUP-CONFIG" "5" "January 31, 2021" "Configuration file for l2tpns" ""
|
||||
.hy
|
||||
.SH NAME
|
||||
|
|
@ -19,7 +33,7 @@ Comments are indicated by either the character # or !.
|
|||
.PP
|
||||
Settings are specified with
|
||||
.PP
|
||||
\f[B]set\f[R] \f[C]variable\f[R] \f[C]value\f[R]
|
||||
\f[B]set\f[R] \f[V]variable\f[R] \f[V]value\f[R]
|
||||
.PP
|
||||
A list of the possible configuration directives follows.
|
||||
Each of these should be set by a line like:
|
||||
|
|
@ -34,7 +48,7 @@ Each of these should be set by a line like:
|
|||
.PD
|
||||
\f[B]set\f[R] \f[I]boolean\f[R] \f[I]true\f[R]
|
||||
.PP
|
||||
The following \f[C]variables\f[R] may be set:
|
||||
The following \f[V]variables\f[R] may be set:
|
||||
.PP
|
||||
\f[B]accounting_dir\f[R] (string)
|
||||
.IP
|
||||
|
|
@ -367,7 +381,7 @@ Simplifies firewalling of RADIUS ports (default: dynamically assigned).
|
|||
\f[B]random_device\f[R] (string)
|
||||
.PP
|
||||
Path to random data source (default /dev/urandom).
|
||||
Use \[dq]\[dq] to use the rand() library function.
|
||||
Use \[lq]\[rq] to use the rand() library function.
|
||||
.PP
|
||||
\f[B]scheduler_fifo\f[R] (boolean)
|
||||
.PP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue