Skip to content

Commit

Permalink
Man page tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
pghvlaans committed Nov 1, 2024
1 parent 4052c6d commit 9dd9ef7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions man/sboconfig.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## NAME

**sboconfig** - set **sbotools3 configuration options.**
**sboconfig** - set **sbotools3** configuration options.

## SYNOPSIS

Expand All @@ -30,7 +30,7 @@ TRUE\|FALSE\] \[-o /path\|FALSE\] \[-V #.#\|FALSE\] \[-r url\|FALSE\]

**sboconfig** is a front-end for managing **sbotools3** configuration
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.**
fields not relevant to **sbotools3** configuration will be ignored.

## OPTIONS

Expand Down Expand Up @@ -109,7 +109,7 @@ the one specified in `/etc/slackware-version`.

**REPO**: If set to a git or rsync **URL**, use that repository instead
of the **sbotools3** default for your **SLACKWARE_VERSION**. The default
repositories are under <rsync://slackbuilds.org/slackbuilds> if
repositories are under rsync://slackbuilds.org/slackbuilds if
**RSYNC_DEFAULT** is **TRUE** and <https://gitlab.com/SlackBuilds.org>
otherwise. The repository must be laid out in the same manner as one
found at <https://git.slackbuilds.org/slackbuilds> such that SlackBuild
Expand Down
4 changes: 2 additions & 2 deletions man/sbofind.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## NAME

**sbofind** - search the local copy of the *slackbuilds.org* tree for a
**sbofind** - search the local copy of the **slackbuilds.org** tree for a
given name

## SYNOPSIS
Expand All @@ -30,7 +30,7 @@ information. This is equivalent to running

`cd /usr/ports; make search name=$search_term display=name,path`

on a FreeBSD system. If the repository includes a *TAGS.txt* file, that
on a FreeBSD system. If the repository includes a `TAGS.txt` file, that
will be used to find additional results.

## OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion man/sbotools.conf.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ for that version of Slackware rather than the one specified in

If set to a git or rsync **URL**, use that repository instead of the
**sbotools3** default for your **SLACKWARE_VERSION**. The default
repositories are under <rsync://slackbuilds.org/slackbuilds> if
repositories are under rsync://slackbuilds.org/slackbuilds if
**RSYNC_DEFAULT** is **TRUE** and <https://gitlab.com/SlackBuilds.org>
otherwise. The repository must be laid out in the same manner as one
found at <https://git.slackbuilds.org/slackbuilds> , such that
Expand Down
6 changes: 3 additions & 3 deletions man/sboupgrade.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ overrides the default.

**-d\|\--distclean (FALSE\|TRUE)**

If TRUE, then remove the source archives after building. They are
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)](sbotools.conf.5.md)**.
This option overrides the default.
Expand Down Expand Up @@ -109,8 +109,8 @@ unexpected failure.
**-r\|\--nointeractive**

Bypass all user prompts and all dependency resolution for the requested
SlackBuilds. This option should not be used unless it is obvious that
dependency resolution and build options are not required.
SlackBuilds. Unless it is obvious that dependency resolution and build
options are not required, consider using a template instead.

**-z\|\--force-reqs**

Expand Down

0 comments on commit 9dd9ef7

Please sign in to comment.