diff options
author | Slack Coder <slackcoder@server.ky> | 2024-12-03 09:01:10 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-12-04 15:58:31 -0500 |
commit | 861a4c293c452b8a06b2373df8130559c6fc0d4e (patch) | |
tree | 6b4daf0180ac972afa51676092144dcb35ebacbd /man1 | |
parent | eeb9b7c2f689a965395a50f08f5b2ab51a589851 (diff) | |
download | sbotools2-861a4c293c452b8a06b2373df8130559c6fc0d4e.tar.xz |
Update documentation
- Include email address for bug reports.
- Update README.
- Note about compat32.
Diffstat (limited to 'man1')
-rw-r--r-- | man1/sbocheck.1 | 5 | ||||
-rw-r--r-- | man1/sboclean.1 | 5 | ||||
-rw-r--r-- | man1/sboconfig.1 | 5 | ||||
-rw-r--r-- | man1/sbofind.1 | 5 | ||||
-rw-r--r-- | man1/sboinstall.1 | 7 | ||||
-rw-r--r-- | man1/sboremove.1 | 5 | ||||
-rw-r--r-- | man1/sbosnap.1 | 5 | ||||
-rw-r--r-- | man1/sboupgrade.1 | 5 |
8 files changed, 33 insertions, 9 deletions
diff --git a/man1/sbocheck.1 b/man1/sbocheck.1 index 1ff273b..b3ca6a0 100644 --- a/man1/sbocheck.1 +++ b/man1/sbocheck.1 @@ -21,7 +21,7 @@ Show version information. .RE .SH BUGS .P -None known, but there may be some. Please report any found to https://github.com/pink-mist/sbotools/issues ; patches are always welcome. +None known, but there may be some. Please report any found to slackcoder@server.ky ; patches are always welcome. .SH SEE ALSO .P sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboremove(1), sbosnap(1), sboupgrade(1), sbotools.conf(5) @@ -32,3 +32,6 @@ Jacob Pipkin <j@dawnrazor.net> Luke Williams <xocel@iquidus.org> .P Andreas Guldstrand <andreas.guldstrand@gmail.com> +.SH MAINTAINER +.P +Slack Coder <slackcoder@server.ky> diff --git a/man1/sboclean.1 b/man1/sboclean.1 index b424f97..be404cb 100644 --- a/man1/sboclean.1 +++ b/man1/sboclean.1 @@ -46,7 +46,7 @@ sboclean can exit with the following codes: .SH BUGS .P -None known, but there may be some. Please report any found to https://github.com/pink-mist/sbotools/issues ; patches are always welcome. +None known, but there may be some. Please report any found to slackcoder@server.ky ; patches are always welcome. .SH SEE ALSO .P sbocheck(1), sboconfig(1), sbofind(1), sboinstall(1), sboremove(1), sbosnap(1), sboupgrade(1), sbotools.conf(5) @@ -57,3 +57,6 @@ Jacob Pipkin <j@dawnrazor.net> Luke Williams <xocel@iquidus.org> .P Andreas Guldstrand <andreas.guldstrand@gmail.com> +.SH MAINTAINER +.P +Slack Coder <slackcoder@server.ky> diff --git a/man1/sboconfig.1 b/man1/sboconfig.1 index 1853b1c..c817f61 100644 --- a/man1/sboconfig.1 +++ b/man1/sboconfig.1 @@ -79,7 +79,7 @@ sboconfig can exit with the following codes: .RE .SH BUGS .P -None known, but there may be some. Please report any found to https://github.com/pink-mist/sbotools/issues ; patches are always welcome. +None known, but there may be some. Please report any found to slackcoder@server.ky ; patches are always welcome. .SH SEE ALSO .P sbocheck(1), sboclean(1), sbofind(1), sboinstall(1), sboremove(1), sbosnap(1), sboupgrade(1), sbotools.conf(5) @@ -90,3 +90,6 @@ Jacob Pipkin <j@dawnrazor.net> Luke Williams <xocel@iquidus.org> .P Andreas Guldstrand <andreas.guldstrand@gmail.com> +.SH MAINTAINER +.P +Slack Coder <slackcoder@server.ky> diff --git a/man1/sbofind.1 b/man1/sbofind.1 index 069a516..751b042 100644 --- a/man1/sbofind.1 +++ b/man1/sbofind.1 @@ -59,7 +59,7 @@ sbofind can exit with the following exit codes: .RE .SH BUGS .P -None known, but there may be some. Please report any found to https://github.com/pink-mist/sbotools/issues ; patches are always welcome. +None known, but there may be some. Please report any found to slackcoder@server.ky ; patches are always welcome. .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sboinstall(1), sboremove(1), sbosnap(1), sboupgrade(1), sbotools.conf(5) @@ -70,3 +70,6 @@ Jacob Pipkin <j@dawnrazor.net> Luke Williams <xocel@iquidus.org> .P Andreas Guldstrand <andreas.guldstrand@gmail.com> +.SH MAINTAINER +.P +Slack Coder <slackcoder@server.ky> diff --git a/man1/sboinstall.1 b/man1/sboinstall.1 index f1274e8..2cd77c7 100644 --- a/man1/sboinstall.1 +++ b/man1/sboinstall.1 @@ -45,7 +45,7 @@ If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to m .P -p|--compat32 .RS -Create a -compat32 package instead of a normal x86_64 package on multilib x86_64 systems. This requires /usr/sbin/convertpkg-compat32; this can at least be obtained from AlienBob's compat32-tools package - see http://alien.slackbook.org/blog/. Note that this may or may not be foolproof, and is not supported by anyone; not me, not AlienBob, not Slackware, etc. I recommend using this with the -i option so that the created package can be inspected prior to installation. If you find that a particular slackbuild needs additional help to be created as -compat32 package, contact me at j@dawnrazor.net. +Create a -compat32 package instead of a normal x86_64 package on multilib x86_64 systems. This requires /usr/sbin/convertpkg-compat32; this can at least be obtained from AlienBob's compat32-tools package - see http://alien.slackbook.org/blog/. Note that this may or may not be foolproof, and is not supported by anyone; not me, not AlienBob, not Slackware, etc. I recommend using this with the -i option so that the created package can be inspected prior to installation. Note this option is kept for posterity, but lacked good support, it is best avoided. .RE .P -r|--nointeractive @@ -111,7 +111,7 @@ sboinstall can exit with the following exit codes: .RE .SH BUGS .P -None known, but there may be some. Please report any found to https://github.com/pink-mist/sbotools/issues ; patches are always welcome. +None known, but there may be some. Please report any found to slackcoder@server.ky ; patches are always welcome. .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboremove(1), sbosnap(1), sboupgrade(1), sbotools.conf(5) @@ -122,3 +122,6 @@ Jacob Pipkin <j@dawnrazor.net> Luke Williams <xocel@iquidus.org> .P Andreas Guldstrand <andreas.guldstrand@gmail.com> +.SH MAINTAINER +.P +Slack Coder <slackcoder@server.ky> diff --git a/man1/sboremove.1 b/man1/sboremove.1 index 2af7b67..b0eb4cc 100644 --- a/man1/sboremove.1 +++ b/man1/sboremove.1 @@ -36,7 +36,7 @@ sboremove can exit with the following codes: .RE .SH BUGS .P -None known, but there may be some. Please report any found to https://github.com/pink-mist/sbotools/issues ; patches are always welcome. +None known, but there may be some. Please report any found to slackcoder@server.ky ; patches are always welcome. .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sbosnap(1), sboupgrade(1), sbotools.conf(5) @@ -47,3 +47,6 @@ Luke Williams <xocel@iquidus.org> Jacob Pipkin <j@dawnrazor.net> .P Andreas Guldstrand <andreas.guldstrand@gmail.com> +.SH MAINTAINER +.P +Slack Coder <slackcoder@server.ky> diff --git a/man1/sbosnap.1 b/man1/sbosnap.1 index 73568a8..2730c4a 100644 --- a/man1/sbosnap.1 +++ b/man1/sbosnap.1 @@ -45,7 +45,7 @@ sbosnap can exit with the following codes: .RE .SH BUGS .P -None known, but there may be some. Please report any found to https://github.com/pink-mist/sbotools/issues ; patches are always welcome. +None known, but there may be some. Please report any found to slackcoder@server.ky ; patches are always welcome. .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboremove(1), sboupgrade(1), sbotools.conf(5) @@ -56,3 +56,6 @@ Jacob Pipkin <j@dawnrazor.net> Luke Williams <xocel@iquidus.org> .P Andreas Guldstrand <andreas.guldstrand@gmail.com> +.SH MAINTAINER +.P +Slack Coder <slackcoder@server.ky> diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1 index bb8e148..304d536 100644 --- a/man1/sboupgrade.1 +++ b/man1/sboupgrade.1 @@ -100,7 +100,7 @@ sboupgrade can exit with the following exit codes: .RE .SH BUGS .P -None known, but there may be some. Please report any found to https://github.com/pink-mist/sbotools/issues ; patches are always welcome. +None known, but there may be some. Please report any found to slackcoder@server.ky ; patches are always welcome. .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboremove(1), sbosnap(1), sbotools.conf(5) @@ -111,3 +111,6 @@ Jacob Pipkin <j@dawnrazor.net> Luke Williams <xocel@iquidus.org> .P Andreas Guldstrand <andreas.guldstrand@gmail.com> +.SH MAINTAINER +.P +Slack Coder <slackcoder@server.ky> |