libyajl/json_verify.1
Stephan Kulow bd646bb122 Accepting request 72488 from Virtualization
I would like to submit libyajl to SLE11-SP2 (FATE#310918) but
can't get it accepted with 'no-manual-page-for-binary' rpmlint
filter.  I've created some simple man pages for
json_{reformat,verify} and would like to submit here for
review/comment before re-submitting to SUSE:SLE-11-SP2:GA.

Thanks.

- Add man pages for json_{reformat,verify}

OBS-URL: https://build.opensuse.org/request/show/72488
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyajl?expand=0&rev=8
2011-06-02 14:23:03 +00:00

26 lines
378 B
Groff

.TH json_verify 1
.SH NAME
json_verify \- Validate json from stdin
.SH SYNOPSIS
.B json_verify
[
.I OPTION
]
.SH "DESCRIPTION"
A sample program to demonstrate the use of yajl. json_verify validates json from stdin.
.SH OPTIONS
.TP
.B \-q
quiet mode
.TP
.B \-c
allow comments
.TP
.B \-u
allow invalid utf8 inside strings
.BR
.SH AUTHORS
Lloyd Hilaiel <lloyd@hilaiel.com>