From f9a82bc3bedbb9250ea2e91ce0bca11ebff84361 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Oct 2019 20:14:41 +0200 Subject: Improve man page formatting --- doc/serdi.1 | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'doc') diff --git a/doc/serdi.1 b/doc/serdi.1 index d5051655..7c56b64a 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -4,24 +4,24 @@ .B serdi \- Read and write RDF syntax .SH SYNOPSIS -serdi [OPTION]... INPUT BASE_URI +serdi [\fIOPTION\fR]... \fIINPUT\fR \fIBASE_URI\fR .SH OPTIONS .TP -\fB\-a\fR +.BR \-a Write ASCII output if possible. .TP -\fB\-b\fR +.BR \-b Fast bulk output for large serialisations. .TP -\fB\-c PREFIX\fR -Chop PREFIX from matching blank node IDs. +.BR \-c " " \fIPREFIX\fR +Chop \fIPREFIX\fR from matching blank node IDs. .TP -\fB\-e\fR +.BR \-e Eat input one character at a time, rather than a page at a time which is the default. This is useful when reading from a pipe since output will be generated immediately as input arrives, rather than waiting until an entire @@ -29,45 +29,45 @@ page of input has arrived. With this option serdi uses one page less memory, but will likely be significantly slower. .TP -\fB\-f\fR +.BR \-f Keep full URIs in input (don't qualify). .TP -\fB\-h\fR +.BR \-h Print the command line options. .TP -\fB\-i SYNTAX\fR -Read input as SYNTAX. -Valid values (case-insensitive): turtle, ntriples, trig, nquads. +.BR \-i " " \fISYNTAX\fR +Read input as \fISYNTAX\fR. +Valid values (case-insensitive): \*(lqturtle\*(rq, \*(lqntriples\*(rq, \*(lqtrig\*(rq, \*(lqnquads\*(rq. .TP -\fB\-l\fR +.BR \-l Lax (non-strict) parsing. .TP -\fB\-o SYNTAX\fR -Write output as SYNTAX. -Valid values (case-insensitive): turtle, ntriples, trig, nquads. +.BR \-o " " \fISYNTAX\fR +Write output as \fISYNTAX\fR. +Valid values (case-insensitive): \*(lqturtle\*(rq, \*(lqntriples\*(rq, \*(lqtrig\*(rq, \*(lqnquads\*(rq .TP -\fB\-p PREFIX\fR -Add PREFIX to blank node IDs. +.BR \-p " " \fIPREFIX\fR +Add \fIPREFIX\fR to blank node IDs. .TP -\fB\-q\fR +.BR \-q Suppress all output except data. .TP -\fB\-r ROOT_URI\fR -Keep relative URIs within ROOT_URI. +.BR \-r " " \fIROOT_URI\fR +Keep relative URIs within \fIROOT_URI\fR. .TP -\fB\-s INPUT\fR -Parse INPUT as a string (terminates options). +.BR \-s " " \fIINPUT\fR +Parse \fIINPUT\fR as a string (terminates options). .TP -\fB\-v\fR +.BR \-v Display version information and exit. .SH AUTHOR -- cgit v1.2.1