update generated files from cron daily
This commit is contained in:
70
doc/dlb.txt
70
doc/dlb.txt
@@ -6,47 +6,47 @@ NAME
|
|||||||
dlb - NetHack data librarian
|
dlb - NetHack data librarian
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
dlb { xct } [ vfIC ] arguments... [ files... ]
|
dlb {c|t|x}[v][C directory] [file] ...
|
||||||
|
|
||||||
|
dlb {c|t|x}[v]I list-file
|
||||||
|
|
||||||
|
dlb {c|t|x}[v][f archive-file-name] [file] ...
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
Dlb is a file archiving tool in the spirit (and tradition) of tar for
|
Dlb is a file archiving tool in the spirit (and tradition) of tar(1)
|
||||||
NetHack version 3.1 and higher. It is used to maintain the archive
|
for nethack(6) version 3.1 and higher. It is used to maintain the
|
||||||
files from which NetHack reads special level files and other read-only
|
archive files from which the game reads special level files and other
|
||||||
information. Note that like tar the command and option specifiers are
|
read-only information. Note that like tar, the letters specifying the
|
||||||
specified as a continuous string and are followed by any arguments
|
operation and options are expressed as a continuous string. Unlike
|
||||||
required in the same order as the option specifiers.
|
tar, dlb is configured with a default set of file names to process.
|
||||||
|
|
||||||
This facility is optional and may be excluded during NetHack configura-
|
Operations
|
||||||
tion.
|
c causes dlb to create a new archive from files in the current direc-
|
||||||
|
tory.
|
||||||
|
|
||||||
COMMANDS
|
t lists the files in the archive.
|
||||||
The x command causes dlb to extract the contents of the archive into
|
|
||||||
the current directory.
|
|
||||||
|
|
||||||
The c command causes dlb to create a new archive from files in the cur-
|
x causes dlb to extract the contents of the archive into the current
|
||||||
rent directory.
|
directory.
|
||||||
|
|
||||||
The t command lists the files in the archive.
|
OPTIONS
|
||||||
|
C dir Change directory to dir before trying to read any files.
|
||||||
|
|
||||||
OPTIONS AND ARGUMENTS
|
f archive Read from or write to archive instead of LIBFILE (usually
|
||||||
v verbose output
|
the nhdat file in the playground).
|
||||||
|
|
||||||
f archive specify the archive. Default if f not specified is LIBFILE
|
I list-file Read from list-file the names of files to emplace within
|
||||||
(usually the nhdat file in the playground).
|
or extract from the archive. The default for archive cre-
|
||||||
|
ation is LIBLISTFILE.
|
||||||
|
|
||||||
I lfile specify the file containing the list of files to put in to
|
v Operate verbosely.
|
||||||
or extract from the archive if no files are listed on the command line.
|
|
||||||
Default for archive creation if no files are listed is LIBLISTFILE.
|
|
||||||
|
|
||||||
C dir change directory. Changes directory before trying to read
|
|
||||||
any files (including the archive and the lfile).
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
Create the default archive from the default file list:
|
Create the default archive from the default file list:
|
||||||
dlb c
|
dlb c
|
||||||
|
|
||||||
List the contents of the archive 'foo':
|
List the contents of the archive foo:
|
||||||
dlb tf foo
|
dlb tf foo
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
Kenneth Lorber
|
Kenneth Lorber
|
||||||
@@ -55,15 +55,17 @@ SEE ALSO
|
|||||||
nethack(6), tar(1)
|
nethack(6), tar(1)
|
||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
Not a good tar emulation; - does not mean stdin or stdout. Should
|
o Not a good tar emulation; - does not mean stdin or stdout.
|
||||||
include an optional compression facility. Not all read-only files for
|
|
||||||
NetHack can be read out of an archive; examining the source is the only
|
o Should include an optional compression facility.
|
||||||
way to know which files can be.
|
|
||||||
|
o Not all read-only files for NetHack can be read out of an archive;
|
||||||
|
examining the source is the only way to know which files can be.
|
||||||
|
|
||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
This file is Copyright (C) Kenneth Lorber, 2024 for version keni-git-
|
This file is Copyright (C) Kenneth Lorber, 2024 for version keni-git-
|
||||||
set:1.13. NetHack may be freely redistributed. See license for
|
set:1.13. NetHack may be freely redistributed. See license for de-
|
||||||
details.
|
tails.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ REQUESTS
|
|||||||
|
|
||||||
Macro What Initial Note Explanation
|
Macro What Initial Note Explanation
|
||||||
Name It Is Value
|
Name It Is Value
|
||||||
|
nH num 0 - avoid processing multiple times
|
||||||
.BR mac - - hard line break with vertical padding inserted
|
.BR mac - - hard line break with vertical padding inserted
|
||||||
bR num - i
|
bR num - i
|
||||||
.CC x y mac - - aligned one char key x with short definition y
|
.CC x y mac - - aligned one char key x with short definition y
|
||||||
@@ -52,6 +53,7 @@ PX num - i
|
|||||||
PY num - i
|
PY num - i
|
||||||
.SD x mac - - .sd with options c-center i-indent n-no indent
|
.SD x mac - - .sd with options c-center i-indent n-no indent
|
||||||
SF num - i
|
SF num - i
|
||||||
|
UR mac - - URL passthrough for HTML generator
|
||||||
.UX mac - - .ux with updated trademark owner
|
.UX mac - - .ux with updated trademark owner
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user