From cdb5bcdd0c9bfa4abea920ffb1805ad9d274ea1b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 04:01:38 +0200 Subject: [PATCH 1/9] xbps.d.5: fix invalid escape --- data/xbps.d.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/xbps.d.5 b/data/xbps.d.5 index e4a7f970..34eecef7 100644 --- a/data/xbps.d.5 +++ b/data/xbps.d.5 @@ -54,7 +54,7 @@ This will be applied to dependencies as well. .It Sy cachedir=path Sets the default cache directory to store downloaded binary packages from 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 . .It Sy include=path/file.conf Imports settings from the specified configuration file. From 13a38fa6ba1a16e488654b8f697d7c84d55f9b02 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 04:27:51 +0200 Subject: [PATCH 2/9] xbps-alternatives.1: fix invalid escape --- bin/xbps-alternatives/xbps-alternatives.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-alternatives/xbps-alternatives.1 b/bin/xbps-alternatives/xbps-alternatives.1 index a74a2ba1..10bf7aec 100644 --- a/bin/xbps-alternatives/xbps-alternatives.1 +++ b/bin/xbps-alternatives/xbps-alternatives.1 @@ -23,7 +23,7 @@ alternative groups registered previously, the previous package is set as default .Bl -tag -width -x .It Fl C, Fl -config Ar dir 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 . .It Fl d, Fl -debug Enables extra debugging shown to stderr. From ae3f5546bf3e870c3e3ae3c62f4cda108ed3007c Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 04:28:13 +0200 Subject: [PATCH 3/9] xbps-checkvers.1: fix invalid escape --- bin/xbps-checkvers/xbps-checkvers.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-checkvers/xbps-checkvers.1 b/bin/xbps-checkvers/xbps-checkvers.1 index 1e02a51c..cfbb0606 100644 --- a/bin/xbps-checkvers/xbps-checkvers.1 +++ b/bin/xbps-checkvers/xbps-checkvers.1 @@ -26,7 +26,7 @@ argument sets extra packages to process with the outdated ones (only processed i .Bl -tag -width -x .It Fl C, Fl -config Ar dir 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 . .It Fl D, Fl -distdir Ar dir Specifies a full path to the void-packages repository. By default set to From 681acd08ef60c77d53a013dc4aad54b098398966 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 04:28:34 +0200 Subject: [PATCH 4/9] xbps-dgraph.1: fix invalid escape --- bin/xbps-dgraph/xbps-dgraph.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-dgraph/xbps-dgraph.1 b/bin/xbps-dgraph/xbps-dgraph.1 index 0c85b3ce..2fe781ca 100644 --- a/bin/xbps-dgraph/xbps-dgraph.1 +++ b/bin/xbps-dgraph/xbps-dgraph.1 @@ -58,7 +58,7 @@ The first repository matching the package expression wins. .Bl -tag -width -x .It Fl C, Fl -config Ar dir 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 . .It Fl c, Fl -graph-config Ar file Specifies a path to the graph configuration file, to modify the settings From b9656b1546b421b217430115d7c8f73c23cd4df4 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 04:28:57 +0200 Subject: [PATCH 5/9] xbps-install.1: fix invalid escape --- bin/xbps-install/xbps-install.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/xbps-install/xbps-install.1 b/bin/xbps-install/xbps-install.1 index d4668c0c..c092d9d7 100644 --- a/bin/xbps-install/xbps-install.1 +++ b/bin/xbps-install/xbps-install.1 @@ -62,11 +62,11 @@ if no package is depending on it directly. .No See Fl -mode Sy auto No in Xr xbps-pkgdb 1 . .It Fl C, Fl -config Ar dir 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 . .It Fl c, Fl -cachedir Ar dir 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 . .It Fl d, Fl -debug Enables extra debugging shown to stderr. From a61fd5f8c176f86e76c418564eb0767e551f6727 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 04:29:19 +0200 Subject: [PATCH 6/9] xbps-pkgdb.1: fix invalid escape --- bin/xbps-pkgdb/xbps-pkgdb.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-pkgdb/xbps-pkgdb.1 b/bin/xbps-pkgdb/xbps-pkgdb.1 index 7c4d5b37..c34109d5 100644 --- a/bin/xbps-pkgdb/xbps-pkgdb.1 +++ b/bin/xbps-pkgdb/xbps-pkgdb.1 @@ -41,7 +41,7 @@ Updates the pkgdb format to the latest version. Process all registered packages, regardless of its state. .It Fl C, Fl -config Ar dir 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 . .It Fl d, Fl -debug Enables extra debugging shown to stderr. From 25418f98afdf580162b3d086d2def02b92f8d248 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 04:29:45 +0200 Subject: [PATCH 7/9] xbps-query.1: fix invalid escape --- bin/xbps-query/xbps-query.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/xbps-query/xbps-query.1 b/bin/xbps-query/xbps-query.1 index 0d9c222f..38290f4b 100644 --- a/bin/xbps-query/xbps-query.1 +++ b/bin/xbps-query/xbps-query.1 @@ -55,11 +55,11 @@ The first repository matching the package expression wins. .Bl -tag -width -x .It Fl C, Fl -config Ar dir 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 . .It Fl c, Fl -cachedir Ar dir 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 . .It Fl d, Fl -debug Enables extra debugging shown to stderr. From 0886012d72962c4bb0ded6dbded1986b1efcb6b7 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 04:30:03 +0200 Subject: [PATCH 8/9] xbps-reconfigure.1: fix invalid escape --- bin/xbps-reconfigure/xbps-reconfigure.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-reconfigure/xbps-reconfigure.1 b/bin/xbps-reconfigure/xbps-reconfigure.1 index b7967a2a..8274f254 100644 --- a/bin/xbps-reconfigure/xbps-reconfigure.1 +++ b/bin/xbps-reconfigure/xbps-reconfigure.1 @@ -37,7 +37,7 @@ option is specified. Configures all packages. .It Fl C, Fl -config Ar dir 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 . .It Fl d, Fl -debug Enables extra debugging shown to stderr. From 63596b5a06c9bc44669dd6eab47f03898f3c50dc Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 04:30:23 +0200 Subject: [PATCH 9/9] xbps-remove.1: fix invalid escape --- bin/xbps-remove/xbps-remove.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/xbps-remove/xbps-remove.1 b/bin/xbps-remove/xbps-remove.1 index 2734aec3..e54cc48f 100644 --- a/bin/xbps-remove/xbps-remove.1 +++ b/bin/xbps-remove/xbps-remove.1 @@ -60,11 +60,11 @@ Package is unregistered from package database. .Bl -tag -width -x .It Fl C, Fl -config Ar dir 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 . .It Fl c, Fl -cachedir Ar dir 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 . .It Fl d, Fl -debug Enables extra debugging shown to stderr.