man: use the same width.

This commit is contained in:
Juan RP 2012-11-06 10:33:29 +01:00
parent 0c6a4f08ff
commit 11149f058c
6 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ The files must have correct permissions and location within this directory.
The behaviour of resulting package is changed by using multiple values in The behaviour of resulting package is changed by using multiple values in
the options. the options.
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width Fl .Bl -tag -width -x
.It Fl A, Fl -architecture Ar string .It Fl A, Fl -architecture Ar string
The target architecture for this package (required). Use The target architecture for this package (required). Use
.Ar noarch .Ar noarch

View File

@ -19,7 +19,7 @@ package name (best available version from repositories will be installed);
by specifying a package pattern with '>' '<' '>=' or '<=' (foo>=2.0) or by specifying a package pattern with '>' '<' '>=' or '<=' (foo>=2.0) or
by specifying an exact package version, i.e (foo-1.0_1). by specifying an exact package version, i.e (foo-1.0_1).
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width -XXXXXXXX .Bl -tag -width -x
.It Fl A, Fl -automatic .It Fl A, Fl -automatic
Enables automatic installation mode, i.e. package will be treated as orphan Enables automatic installation mode, i.e. package will be treated as orphan
if no package is depending on it directly. if no package is depending on it directly.
@ -35,7 +35,7 @@ overwritting its package files.
.It Fl h, Fl -help .It Fl h, Fl -help
Show the help usage. Show the help usage.
.It Fl n, Fl -dry-run .It Fl n, Fl -dry-run
Dry-run mode. Show what actions would be done but don't remove anything. Dry-run mode. Show what actions would be done but don't do anything.
.It Fl p, Fl -print-format Ar fmt .It Fl p, Fl -print-format Ar fmt
Specifies the Specifies the
.Xr printf 3 .Xr printf 3

View File

@ -16,7 +16,7 @@ It's able to check missing dependencies, modified files and symlinks,
fix wrong or missing reverse dependencies, and more errors that have been fix wrong or missing reverse dependencies, and more errors that have been
fixed in newer versions of xbps. fixed in newer versions of xbps.
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width -XXXXXXXX .Bl -tag -width -x
.It Fl a, Fl -all .It Fl a, Fl -all
Process all registered packages, regardless of its state. Process all registered packages, regardless of its state.
.It Fl C, Fl -config Ar file .It Fl C, Fl -config Ar file

View File

@ -31,7 +31,7 @@ unless the
.Ar -f .Ar -f
option is specified. option is specified.
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width xxxxxxxxxxxxxxxxxxxxxxx .Bl -tag -width -x
.It Fl a, Fl -all .It Fl a, Fl -all
Configures all packages. Configures all packages.
.It Fl C, Fl -config Ar file .It Fl C, Fl -config Ar file

View File

@ -52,7 +52,7 @@ Package metadata files are removed.
Package is unregistered from package database. Package is unregistered from package database.
.Pp .Pp
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width -XXXXXXXX .Bl -tag -width -x
.It Fl C, Fl -config Ar file .It Fl C, Fl -config Ar file
Specifies a full path to the XBPS configuration file. Specifies a full path to the XBPS configuration file.
.It Fl c, Fl -cachedir Ar dir .It Fl c, Fl -cachedir Ar dir

View File

@ -15,17 +15,17 @@ The
utility creates, updates and removes obsolete binary packages stored utility creates, updates and removes obsolete binary packages stored
in local repositories. in local repositories.
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width -versionXXXXXXXX .Bl -tag -width -x
.It Fl h -help .It Fl h -help
Show the help usage. Show the help usage.
.It Fl V -version .It Fl V -version
Show the XBPS version. Show the XBPS version.
.Sh MODE .Sh MODE
.Pp .Pp
.Bl -tag -width ident .Bl -tag -width x
.It Sy -a, --add Ar /path/to/repo/binpkg.xbps ... .It Sy -a, --add Ar /path/to/repo/binpkg.xbps ...
Registers the binary package into the local repository and if an older Registers the binary package into the local repository and if an older
binary package exists it's removed and a new entry is added into the index. binary package exists, it's removed and new entry is added to the index.
Multiple binary packages can be specified as arguments. Multiple binary packages can be specified as arguments.
.It Sy -c, --clean Ar repository .It Sy -c, --clean Ar repository
Removes obsolete entries found in the local repository's index. Removes obsolete entries found in the local repository's index.