aboutsummaryrefslogtreecommitdiff
path: root/man1/sboconfig.1
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 /man1/sboconfig.1
parentce539af98deefc6bc72848cfc0fc0fa82d6c8cb4 (diff)
downloadsbotools2-77d6e914c4e7c3fc49738a5b5244cf1317bfb45e.tar.xz
changing 'SBo' to 'slackbuild' in the man pages - better SEO
Diffstat (limited to 'man1/sboconfig.1')
-rw-r--r--man1/sboconfig.14
1 files changed, 2 insertions, 2 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)