Added contact info to man page
This commit is contained in:
parent
6cd476c69b
commit
fa3b78e102
19
man.md
19
man.md
|
@ -345,7 +345,7 @@ TEMPLATE
|
|||
> This template will be used for commands like clone, rm, destroy when
|
||||
> option --template/-t is not specified
|
||||
>
|
||||
> Default value: Default value: `'0'`
|
||||
> Default value: `'0'`
|
||||
|
||||
TEMPLATE\_DIR
|
||||
|
||||
|
@ -468,18 +468,20 @@ being defined unless a few lines are altered to refer to a new location
|
|||
~/storage-qq2clone
|
||||
Directory where qq2clone stores all files and binary executables. Can be
|
||||
changed by modifying ~/.config/qq2clone. This directory is not named
|
||||
“qq2clone” because it can then slightly interfere with bash completion
|
||||
when in the home directory, and it does not start with a ‘.’ for the
|
||||
reasons described in the **LIMITATIONS** section above
|
||||
“qq2clone” because (at least on Ubuntu 20.04) default Bash completion
|
||||
scripts will see a file starting with “qq2clone” as well as a command in
|
||||
PATH of that name, and fail to insert a space after “qq2clone” when in
|
||||
the home directory. It does not start with a ‘.’ for the reasons
|
||||
described in the **LIMITATIONS** section above
|
||||
|
||||
~/storage-qq2clone/qq2clone.db
|
||||
sqlite3 database containing the configuration information for qq2clone,
|
||||
as well as data about templates and clones
|
||||
|
||||
~/storage-qq2clone/qq2clone-pool
|
||||
Storage pool used for clone images and saved state files, if the
|
||||
--storage option is not used when creating or saving a clone and the
|
||||
option STORAGE is not changed in the configuration file
|
||||
Storage pool used for clone images, if the --storage option is not used
|
||||
when creating or saving a clone and the option STORAGE is not changed in
|
||||
the configuration file
|
||||
|
||||
~/qq2clone/templates
|
||||
Directory in which template XML files are stored. These can be edited
|
||||
|
@ -500,7 +502,8 @@ However, the impact of this bug is minimal and other improvements are
|
|||
likely to come before this bug fix.
|
||||
|
||||
If you find any worse bugs, and I’m sure I missed some, please let me
|
||||
know and I will fix them as time allows.
|
||||
know and I will fix them as time allows. Contact me at:
|
||||
jgardner7289@protonmail.com
|
||||
|
||||
EXIT VALUES
|
||||
===========
|
||||
|
|
13
man.pandoc
13
man.pandoc
|
@ -334,7 +334,7 @@ TEMPLATE
|
|||
> This template will be used for commands like clone, rm, destroy when
|
||||
option \-\-template/\-t is not specified
|
||||
>
|
||||
> Default value: Default value: `'0'`
|
||||
> Default value: `'0'`
|
||||
|
||||
TEMPLATE_DIR
|
||||
|
||||
|
@ -454,8 +454,10 @@ being defined unless a few lines are altered to refer to a new location
|
|||
|
||||
: Directory where qq2clone stores all files and binary executables. Can be
|
||||
changed by modifying ~/.config/qq2clone. This directory is not
|
||||
named "qq2clone" because it can then slightly interfere with bash
|
||||
completion when in the home directory, and it does not start with a '.'
|
||||
named "qq2clone" because (at least on Ubuntu 20.04) default Bash completion
|
||||
scripts will see a file starting with "qq2clone" as well as a command in
|
||||
PATH of that name, and fail to insert a space after "qq2clone"
|
||||
when in the home directory. It does not start with a '.'
|
||||
for the reasons described in the **LIMITATIONS** section above
|
||||
|
||||
~/storage-qq2clone/qq2clone.db
|
||||
|
@ -464,7 +466,7 @@ as well as data about templates and clones
|
|||
|
||||
~/storage-qq2clone/qq2clone-pool
|
||||
|
||||
: Storage pool used for clone images and saved state files, if the
|
||||
: Storage pool used for clone images, if the
|
||||
\-\-storage option is not used when creating or saving a clone and the
|
||||
option STORAGE is not changed in the configuration file
|
||||
|
||||
|
@ -487,7 +489,8 @@ the impact of this bug is minimal and other improvements are likely to
|
|||
come before this bug fix.
|
||||
|
||||
If you find any worse bugs, and I'm sure I missed some, please let me know
|
||||
and I will fix them as time allows.
|
||||
and I will fix them as time allows. Contact me at:
|
||||
jgardner7289@protonmail.com
|
||||
|
||||
# EXIT VALUES
|
||||
|
||||
|
|
18
qq2clone.1
18
qq2clone.1
|
@ -386,7 +386,7 @@ TEMPLATE
|
|||
This template will be used for commands like clone, rm, destroy when
|
||||
option \-\-template/\-t is not specified
|
||||
.PP
|
||||
Default value: Default value: \f[C]\[aq]0\[aq]\f[R]
|
||||
Default value: \f[C]\[aq]0\[aq]\f[R]
|
||||
.RE
|
||||
.PP
|
||||
TEMPLATE_DIR
|
||||
|
@ -525,9 +525,12 @@ few lines are altered to refer to a new location
|
|||
.B \[ti]/storage\-qq2clone
|
||||
Directory where qq2clone stores all files and binary executables.
|
||||
Can be changed by modifying \[ti]/.config/qq2clone.
|
||||
This directory is not named \[lq]qq2clone\[rq] because it can then
|
||||
slightly interfere with bash completion when in the home directory, and
|
||||
it does not start with a `.' for the reasons described in the
|
||||
This directory is not named \[lq]qq2clone\[rq] because (at least on
|
||||
Ubuntu 20.04) default Bash completion scripts will see a file starting
|
||||
with \[lq]qq2clone\[rq] as well as a command in PATH of that name, and
|
||||
fail to insert a space after \[lq]qq2clone\[rq] when in the home
|
||||
directory.
|
||||
It does not start with a `.' for the reasons described in the
|
||||
\f[B]LIMITATIONS\f[R] section above
|
||||
.TP
|
||||
.B \[ti]/storage\-qq2clone/qq2clone.db
|
||||
|
@ -535,9 +538,9 @@ sqlite3 database containing the configuration information for qq2clone,
|
|||
as well as data about templates and clones
|
||||
.TP
|
||||
.B \[ti]/storage\-qq2clone/qq2clone\-pool
|
||||
Storage pool used for clone images and saved state files, if the
|
||||
\-\-storage option is not used when creating or saving a clone and the
|
||||
option STORAGE is not changed in the configuration file
|
||||
Storage pool used for clone images, if the \-\-storage option is not
|
||||
used when creating or saving a clone and the option STORAGE is not
|
||||
changed in the configuration file
|
||||
.TP
|
||||
.B \[ti]/qq2clone/templates
|
||||
Directory in which template XML files are stored.
|
||||
|
@ -560,6 +563,7 @@ likely to come before this bug fix.
|
|||
.PP
|
||||
If you find any worse bugs, and I\[cq]m sure I missed some, please let
|
||||
me know and I will fix them as time allows.
|
||||
Contact me at: jgardner7289\[at]protonmail.com
|
||||
.SH EXIT VALUES
|
||||
.TP
|
||||
.B \f[B]10\f[R]
|
||||
|
|
Loading…
Reference in New Issue