'\" t .\" Title: globus-rvf-check .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 02/07/2012 .\" Manual: University of Chicago .\" Source: University of Chicago .\" Language: English .\" .TH "GLOBUS\-RVF\-CHECK" "8" "02/07/2012" "University of Chicago" "University of Chicago" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" globus-rvf-check \- Edit a GRAM5 RSL validation file .SH "SYNOPSIS" .HP \w'\fBglobus\-rvf\-check\fR\ 'u \fBglobus\-rvf\-check\fR [\-h] [\-help] .HP \w'\fBglobus\-rvf\-check\fR\ 'u \fBglobus\-rvf\-check\fR [\-d] {\fIFILENAME\fR...} .SH "DESCRIPTION" .PP The \fBglobus\-rvf\-check\fR command is a utility which checks the syntax of a RSL validation file, and prints out parse errors when encountered\&. It can also parse the RVF file contents and then dump file\*(Aqs contents to stdout, after canonicalizing values and quoting\&. The exit code of \fBglobus\-rvf\-check\fR is 0 if all files specified on the command line exist and have no parse errors\&. .PP The full set of command\-line options to \fBglobus\-rvf\-check\fR consists of: .PP \fB\-h\fR, \fB\-help\fR, \fB\-\-help\fR .RS 4 Print command\-line option summary and exit .RE .PP \fB\-d\fR .RS 4 Dump the RVF contents to stdout\&. In the output, Each file which is parsed will be prefixed by an RVF comment which contains the input filename\&. If not specified, \fBglobus\-rvf\-check\fR just prints a diagnostic message to standard output indicating whether the file could be parsed\&. .RE