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
23 lines
409 B
Groff
23 lines
409 B
Groff
.TH json_reformat 1
|
|
.SH NAME
|
|
json_reformat \- Reformat json from stdin
|
|
.SH SYNOPSIS
|
|
.B json_reformat
|
|
[
|
|
.I OPTION
|
|
]
|
|
.SH "DESCRIPTION"
|
|
A sample program to demonstrate the use of yajl. json_reformat reformats json from stdin.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-m
|
|
minimize json rather than beautify (default)
|
|
.TP
|
|
.B \-u
|
|
allow invalid UTF8 inside strings during parsing
|
|
.BR
|
|
.SH AUTHORS
|
|
Lloyd Hilaiel <lloyd@hilaiel.com>
|
|
|
|
|