diff options
Diffstat (limited to 'man1/sboupgrade.1')
-rw-r--r-- | man1/sboupgrade.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1 index f947282..ae2af5a 100644 --- a/man1/sboupgrade.1 +++ b/man1/sboupgrade.1 @@ -1,13 +1,13 @@ .TH sboupgrade 1 "Prickle-Prickle, the 61st day of Discord in the YOLD 3178" "sbotools 0.3 fnord" dawnrazor.net .SH NAME .P -sboupgrade - install or upgrade SBos +sboupgrade - install or upgrade slackbuilds .SH SYNAPSES .P sboupgrade [-h] [-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-f] [-N] [-r] [-i] sbo_name (sbo_name) .SH DESCRIPTION .P -sboupgrade is used to upgrade packages installed from SBos. +sboupgrade is used to upgrade packages installed from slackbuilds. .SH OPTIONS .P -h @@ -17,7 +17,7 @@ Show help information. .P -d (TRUE|FALSE) .RS -If TRUE, then DO remove the source code after building the SBo. By default, the source code is not removed, and lives under $SBO_HOME/distfiles, which, by default, is /usr/sbo/distfiles; this option can be set as default via the sboconfig(1) command. See also sbotools.conf(5). This option overrides the default. +If TRUE, then DO remove the source code after building the slackbuild. By default, the source code is not removed, and lives under $SBO_HOME/distfiles, which, by default, is /usr/sbo/distfiles; this option can be set as default via the sboconfig(1) command. See also sbotools.conf(5). This option overrides the default. .RE -j (#|FALSE) .RS @@ -26,7 +26,7 @@ If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to m .P -c (TRUE|FALSE) .RS -If TRUE, then DO NOT clean working directories after building the SBo. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo. By default, these directories are removed after building an SBo. This option leaves those directories in place. This can be set as default via the sboconfig(1) command. Also see sbotools.conf(5). This option overrides the default. +If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/slackbuild. By default, these directories are removed after building an slackbuild. This option leaves those directories in place. This can be set as default via the sboconfig(1) command. Also see sbotools.conf(5). This option overrides the default. .RE .P -f @@ -36,12 +36,12 @@ Force an upgrade, even if the installed version is equal to or less than the sla .P -N .RS -Install any new SBos specified. So, if you want to upgrade some things and install new things with the same command, then you would use the -N flag. Note that upgrades are handled prior to new installs. +Install any new slackbuilds specified. So, if you want to upgrade some things and install new things with the same command, then you would use the -N flag. Note that upgrades are handled prior to new installs. .RE .P -r .RS -Skip viewing of the README and the yes or no question which accompanies it. Anytime sboupgrade or sboinstall is run, the first thing the command will attempt to do is show you the README for a given SBo and ask whether or not you wish to proceed; this option skips the README and bypasses the question. If multiple SBos are specified, this option bypasses them all. +Skip viewing of the README and the yes or no question which accompanies it. Anytime sboupgrade or sboinstall is run, the first thing the command will attempt to do is show you the README for a given slackbuild and ask whether or not you wish to proceed; this option skips the README and bypasses the question. If multiple slackbuilds are specified, this option bypasses them all. .RE .P -i |