diff options
author | David Robillard <d@drobilla.net> | 2012-01-08 21:24:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-08 21:24:32 +0000 |
commit | 62b8156a4be17341a77fc49f7e1fc7c582f4ac5b (patch) | |
tree | d452a4ad63c5b96fea492b10b32bdd61e663ca2e /doc/serdi.1 | |
parent | be42496e09caf2c60d8bd71786ab8b352900a725 (diff) | |
download | serd-62b8156a4be17341a77fc49f7e1fc7c582f4ac5b.tar.gz serd-62b8156a4be17341a77fc49f7e1fc7c582f4ac5b.tar.bz2 serd-62b8156a4be17341a77fc49f7e1fc7c582f4ac5b.zip |
Update man page.
Sort command line options in help and man page.
Fix doxygen warnings about undocumented parameters.
git-svn-id: http://svn.drobilla.net/serd/trunk@282 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc/serdi.1')
-rw-r--r-- | doc/serdi.1 | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1 index 8f654879..d4c447b9 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -1,7 +1,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH SERDI 1 "24 May 2011" +.TH SERDI 1 "8 Jan 2012" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -21,8 +21,21 @@ serdi [OPTIONS]... INPUT BASE_URI .SH OPTIONS + +.TP +\fB\-b\fT +Fast bulk output for large serialisations. + +.TP +\fB\-c PREFIX\fR +Chop PREFIX from matching blank node IDs. + +.TP +\fB\-f\fT +Keep full URIs in input (don't qualify). + .TP -\fB\-h\fT, \fB\-\-help\fR +\fB\-h\fT Print the command line options. .TP @@ -34,16 +47,12 @@ Read input in SYNTAX (`turtle' or `ntriples'). Write output in SYNTAX (`turtle' or `ntriples'). .TP -\fB\-s INPUT\fR -Parse INPUT as a string (terminates options). - -.TP \fB\-p PREFIX\fR Add PREFIX to blank node IDs. .TP -\fB\-c PREFIX\fR -Chop PREFIX from matching blank node IDs. +\fB\-s INPUT\fR +Parse INPUT as a string (terminates options). .TP \fB\-v\fR @@ -53,9 +62,9 @@ Display version information and exit. Serdi was written by David Robillard <d@drobilla.net> .SH COPYRIGHT -Copyright \(co 2011 David Robillard. +Copyright \(co 2012 David Robillard. .br -License: <http://www.opensource.org/licenses/isc-license> +License: <http://www.opensource.org/licenses/isc> .br This is free software; you are free to change and redistribute it. .br |