From b70e3c68fbe224893d4b3c0e0f1b710f76f7797d Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 12 Aug 2009 02:18:05 +0200 Subject: * moz-version: - wrote man page for moz-version - add man/moz-version.1 - update src/Makefile --- man/moz-version.1 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 man/moz-version.1 (limited to 'man') 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 +.\" +.\"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 -- cgit v1.2.3