summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/moz-version.149
1 files changed, 49 insertions, 0 deletions
diff --git a/man/moz-version.1 b/man/moz-version.1
new file mode 100644
index 0000000..bd820fd
--- /dev/null
+++ b/man/moz-version.1
@@ -0,0 +1,49 @@
+.\"Copyright (c) 2009 Benjamin Drung <bdrung@ubuntu.com>
+.\"
+.\"Permission is hereby granted, free of charge, to any person obtaining a copy
+.\"of this software and associated documentation files (the "Software"), to deal
+.\"in the Software without restriction, including without limitation the rights
+.\"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+.\"copies of the Software, and to permit persons to whom the Software is
+.\"furnished to do so, subject to the following conditions:
+.\"
+.\"The above copyright notice and this permission notice shall be included in
+.\"all copies or substantial portions of the Software.
+.\"
+.\"THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+.\"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+.\"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+.\"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+.\"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+.\"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+.\"THE SOFTWARE.
+.TH MOZ-VERSION "1" "August 2009" "moz-version" "mozilla-devscripts suite"
+.SH NAME
+moz-version \- version format handling tool
+.SH SYNOPSIS
+.B moz-version
+[\fIoptions\fP]
+\fI--compare ver1 comparator ver2\fR
+.SH DESCRIPTION
+.B moz-version
+is a tool for working with version string from the Mozilla suite.
+Currently it can only compare versions.
+.SH ACTIONS
+.TP
+.B \-\-compare \fIver1 comparator ver2\fP
+Compare version numbers, where \fIcomparator\fP is a binary operator.
+\fBmoz-version\fP returns success (zero result) if the specified condition is
+satisfied, and failure (nonzero result) otherwise. The comparator must be one of
+\fBlt le eq ne ge gt\fP.
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Display a brief help message.
+.TP
+\fB\-s\fR, \fB\-\-silent\fR
+Do not print anything and die silent on errors.
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Print more information.
+.SH AUTHOR
+Benjamin Drung <bdrung@gmail.com>