From 62b8156a4be17341a77fc49f7e1fc7c582f4ac5b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Jan 2012 21:24:32 +0000 Subject: 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 --- doc/serdi.1 | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'doc') 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 @@ -33,17 +46,13 @@ Read input in SYNTAX (`turtle' or `ntriples'). \fB\-o SYNTAX\fR 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 .SH COPYRIGHT -Copyright \(co 2011 David Robillard. +Copyright \(co 2012 David Robillard. .br -License: +License: .br This is free software; you are free to change and redistribute it. .br -- cgit v1.2.1