[DRE-commits] [SCM] ruby-nokogiri.git branch, master, updated. debian/1.5.2-1-30-ga0e58e6

Cédric Boutillier boutil at debian.org
Thu May 9 23:31:47 UTC 2013


The following commit has been merged in the master branch:
commit a0e58e6c6619513d77267f60623f7164a84119b7
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri May 10 01:26:22 2013 +0200

    update manpage

diff --git a/debian/changelog b/debian/changelog
index 2519f8b..a8315b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ ruby-nokogiri (1.5.9-1) unstable; urgency=low
     + remove include_missing_test_document_url_directory.patch, missing file
       added upstream
     + add fix_tests_assert_match.patch to make tests pass with minitest gem
+  * update manpage nokogiri(1) to take into account new options
 
  -- Cédric Boutillier <boutil at debian.org>  Fri, 10 May 2013 01:05:44 +0200
 
diff --git a/debian/nokogiri.1.pod b/debian/nokogiri.1.pod
index e180ed8..613e3c5 100644
--- a/debian/nokogiri.1.pod
+++ b/debian/nokogiri.1.pod
@@ -25,6 +25,14 @@ Set the type of the document to be parsed
 
 Set the encoding of the document
 
+=item B<-e> I<command>
+
+Specifies script from command-line
+
+=item B<--rng> <I<uri>|I<path>>
+
+Validate using this rng file
+
 =item B<-?>, B<--help>
 
 Show a message very similar to this man page
@@ -41,4 +49,6 @@ nokogiri http://www.ruby-lang.org/
 
 nokogiri ./public/index.html
 
+curl -s http://nokogiri.org | nokogiri -e'p $_.css("h1").length'
+
 

-- 
ruby-nokogiri.git



More information about the Pkg-ruby-extras-commits mailing list