Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jan 20, 2025
1 parent a1cadf5 commit 0d65512
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 36 deletions.
7 changes: 4 additions & 3 deletions docs/ckmame.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions docs/ckmame.man
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.TH "CKMAME" "1" "June 7, 2024" "NiH" "General Commands Manual"
.TH "CKMAME" "1" "January 8, 2025" "NiH" "General Commands Manual"
.nh
.if n .ad l
.SH "NAME"
Expand Down Expand Up @@ -441,8 +441,9 @@ the primary checksum matches, but one of the other checksums
does not.
The primary checksum for ROMs is CRC32, for disks MD5.
.SH "SEE ALSO"
dumpgame(1),
mkmamedb(1)
ckstatus(1),
mkmamedb(1),
ckmamerc(5)
.SH "AUTHORS"
\fBckmame\fR
was written by
Expand Down
14 changes: 13 additions & 1 deletion docs/ckmamerc.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion docs/ckmamerc.man
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.TH "CKMAMERC" "5" "June 26, 2024" "NiH" "File Formats Manual"
.TH "CKMAMERC" "5" "January 8, 2025" "NiH" "File Formats Manual"
.nh
.if n .ad l
.SH "NAME"
Expand Down Expand Up @@ -265,6 +265,19 @@ Boolean.
.RE
.PP
The following variables are only supported by
ckstatus(1):
.RS 4n
.TP 22n
report-status
Report this set when running
ckstatus(1)
with
\fB\-\fR\fB\-all-sets\fR.
Defaults to
\(lqtrue\(rq.
.RE
.PP
The following variables are only supported by
mkmamedb(1):
.RS 4n
.TP 22n
Expand Down Expand Up @@ -375,6 +388,7 @@ ckmame --set Big Set
.RE
.SH "SEE ALSO"
ckmame(1),
ckstatus(1),
dumpgame(1),
mkmamedb(1)
.SH "AUTHORS"
Expand Down
55 changes: 44 additions & 11 deletions docs/ckstatus.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 40 additions & 9 deletions docs/ckstatus.man
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Automatically generated from an mdoc input file. Do not edit.
.\" Copyright (c) 2024 Dieter Baron and Thomas Klausner.
.\" Copyright (c) 2024-2025 Dieter Baron and Thomas Klausner.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -27,7 +27,7 @@
.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.TH "CKSTATUS" "1" "November 4, 2024" "NiH" "General Commands Manual"
.TH "CKSTATUS" "1" "January 9, 2025" "NiH" "General Commands Manual"
.nh
.if n .ad l
.SH "NAME"
Expand All @@ -43,13 +43,18 @@ runs
[\fB\-\fR\fB\-changes\fR]
[\fB\-\fR\fB\-config\fR\ \fIfile\fR]
[\fB\-\fR\fB\-correct\fR]
[\fB\-\fR\fB\-correct-mia\fR]
[\fB\-\fR\fB\-delete\fR]
[\fB\-\fR\fB\-from\fR\ \fIRUN\fR]
[\fB\-h\fR,\ \fB\-\fR\fB\-help\fR]
[\fB\-\fR\fB\-list-sets\fR]
[\fB\-\fR\fB\-mia-have\fR]
[\fB\-\fR\fB\-missing\fR]
[\fB\-\fR\fB\-run\fR\ \fIRUN\fR]
[\fB\-\fR\fB\-runs\fR]
[\fB\-\fR\fB\-set\fR\ \fIpattern\fR]
[\fB\-\fR\fB\-to\fR\ \fIRUN\fR]
[\fB\-\fR\fB\-status-db\fR\ \fIdbfile\fR]
[\fB\-\fR\fB\-summary\fR]
[\fB\-V\fR,\ \fB\-\fR\fB\-version\fR]
.SH "DESCRIPTION"
\fBckstatus\fR
Expand All @@ -61,7 +66,7 @@ The data is read from the
file in the current directory, or the place configured in the config
file, either for the default or the selected set(s).
It compares the output of different runs, i.e. starts of
ckmame(1.)
ckmame(1).
.SS "OPTIONS"
Supported options:
.TP 22n
Expand All @@ -73,7 +78,11 @@ Report on all configured sets.
.TP 22n
\fB\-\fR\fB\-changes\fR
List the changes in between two runs.
By default, the newest two runs are compared.
By default, the newest two runs are compared, but the runs to compare
can be chosen with
\fB\-\fR\fB\-from\fR \fIRUN\fR
and
\fB\-\fR\fB\-to\fR \fIRUN\fR.
.TP 22n
\fB\-\fR\fB\-config\fR \fIfile\fR
Read the configuration from
Expand All @@ -82,21 +91,35 @@ Read the configuration from
\fB\-\fR\fB\-correct\fR
List all correct ROMs.
.TP 22n
\fB\-\fR\fB\-correct-mia\fR
List all correct ROMs that are MIA according to the database.
.TP 22n
\fB\-h\fR, \fB\-\fR\fB\-help\fR
Show a short help.
.TP 22n
\fB\-\fR\fB\-delete\fR
Delete the run specified by the
\fB\-\fR\fB\-run\fR \fIRUN\fR
option (required to avoid accidental data loss).
.TP 22n
\fB\-\fR\fB\-from\fR \fIRUN\fR
Select the base run for the comparison with
\fB\-\fR\fB\-changes\fR.
.TP 22n
\fB\-\fR\fB\-list-sets\fR
List all configured sets, for the
\fB\-\fR\fB\-set\fR
option.
.TP 22n
\fB\-\fR\fB\-mia-have\fR
List all games containing ROMs that are MIA according to the database.
.TP 22n
\fB\-\fR\fB\-missing\fR
List all missing ROMs except those that are MIA according to the
database.
.TP 22n
\fB\-\fR\fB\-run\fR \fIRUN\fR
Select the run on which to report, or which to delete
(for
\fB\-\fR\fB\-delete\fR).
.TP 22n
\fB\-\fR\fB\-runs\fR
List all available runs.
.TP 22n
Expand All @@ -110,14 +133,22 @@ Use
instead of the default
\fI.ckmame-status.db\fR.
.TP 22n
\fB\-\fR\fB\-summary\fR
Print summary information on the number of missing games.
.TP 22n
\fB\-\fR\fB\-to\fR \fIRUN\fR
Select the target run for the comparison with
\fB\-\fR\fB\-changes\fR.
.TP 22n
\fB\-V\fR, \fB\-\fR\fB\-version\fR
Report the version of
\fBckstatus\fR.
.SH "FILES"
By default, the run information is read from
\fI.ckmame-status.db\fR.
.SH "SEE ALSO"
ckmame(1)
ckmame(1),
ckmamerc(5)
.SH "AUTHORS"
\fBckstatus\fR
was written by
Expand Down
4 changes: 2 additions & 2 deletions docs/dumpgame.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/dumpgame.man
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ Display all roms matching the checksum
\fBdumpgame -c c1e6ab10\fR
.RE
.SH "SEE ALSO"
ckmame(1),
mkmamedb(1)
mkmamedb(1),
ckmamerc(5)
.SH "AUTHORS"
\fBdumpgame\fR
was written by
Expand Down
5 changes: 3 additions & 2 deletions docs/mkmamedb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0d65512

Please sign in to comment.