Merge pull request #247 from ebfe/man

manpages: fix invalid escape
This commit is contained in:
Juan RP 2017-10-25 09:18:11 +02:00 committed by GitHub
commit c20b37e022
9 changed files with 12 additions and 12 deletions

View File

@ -23,7 +23,7 @@ alternative groups registered previously, the previous package is set as default
.Bl -tag -width -x .Bl -tag -width -x
.It Fl C, Fl -config Ar dir .It Fl C, Fl -config Ar dir
Specifies a path to the XBPS configuration directory. Specifies a path to the XBPS configuration directory.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl d, Fl -debug .It Fl d, Fl -debug
Enables extra debugging shown to stderr. Enables extra debugging shown to stderr.

View File

@ -26,7 +26,7 @@ argument sets extra packages to process with the outdated ones (only processed i
.Bl -tag -width -x .Bl -tag -width -x
.It Fl C, Fl -config Ar dir .It Fl C, Fl -config Ar dir
Specifies a path to the XBPS configuration directory. Specifies a path to the XBPS configuration directory.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl D, Fl -distdir Ar dir .It Fl D, Fl -distdir Ar dir
Specifies a full path to the void-packages repository. By default set to Specifies a full path to the void-packages repository. By default set to

View File

@ -58,7 +58,7 @@ The first repository matching the package expression wins.
.Bl -tag -width -x .Bl -tag -width -x
.It Fl C, Fl -config Ar dir .It Fl C, Fl -config Ar dir
Specifies a path to the XBPS configuration directory. Specifies a path to the XBPS configuration directory.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl c, Fl -graph-config Ar file .It Fl c, Fl -graph-config Ar file
Specifies a path to the graph configuration file, to modify the settings Specifies a path to the graph configuration file, to modify the settings

View File

@ -62,11 +62,11 @@ if no package is depending on it directly.
.No See Fl -mode Sy auto No in Xr xbps-pkgdb 1 . .No See Fl -mode Sy auto No in Xr xbps-pkgdb 1 .
.It Fl C, Fl -config Ar dir .It Fl C, Fl -config Ar dir
Specifies a path to the XBPS configuration directory. Specifies a path to the XBPS configuration directory.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl c, Fl -cachedir Ar dir .It Fl c, Fl -cachedir Ar dir
Specifies a path to the cache directory, where binary packages are stored. Specifies a path to the cache directory, where binary packages are stored.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl d, Fl -debug .It Fl d, Fl -debug
Enables extra debugging shown to stderr. Enables extra debugging shown to stderr.

View File

@ -41,7 +41,7 @@ Updates the pkgdb format to the latest version.
Process all registered packages, regardless of its state. Process all registered packages, regardless of its state.
.It Fl C, Fl -config Ar dir .It Fl C, Fl -config Ar dir
Specifies a path to the XBPS configuration directory. Specifies a path to the XBPS configuration directory.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl d, Fl -debug .It Fl d, Fl -debug
Enables extra debugging shown to stderr. Enables extra debugging shown to stderr.

View File

@ -55,11 +55,11 @@ The first repository matching the package expression wins.
.Bl -tag -width -x .Bl -tag -width -x
.It Fl C, Fl -config Ar dir .It Fl C, Fl -config Ar dir
Specifies a path to the XBPS configuration directory. Specifies a path to the XBPS configuration directory.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl c, Fl -cachedir Ar dir .It Fl c, Fl -cachedir Ar dir
Specifies a path to the cache directory, where binary packages are stored. Specifies a path to the cache directory, where binary packages are stored.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl d, Fl -debug .It Fl d, Fl -debug
Enables extra debugging shown to stderr. Enables extra debugging shown to stderr.

View File

@ -37,7 +37,7 @@ option is specified.
Configures all packages. Configures all packages.
.It Fl C, Fl -config Ar dir .It Fl C, Fl -config Ar dir
Specifies a path to the XBPS configuration directory. Specifies a path to the XBPS configuration directory.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl d, Fl -debug .It Fl d, Fl -debug
Enables extra debugging shown to stderr. Enables extra debugging shown to stderr.

View File

@ -60,11 +60,11 @@ Package is unregistered from package database.
.Bl -tag -width -x .Bl -tag -width -x
.It Fl C, Fl -config Ar dir .It Fl C, Fl -config Ar dir
Specifies a path to the XBPS configuration directory. Specifies a path to the XBPS configuration directory.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl c, Fl -cachedir Ar dir .It Fl c, Fl -cachedir Ar dir
Specifies a path to the cache directory, where binary packages are stored. Specifies a path to the cache directory, where binary packages are stored.
If the first character is not '\/' then it's a relative path of If the first character is not '/' then it's a relative path of
.Ar rootdir . .Ar rootdir .
.It Fl d, Fl -debug .It Fl d, Fl -debug
Enables extra debugging shown to stderr. Enables extra debugging shown to stderr.

View File

@ -54,7 +54,7 @@ This will be applied to dependencies as well.
.It Sy cachedir=path .It Sy cachedir=path
Sets the default cache directory to store downloaded binary packages from Sets the default cache directory to store downloaded binary packages from
remote repositories, as well as its signatures. remote repositories, as well as its signatures.
If path starts with '\/' it's an absolute path, otherwise it will be relative to If path starts with '/' it's an absolute path, otherwise it will be relative to
.Ar rootdir . .Ar rootdir .
.It Sy include=path/file.conf .It Sy include=path/file.conf
Imports settings from the specified configuration file. Imports settings from the specified configuration file.