summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2019-02-26 21:26:29 -0500
committerAaron M. Ucko <ucko@debian.org>2019-02-26 21:26:29 -0500
commit8f0f08e7920d331c7cfd97564020c17755ebe599 (patch)
treea99f5ba5f9579260a312ff12ce1597f31b99d6a7
parent1e536d30d235bf5c4d72096faa80e84227e0488e (diff)
debian/man/xtract.1: Update for 10.9.20190219(+ds): add -is-within.
-rw-r--r--debian/changelog3
-rw-r--r--debian/man/xtract.16
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 70d847e..94c3758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
ncbi-entrez-direct (10.9.20190219+ds-1) UNRELEASED; urgency=medium
* New upstream point release. (NOT RELEASED YET.)
+ * debian/man/xtract.1: Update accordingly (adding -is-within).
- -- Aaron M. Ucko <ucko@debian.org> Tue, 26 Feb 2019 21:22:48 -0500
+ -- Aaron M. Ucko <ucko@debian.org> Tue, 26 Feb 2019 21:26:28 -0500
ncbi-entrez-direct (10.9.20190205+ds-1) unstable; urgency=medium
diff --git a/debian/man/xtract.1 b/debian/man/xtract.1
index 89bb7bc..8ed7601 100644
--- a/debian/man/xtract.1
+++ b/debian/man/xtract.1
@@ -1,4 +1,4 @@
-.TH XTRACT 1 2019-02-06 NCBI "NCBI Entrez Direct User's Manual"
+.TH XTRACT 1 2019-02-26 NCBI "NCBI Entrez Direct User's Manual"
.SH NAME
xtract \- convert XML into a table of data values
.SH SYNOPSIS
@@ -25,6 +25,7 @@ xtract \- convert XML into a table of data values
[\|\fB\-select\fP\ \fIcondition\fP\|]
[\|\fB\-equals\fP\ \fIstr\fP\|]
[\|\fB\-contains\fP\ \fIstr\fP\|]
+[\|\fB\-is-within\fP\ \fIstr\fP\|]
[\|\fB\-starts\-with\fP\ \fIstr\fP\|]
[\|\fB\-ends\-with\fP\ \fIstr\fP\|]
[\|\fB\-is\-not\fP\ \fIstr\fP\|]
@@ -191,6 +192,9 @@ String must match exactly.
\fB\-contains\fP\ \fIstr\fP
Substring must be present.
.TP
+\fB\-is-within\fP\ \fIstr\fP
+String must be present.
+.TP
\fB\-starts\-with\fP\ \fIstr\fP
Substring must be at beginning.
.TP