From 5d5fe7c9e50925f41dffe6c8a6054a5aa9d682c4 Mon Sep 17 00:00:00 2001 From: Gene Carlson Date: Fri, 1 Nov 2024 15:33:34 +0900 Subject: [PATCH] Also sbotools.conf(5) --- man/sbocheck.1.md | 2 +- man/sboclean.1.md | 2 +- man/sboconfig.1.md | 4 ++-- man/sbofind.1.md | 2 +- man/sboinstall.1.md | 8 ++++---- man/sboremove.1.md | 2 +- man/sbosnap.1.md | 6 +++--- man/sboupgrade.1.md | 12 ++++++------ 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/man/sbocheck.1.md b/man/sbocheck.1.md index 4ae187fc..6fd11677 100644 --- a/man/sbocheck.1.md +++ b/man/sbocheck.1.md @@ -50,7 +50,7 @@ None known. If found, Issues and Pull Requests to ## SEE ALSO [sboclean(1)](sboclean.1.md), [sboconfig(1)](sboconfig.1.md), [sbofind(1)](sbofind.1.md), [sboinstall(1)](sboinstall.1.md), [sboremove(1)](sboremove.1.md), -[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), sbotools.conf(5) +[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), [sbotools.conf(5)](sbotools.conf.5.md) ## AUTHORS diff --git a/man/sboclean.1.md b/man/sboclean.1.md index 2e1403ca..b1df0ca4 100644 --- a/man/sboclean.1.md +++ b/man/sboclean.1.md @@ -76,7 +76,7 @@ None known. If found, Issues and Pull Requests to ## SEE ALSO [sbocheck(1)](sbocheck.1.md), [sboconfig(1)](sboconfig.1.md), [sbofind(1)](sbofind.1.md), [sboinstall(1)](sboinstall.1.md), [sboremove(1)](sboremove.1.md), -[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), sbotools.conf(5) +[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), [sbotools.conf(5)](sbotools.conf.5.md) ## AUTHORS diff --git a/man/sboconfig.1.md b/man/sboconfig.1.md index c46cd6dc..3b2aa08e 100644 --- a/man/sboconfig.1.md +++ b/man/sboconfig.1.md @@ -29,7 +29,7 @@ TRUE\|FALSE\] \[-o /path\|FALSE\] \[-V #.#\|FALSE\] \[-r url\|FALSE\] ## DESCRIPTION **sboconfig** is a front-end for managing **sbotools3** configuration -options. The **sbotools.conf(5)** file can also be manually edited; any +options. The **[sbotools.conf(5)](sbotools.conf.5.md)** file can also be manually edited; any fields not relevant to **sbotools3 configuration will be ignored.** ## OPTIONS @@ -136,7 +136,7 @@ None known. If found, Issues and Pull Requests to ## SEE ALSO [sbocheck(1)](sbocheck.1.md), [sboclean(1)](sboclean.1.md), [sbofind(1)](sbofind.1.md), [sboinstall(1)](sboinstall.1.md), [sboremove(1)](sboremove.1.md), -[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), sbotools.conf(5) +[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), [sbotools.conf(5)](sbotools.conf.5.md) ## AUTHORS diff --git a/man/sbofind.1.md b/man/sbofind.1.md index 20c230ec..c1c8b166 100644 --- a/man/sbofind.1.md +++ b/man/sbofind.1.md @@ -79,7 +79,7 @@ None known. If found, Issues and Pull Requests to ## SEE ALSO [sbocheck(1)](sbocheck.1.md), [sboclean(1)](sboclean.1.md), [sboconfig(1)](sboconfig.1.md), [sboinstall(1)](sboinstall.1.md), [sboremove(1)](sboremove.1.md), -[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), sbotools.conf(5) +[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), [sbotools.conf(5)](sbotools.conf.5.md) ## AUTHORS diff --git a/man/sboinstall.1.md b/man/sboinstall.1.md index 6068d041..dee3234c 100644 --- a/man/sboinstall.1.md +++ b/man/sboinstall.1.md @@ -61,21 +61,21 @@ Show version information. If TRUE, do not clean working directories after building. These are the build and `package-(sbo)` directories under `/tmp/SBo` (or `$TMP`). Cleaning these directories can be set as default via the -**[sboconfig(1)](sboconfig.1.md)** command. See also **sbotools.conf(5)**. This option +**[sboconfig(1)](sboconfig.1.md)** command. See also **[sbotools.conf(5)](sbotools.conf.5.md)**. This option overrides the default. **-d\|\--distclean (FALSE\|TRUE)** If **TRUE**, then remove the source archives after building. They are retained in `SBO_HOME/distfiles` by default. This option can be set as -default via the **[sboconfig(1)](sboconfig.1.md)** command. See also **sbotools.conf(5)**. +default via the **[sboconfig(1)](sboconfig.1.md)** command. See also **[sbotools.conf(5)](sbotools.conf.5.md)**. This option overrides the default. **-i\|\--noinstall** Do not install the package at the end of the build process. It will be left in `/tmp` (or `$OUTPUT`), or in **PKG_DIR** if so defined. See -**[sboconfig(1)](sboconfig.1.md)** and **sbotools.conf(5)**. +**[sboconfig(1)](sboconfig.1.md)** and **[sbotools.conf(5)](sbotools.conf.5.md)**. **-j\|\--jobs (FALSE\|#)** @@ -142,7 +142,7 @@ None known. If found, Issues and Pull Requests to ## SEE ALSO [sbocheck(1)](sbocheck.1.md), [sboclean(1)](sboclean.1.md), [sboconfig(1)](sboconfig.1.md), [sbofind(1)](sbofind.1.md), [sboremove(1)](sboremove.1.md), -[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), sbotools.conf(5) +[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), [sbotools.conf(5)](sbotools.conf.5.md) ## AUTHORS diff --git a/man/sboremove.1.md b/man/sboremove.1.md index f56a1d8d..443d5bf5 100644 --- a/man/sboremove.1.md +++ b/man/sboremove.1.md @@ -66,7 +66,7 @@ None known. If found, Issues and Pull Requests to ## SEE ALSO [sbocheck(1)](sbocheck.1.md), [sboclean(1)](sboclean.1.md), [sboconfig(1)](sboconfig.1.md), [sbofind(1)](sbofind.1.md), [sboinstall(1)](sboinstall.1.md), -[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), sbotools.conf(5) +[sbosnap(1)](sbosnap.1.md), [sboupgrade(1)](sboupgrade.1.md), [sbotools.conf(5)](sbotools.conf.5.md) ## AUTHORS diff --git a/man/sbosnap.1.md b/man/sbosnap.1.md index 4020820e..40c4cc22 100644 --- a/man/sbosnap.1.md +++ b/man/sbosnap.1.md @@ -29,7 +29,7 @@ sbosnap (fetch\|update) SlackBuilds. **rsync** is used for rsync repositories, and **git** is used for git repositories. **sbotools3** defaults to git unless **RSYNC_DEFAULT** is **TRUE**. See **[sboconfig(1)](sboconfig.1.md)** or -**sbotools.conf(5)**. +**[sbotools.conf(5)](sbotools.conf.5.md)**. ## OPTIONS @@ -47,7 +47,7 @@ Show version information. Download a local copy of the *slackbuilds.org* tree. The copy will be downloaded to the path in the **SBO_HOME** setting (see **[sboconfig(1)](sboconfig.1.md)** -and sbotools.conf(5)), `/usr/sbo` by default. +and [sbotools.conf(5)](sbotools.conf.5.md)), `/usr/sbo` by default. **update** @@ -69,7 +69,7 @@ None known. If found, Issues and Pull Requests to ## SEE ALSO [sbocheck(1)](sbocheck.1.md), [sboclean(1)](sboclean.1.md), [sboconfig(1)](sboconfig.1.md), [sbofind(1)](sbofind.1.md), [sboinstall(1)](sboinstall.1.md), -[sboremove(1)](sboremove.1.md), [sboupgrade(1)](sboupgrade.1.md), sbotools.conf(5) +[sboremove(1)](sboremove.1.md), [sboupgrade(1)](sboupgrade.1.md), [sbotools.conf(5)](sbotools.conf.5.md) ## AUTHORS diff --git a/man/sboupgrade.1.md b/man/sboupgrade.1.md index b6a83111..3b112bd2 100644 --- a/man/sboupgrade.1.md +++ b/man/sboupgrade.1.md @@ -61,21 +61,21 @@ If **TRUE**, do not perform upgrades unless the version number differs. By default, upgrades also occur when the build number differs. This setting and **\--force** are not the same; **\--force** will initiate upgrades even if the build number is unchanged. This overrides the -**BUILD_IGNORE** setting in **sbotools.conf(5)**. +**BUILD_IGNORE** setting in **[sbotools.conf(5)](sbotools.conf.5.md)**. **-c\|\--noclean (FALSE\|TRUE)** If **TRUE**, do not clean working directories after building. These are the build and *package-(sbo)* directories under `/tmp/SBo` (or `$TMP`). Cleaning these directories can be set as default via the -**[sboconfig(1)](sboconfig.1.md)** command. See also **sbotools.conf(5)**. This option +**[sboconfig(1)](sboconfig.1.md)** command. See also **[sbotools.conf(5)](sbotools.conf.5.md)**. This option overrides the default. **-d\|\--distclean (FALSE\|TRUE)** If TRUE, then remove the source archives after building. They are retained in `SBO_HOME/distfiles` by default. This option can be set as -default via the **[sboconfig(1)](sboconfig.1.md)** command. See also **sbotools.conf(5)**. +default via the **[sboconfig(1)](sboconfig.1.md)** command. See also **[sbotools.conf(5)](sbotools.conf.5.md)**. This option overrides the default. **-f\|\--force** @@ -87,7 +87,7 @@ equal to the **slackbuilds.org** version. Do not install the package at the end of the build process. It will be left in `/tmp` (or `$OUTPUT`), or in **PKG_DIR** if so defined. See -**[sboconfig(1)](sboconfig.1.md)** and **sbotools.conf(5)**. +**[sboconfig(1)](sboconfig.1.md)** and **[sbotools.conf(5)](sbotools.conf.5.md)**. **-j\|\--jobs (FALSE\|#)** @@ -121,7 +121,7 @@ require upgrades as well. Upgrade all installed SlackBuilds that are eligible for upgrades. This takes the **BUILD_IGNORE** setting into account. See **[sboconfig(1)](sboconfig.1.md)** -and **sbotools.conf(5)**. +and **[sbotools.conf(5)](sbotools.conf.5.md)**. ## EXIT CODES @@ -147,7 +147,7 @@ None known. If found, Issues and Pull Requests to ## SEE ALSO [sbocheck(1)](sbocheck.1.md), [sboclean(1)](sboclean.1.md), [sboconfig(1)](sboconfig.1.md), [sbofind(1)](sbofind.1.md), [sboinstall(1)](sboinstall.1.md), -[sboremove(1)](sboremove.1.md), [sbosnap(1)](sbosnap.1.md), sbotools.conf(5) +[sboremove(1)](sboremove.1.md), [sbosnap(1)](sbosnap.1.md), [sbotools.conf(5)](sbotools.conf.5.md) ## AUTHORS