aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <d4wnr4z0r@yahoo.com>2012-05-15 10:07:35 -0500
committerJacob Pipkin <d4wnr4z0r@yahoo.com>2012-05-15 10:07:35 -0500
commit77d6e914c4e7c3fc49738a5b5244cf1317bfb45e (patch)
treee28adf8ad7351bcc5c81fa6153dca40a43814db1
parentce539af98deefc6bc72848cfc0fc0fa82d6c8cb4 (diff)
downloadsbotools2-77d6e914c4e7c3fc49738a5b5244cf1317bfb45e.tar.xz
changing 'SBo' to 'slackbuild' in the man pages - better SEO
-rw-r--r--man1/sboconfig.14
-rw-r--r--man1/sbofind.12
-rw-r--r--man1/sboinstall.112
-rw-r--r--man1/sbosnap.12
-rw-r--r--man1/sboupgrade.112
5 files changed, 16 insertions, 16 deletions
diff --git a/man1/sboconfig.1 b/man1/sboconfig.1
index 6f7299d..9a1343e 100644
--- a/man1/sboconfig.1
+++ b/man1/sboconfig.1
@@ -22,7 +22,7 @@ List out current configuration options, including unmodified default configurati
.P
-d (TRUE|FALSE)
.RS
-DISTCLEAN: 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. Setting this option to TRUE causes the source code to be removed by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
+DISTCLEAN: 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. Setting this option to TRUE causes the source code to be removed by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
.RE
.P
-j (#|FALSE)
@@ -32,7 +32,7 @@ JOBS: If numeric (2,5,10, etc), then that number will be fed to the "-j" argumen
.P
-c (TRUE|FALSE)
.RS
-NOCLEAN: 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. Setting this option to TRUE causes the working directories to not be cleaned by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
+NOCLEAN: 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. Setting this option to TRUE causes the working directories to not be cleaned by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
.RE
.P
-p (/path|FALSE)
diff --git a/man1/sbofind.1 b/man1/sbofind.1
index 6fa0870..d8c12dd 100644
--- a/man1/sbofind.1
+++ b/man1/sbofind.1
@@ -7,7 +7,7 @@ sbofind - search SlackBuilds for a given name
sbofind [-v] search_term
.SH DESCRIPTION
.P
-sbofind searches the names of all SlackBuilds for a given term. It reports back any SBos found along with the path for each. This is equivalent to running "cd /usr/ports; make search name=$search_term display=name,path" on a FreeBSD system. For a more general search, the slackbuilds.org site should be consulted, where tags also exist and are included in the searched fields.
+sbofind searches the names of all SlackBuilds for a given term. It reports back any slackbuilds found along with the path for each. This is equivalent to running "cd /usr/ports; make search name=$search_term display=name,path" on a FreeBSD system. For a more general search, the slackbuilds.org site should be consulted, where tags also exist and are included in the searched fields.
.SH OPTIONS
.P
-v
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1
index 8963151..8c6be06 100644
--- a/man1/sboinstall.1
+++ b/man1/sboinstall.1
@@ -1,7 +1,7 @@
.TH sboinstall 1 "Prickle-Prickle, the 61st day of Discord in the YOLD 3178" "sbotools 0.3 fnord" dawnrazor.net
.SH NAME
.P
-sboinstall - install SBos
+sboinstall - install slackbuilds
.SH SYNAPSES
.P
sboinstall [-h] [-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-N] [-r] [-i] [-p] sbo_name (sbo_name)
@@ -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
.P
-j (#|FALSE)
@@ -27,17 +27,17 @@ 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
-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
@@ -47,7 +47,7 @@ Do not actually install the package created at the end of the build process. So,
.P
-p
.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 SBo 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. If you find that a particular slackbuild needs additional help to be created as -compat32 package, contact me at j@dawnrazor.net.
.RE
.P
-v
diff --git a/man1/sbosnap.1 b/man1/sbosnap.1
index cb1e81f..4203d00 100644
--- a/man1/sbosnap.1
+++ b/man1/sbosnap.1
@@ -7,7 +7,7 @@ sbosnap - slackbuilds.org tree fetch and update command.
sbosnap [-v] (fetch|update)
.SH DESCRIPTION
.P
-sbosnap is used to download and update a local copy of the slackbuilds.org tree, minus the .tar.gz{,.asc} files. Note that sbocheck(1) will also update the tree, and will then also check for updated SBos. rsync is used for both operations.
+sbosnap is used to download and update a local copy of the slackbuilds.org tree, minus the .tar.gz{,.asc} files. Note that sbocheck(1) will also update the tree, and will then also check for updated slackbuilds. rsync is used for both operations.
.SH OPTIONS
.P
fetch
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