aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-06-01 13:28:04 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-06-01 13:28:04 -0500
commit74d73ecb3b06a582a2bd8a388d0d5053f01ebcd8 (patch)
tree86bb818b90cd9e5da5c290dd0d9566f1cf67b2ae
parenta8e3ae49bf5021ae6a7c5778628e5343aaea4275 (diff)
downloadsbotools2-74d73ecb3b06a582a2bd8a388d0d5053f01ebcd8.tar.xz
sboclean(1) man page created, added to SEE ALSO section of other man pages
-rw-r--r--man1/sbocheck.12
-rw-r--r--man1/sboclean.144
-rw-r--r--man1/sboconfig.12
-rw-r--r--man1/sbofind.12
-rw-r--r--man1/sboinstall.12
-rw-r--r--man1/sbosnap.12
-rw-r--r--man1/sboupgrade.12
-rw-r--r--man5/sbotools.conf.52
8 files changed, 51 insertions, 7 deletions
diff --git a/man1/sbocheck.1 b/man1/sbocheck.1
index 084a4b0..790bdb0 100644
--- a/man1/sbocheck.1
+++ b/man1/sbocheck.1
@@ -19,7 +19,7 @@ Show sbotools version information.
None known, but there may be some. Please report any found to j@dawnrazor.net; patches are always welcome. In the future sbotools may exist in a public git repository and this section may change to reflect that.
.SH SEE ALSO
.P
-sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5)
+sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5)
.SH AUTHOR
.P
Jacob Pipkin <j@dawnrazor.net>
diff --git a/man1/sboclean.1 b/man1/sboclean.1
new file mode 100644
index 0000000..20ce4e2
--- /dev/null
+++ b/man1/sboclean.1
@@ -0,0 +1,44 @@
+.TH sboclean 1 "Pungenday, the 2nd day of Confusion in the YOLD 3178" "sbotools 0.5 fnord" dawnrazor.net
+.SH NAME
+.P
+sboclean - clean files left around by sbotools.
+.SH SYNAPSES
+.P
+sboclean [-hvdwi]
+.SH DESCRIPTION
+.P
+sboclean is used to clean files left around by sbotools, such as downloaded source files ("distfiles"), or work directories under /tmp/SBo. Note that if not run with the -i flag, sboclean will remove anything in the distfiles or /tmp/SBo folders with extreme prejudice. One of either -d or -w must be specified for this script to do anything.
+.SH OPTIONS
+.P
+-h
+.RS
+Show help information.
+.RE
+.P
+-v
+.RS
+Show sbotools version information.
+.RE
+.P
+-d
+.RS
+Clean distfiles, by default located at /usr/sbo/distfiles.
+.RE
+.P
+-w
+.RS
+Clean working directories, located under /tmp/SBo.
+.RE
+.P
+-i
+.RS
+Be interactive; sboclean will ask for confirmation for each item which it think should be removed.
+.SH BUGS
+.P
+None known, but there may be some. Please report any found to j@dawnrazor.net; patches are always welcome. In the future sbotools may exist in a public git repository and this section may change to reflect that.
+.SH SEE ALSO
+.P
+sbocheck(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5)
+.SH AUTHOR
+.P
+Jacob Pipkin <j@dawnrazor.net>
diff --git a/man1/sboconfig.1 b/man1/sboconfig.1
index 330505e..a83716c 100644
--- a/man1/sboconfig.1
+++ b/man1/sboconfig.1
@@ -54,7 +54,7 @@ Show sbotools version information.
None known, but there may be some. Please report any found to j@dawnrazor.net; patches are always welcome. In the future sbotools may exist in a public git repository and this section may change to reflect that.
.SH SEE ALSO
.P
-sbocheck(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5)
+sbocheck(1), sboclean(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5)
.SH AUTHOR
.P
Jacob Pipkin <j@dawnrazor.net>
diff --git a/man1/sbofind.1 b/man1/sbofind.1
index e5d0df0..2fcb3c5 100644
--- a/man1/sbofind.1
+++ b/man1/sbofind.1
@@ -19,7 +19,7 @@ Show sbotools version information.
None known, but there may be some. Please report any found to j@dawnrazor.net; patches are always welcome. In the future sbotools may exist in a public git repository and this section may change to reflect that.
.SH SEE ALSO
.P
-sbocheck(1), sboconfig(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5)
+sbocheck(1), sboclean(1), sboconfig(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5)
.SH AUTHOR
.P
Jacob Pipkin <j@dawnrazor.net>
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1
index 75c803c..ac7832c 100644
--- a/man1/sboinstall.1
+++ b/man1/sboinstall.1
@@ -59,7 +59,7 @@ Show sbotools version information.
Requirement parsing is not foolproof; there are very likely corner cases where it does not function as expected. If any such cases are found, please report this to j@dawnrazor.net; patches are always welcome as well.
.SH SEE ALSO
.P
-sbocheck(1), sboconfig(1), sbofind(1), sbosnap(1), sbotools.conf(5)
+sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sbosnap(1), sbotools.conf(5)
.SH AUTHOR
.P
Jacob Pipkin <j@dawnrazor.net>
diff --git a/man1/sbosnap.1 b/man1/sbosnap.1
index 05578f6..90f18da 100644
--- a/man1/sbosnap.1
+++ b/man1/sbosnap.1
@@ -30,7 +30,7 @@ Show sbotools version information.
None known, but there may be some. Please report any found to j@dawnrazor.net; patches are always welcome. In the future sbotools may exist in a public git repository and this section may change to reflect that.
.SH SEE ALSO
.P
-sbocheck(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbotools.conf(5)
+sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbotools.conf(5)
.SH AUTHOR
.P
Jacob Pipkin <j@dawnrazor.net>
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1
index ab29740..0989a91 100644
--- a/man1/sboupgrade.1
+++ b/man1/sboupgrade.1
@@ -58,7 +58,7 @@ Show sbotools version information.
Requirement parsing is not foolproof; there are very likely corner cases where it does not function as expected. If any such cases are found, please report this to j@dawnrazor.net; patches are always welcome as well.
.SH SEE ALSO
.P
-sbocheck(1), sboconfig(1), sbofind(1), sbosnap(1), sbotools.conf(5)
+sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sbosnap(1), sbotools.conf(5)
.SH AUTHOR
.P
Jacob Pipkin <j@dawnrazor.net>
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5
index d76ea18..0b2bd0b 100644
--- a/man5/sbotools.conf.5
+++ b/man5/sbotools.conf.5
@@ -35,7 +35,7 @@ If set to a path, this is where the slackbuilds.org tree will live; by default,
.RE
.SH SEE ALSO
.P
-sbocheck(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1)
+sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1)
.SH AUTHOR
.P
Jacob Pipkin <j@dawnrazor.net>