Skip to content

Commit

Permalink
Distilled man pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed May 1, 2024
1 parent e450a90 commit f083377
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 41 deletions.
6 changes: 3 additions & 3 deletions man/dmbeat.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmbeat
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMBEAT
.\" Language: English
.\"
.TH "DMBEAT" "1" "2024-04-06" "DMBEAT" "User Commands"
.TH "DMBEAT" "1" "2024-04-23" "DMBEAT" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -66,7 +66,7 @@ Maximum number of heartbeats to send. The default is 0 (unlimited).
.sp
\fB\-\-debug\fP, \fB\-D\fP
.RS 4
Forward logs messages of level \f(CRLVL_DEBUG\fP via IPC (if logger is set).
Forward logs messages of level \f(CRLL_DEBUG\fP via IPC (if logger is set).
.RE
.sp
\fB\-\-help\fP, \fB\-h\fP
Expand Down
6 changes: 3 additions & 3 deletions man/dmdb.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmdb
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMDB
.\" Language: English
.\"
.TH "DMDB" "1" "2024-04-06" "DMDB" "User Commands"
.TH "DMDB" "1" "2024-04-23" "DMDB" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -61,7 +61,7 @@ Path to SQLite observation database.
.sp
\fB\-\-debug\fP, \fB\-D\fP
.RS 4
Forward logs messages of level \f(CRLVL_DEBUG\fP via IPC (if logger is set).
Forward logs messages of level \f(CRLL_DEBUG\fP via IPC (if logger is set).
.RE
.sp
\fB\-\-help\fP, \fB\-h\fP
Expand Down
6 changes: 3 additions & 3 deletions man/dmfs.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmfs
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMFS
.\" Language: English
.\"
.TH "DMFS" "1" "2024-04-06" "DMFS" "User Commands"
.TH "DMFS" "1" "2024-04-23" "DMFS" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -66,7 +66,7 @@ File path to the configuration file.
.sp
\fB\-\-debug\fP, \fB\-D\fP
.RS 4
Forward logs messages of level \f(CRLVL_DEBUG\fP via IPC (if logger is set).
Forward logs messages of level \f(CRLL_DEBUG\fP via IPC (if logger is set).
.RE
.sp
\fB\-\-format\fP, \fB\-f\fP [csv|jsonl]
Expand Down
12 changes: 6 additions & 6 deletions man/dmgrc.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmgrc
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMGRC
.\" Language: English
.\"
.TH "DMGRC" "1" "2024-04-06" "DMGRC" "User Commands"
.TH "DMGRC" "1" "2024-04-23" "DMGRC" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -58,7 +58,7 @@ File path to the optional configuration file.
.sp
\fB\-\-debug\fP, \fB\-D\fP
.RS 4
Forward logs messages of level \f(CRLVL_DEBUG\fP via IPC (if logger is set).
Forward logs messages of level \f(CRLL_DEBUG\fP via IPC (if logger is set).
.RE
.sp
\fB\-\-help\fP, \fB\-h\fP
Expand All @@ -68,7 +68,7 @@ Output available command\-line arguments and quit.
.sp
\fB\-\-level\fP, \fB\-L\fP \fIlevel\fP
.RS 4
Default log level of return codes other than \f(CRGRC_OK\fP (\f(CRLVL_WARNING\fP by
Default log level of return codes other than \f(CRGRC_OK\fP (\f(CRLL_WARNING\fP by
default). The argument may be an integer or name string.
.RE
.sp
Expand Down Expand Up @@ -118,7 +118,7 @@ Process failed.
.sp
A configuration file is not required, but allows to specifiy the log level of
certain GeoCOM return codes. In the following example configuration, the default
log level for all return codes other than \f(CRGRC_OK\fP is set to \f(CRLVL_WARNING\fP. The
log level for all return codes other than \f(CRGRC_OK\fP is set to \f(CRLL_WARNING\fP. The
level is further refined for specific GeoCOM codes:
.sp
.if n .RS 4
Expand All @@ -129,7 +129,7 @@ dmgrc = {
logger = "dmlogger",
node = "dummy\-node",
response = "grc",
level = LVL_WARNING,
level = LL_WARNING,
levels = {
debug = { GRC_ABORT, GRC_SHUT_DOWN, GRC_NO_EVENT },
info = { GRC_SLEEP_NODE, GRC_NA, GRC_STOPPED },
Expand Down
8 changes: 4 additions & 4 deletions man/dmlog.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmlog
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMLOG
.\" Language: English
.\"
.TH "DMLOG" "1" "2024-04-06" "DMLOG" "User Commands"
.TH "DMLOG" "1" "2024-04-23" "DMLOG" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -62,8 +62,8 @@ Output available command\-line arguments and quit.
.sp
\fB\-\-level\fP, \fB\-L\fP \fIlevel\fP
.RS 4
Log level, from 1 (\f(CRLVL_DEBUG\fP) to 5 (\f(CRLVL_CRITICAL\fP). The default level is
2 (\f(CRLVL_INFO\fP). The argument may be an integer or name string.
Log level, from 1 (\f(CRLL_DEBUG\fP) to 5 (\f(CRLL_CRITICAL\fP). The default level is
2 (\f(CRLL_INFO\fP). The argument may be an integer or name string.
.RE
.sp
\fB\-\-logger\fP, \fB\-l\fP \fIname\fP
Expand Down
8 changes: 4 additions & 4 deletions man/dmlogger.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmlogger
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMLOGGER
.\" Language: English
.\"
.TH "DMLOGGER" "1" "2024-04-06" "DMLOGGER" "User Commands"
.TH "DMLOGGER" "1" "2024-04-23" "DMLOGGER" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -84,8 +84,8 @@ this semaphore.
.sp
\fB\-\-minlevel\fP, \fB\-L\fP \fIlevel\fP
.RS 4
Minimum level for a log to be stored in the database, from 1 (\f(CRLVL_DEBUG\fP) to
5 (\f(CRLVL_CRITICAL\fP). The argument may be an integer or name string.
Minimum level for a log to be stored in the database, from 1 (\f(CRLL_DEBUG\fP) to
5 (\f(CRLL_CRITICAL\fP). The argument may be an integer or name string.
.RE
.sp
\fB\-\-name\fP, \fB\-n\fP \fIname\fP
Expand Down
6 changes: 3 additions & 3 deletions man/dmlua.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmlua
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMLUA
.\" Language: English
.\"
.TH "DMLUA" "1" "2024-04-06" "DMLUA" "User Commands"
.TH "DMLUA" "1" "2024-04-23" "DMLUA" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -62,7 +62,7 @@ File path to the optional configuration file.
.sp
\fB\-\-debug\fP, \fB\-D\fP
.RS 4
Forward logs messages of level \f(CRLVL_DEBUG\fP via IPC (if logger is set).
Forward logs messages of level \f(CRLL_DEBUG\fP via IPC (if logger is set).
.RE
.sp
\fB\-\-help\fP, \fB\-h\fP
Expand Down
6 changes: 3 additions & 3 deletions man/dmpipe.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmpipe
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMPIPE
.\" Language: English
.\"
.TH "DMPIPE" "1" "2024-04-06" "DMPIPE" "User Commands"
.TH "DMPIPE" "1" "2024-04-23" "DMPIPE" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -64,7 +64,7 @@ File path to the configuration file.
.sp
\fB\-\-debug\fP, \fB\-D\fP
.RS 4
Forward logs messages of level \f(CRLVL_DEBUG\fP via IPC (if logger is set).
Forward logs messages of level \f(CRLL_DEBUG\fP via IPC (if logger is set).
.RE
.sp
\fB\-\-format\fP, \fB\-f\fP [csv|jsonl]
Expand Down
6 changes: 3 additions & 3 deletions man/dmrecv.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmrecv
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMRECV
.\" Language: English
.\"
.TH "DMRECV" "1" "2024-04-06" "DMRECV" "User Commands"
.TH "DMRECV" "1" "2024-04-23" "DMRECV" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -81,7 +81,7 @@ Path to configuration file.
.sp
\fB\-\-debug\fP, \fB\-D\fP
.RS 4
Forward logs messages of level \f(CRLVL_DEBUG\fP via IPC (if logger is set).
Forward logs messages of level \f(CRLL_DEBUG\fP via IPC (if logger is set).
.RE
.sp
\fB\-\-format\fP, \fB\-f\fP [block|csv|jsonl|nml]
Expand Down
6 changes: 3 additions & 3 deletions man/dmsend.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmsend
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMSEND
.\" Language: English
.\"
.TH "DMSEND" "1" "2024-04-06" "DMSEND" "User Commands"
.TH "DMSEND" "1" "2024-04-23" "DMSEND" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -61,7 +61,7 @@ Path to configuration file.
.sp
\fB\-\-debug\fP, \fB\-D\fP
.RS 4
Forward logs messages of level \f(CRLVL_DEBUG\fP via IPC (if logger is set).
Forward logs messages of level \f(CRLL_DEBUG\fP via IPC (if logger is set).
.RE
.sp
\fB\-\-format\fP, \fB\-f\fP [csv|nml]
Expand Down
6 changes: 3 additions & 3 deletions man/dmserial.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmserial
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-11
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMSERIAL
.\" Language: English
.\"
.TH "DMSERIAL" "1" "2024-04-11" "DMSERIAL" "User Commands"
.TH "DMSERIAL" "1" "2024-04-23" "DMSERIAL" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -81,7 +81,7 @@ File path to the configuration file.
.sp
\fB\-\-debug\fP, \fB\-D\fP
.RS 4
Forward logs messages of level \f(CRLVL_DEBUG\fP via IPC (if logger is set).
Forward logs messages of level \f(CRLL_DEBUG\fP via IPC (if logger is set).
.RE
.sp
\fB\-\-dtr\fP, \fB\-Q\fP
Expand Down
6 changes: 3 additions & 3 deletions man/dmsync.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: dmsync
.\" Author: Philipp Engel
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-06
.\" Date: 2024-04-23
.\" Manual: User Commands
.\" Source: DMSYNC
.\" Language: English
.\"
.TH "DMSYNC" "1" "2024-04-06" "DMSYNC" "User Commands"
.TH "DMSYNC" "1" "2024-04-23" "DMSYNC" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -89,7 +89,7 @@ Path to SQLite log or observation database.
.sp
\fB\-\-debug\fP, \fB\-D\fP
.RS 4
Forward logs messages of level \f(CRLVL_DEBUG\fP via IPC (if logger is set).
Forward logs messages of level \f(CRLL_DEBUG\fP via IPC (if logger is set).
.RE
.sp
\fB\-\-help\fP, \fB\-h\fP
Expand Down

0 comments on commit f083377

Please sign in to comment.