[Git][java-team/vnu][master] Manpage: fix default value of nu.validator.client.path

bastif (@bastif) gitlab at salsa.debian.org
Tue May 5 08:00:12 BST 2026



bastif pushed to branch master at Debian Java Maintainers / vnu


Commits:
a80e1c9c by Fab Stz at 2026-05-05T08:59:42+02:00
Manpage: fix default value of nu.validator.client.path

- - - - -


1 changed file:

- debian/patches/debian-adapt-manpages.patch


Changes:

=====================================
debian/patches/debian-adapt-manpages.patch
=====================================
@@ -5,13 +5,13 @@ Subject: Adapt manpages to fit the Debian package
 Origin: self
 Forwarded: not-needed
 ---
- docs/vnu-client.1.md | 22 ++++++++++------------
+ docs/vnu-client.1.md | 26 ++++++++++++--------------
  docs/vnu-server.1.md | 30 +++++++++++++++++++-----------
  docs/vnu.1.md        | 37 +++++++++++--------------------------
- 3 files changed, 40 insertions(+), 49 deletions(-)
+ 3 files changed, 42 insertions(+), 51 deletions(-)
 
 diff --git a/docs/vnu-client.1.md b/docs/vnu-client.1.md
-index d8c51d3..d6cd8ce 100644
+index d8c51d3..ca25e6a 100644
 --- a/docs/vnu-client.1.md
 +++ b/docs/vnu-client.1.md
 @@ -4,11 +4,7 @@ vnu-client – HTTP client to a server instance of the Nu Html Checker
@@ -27,6 +27,18 @@ index d8c51d3..d6cd8ce 100644
  
  # DESCRIPTION
  
+@@ -51,9 +47,9 @@ checker service, as documented at [github.com/validator/validator/wiki/Service-
+ ## nu.validator.client.path=path
+ 
+     Specifies the path of the checker for the client to connect to.
+-    default: "/"
++    default: "/vnu"
+ 
+-    example: nu.validator.client.path=/vnu
++    example: nu.validator.client.path=/
+ 
+ ## nu.validator.client.level=error
+ 
 @@ -98,20 +94,22 @@ checker service, as documented at [github.com/validator/validator/wiki/Service-
      default: "yes"
      possible values: "yes" or "no"
@@ -44,7 +56,7 @@ index d8c51d3..d6cd8ce 100644
 -    java -cp ~/vnu.jar -Dnu.validator.client.port=80 -Dnu.validator.client.host=html5.validator.nu nu.validator.client.HttpClient FILE.html
 -
 -    vnu-runtime-image/bin/java -Dnu.validator.client.port=80 -Dnu.validator.client.host=html5.validator.nu nu.validator.client.HttpClient FILE.html
-+    JAVA_ARGS="-Dnu.validator.client.port=80 -Dnu.validator.client.host=html5.validator.nu" vnu-client FILE.html
++    JAVA_ARGS="-Dnu.validator.client.port=80 -Dnu.validator.client.host=html5.validator.nu -Dnu.validator.client.path=/" vnu-client FILE.html
  
  To suppress warning-level messages and only show error-level ones by setting the value of the `nu.validator.client.level` system property to `error`, like this:
  



View it on GitLab: https://salsa.debian.org/java-team/vnu/-/commit/a80e1c9cf53beb88f801547662a593659d1e4215

-- 
View it on GitLab: https://salsa.debian.org/java-team/vnu/-/commit/a80e1c9cf53beb88f801547662a593659d1e4215
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260505/a9bd3c06/attachment.htm>


More information about the pkg-java-commits mailing list