diff options
author | David Robillard <d@drobilla.net> | 2012-01-17 20:27:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-17 20:27:51 +0000 |
commit | 79efd9f6e30bec80020ab578940d03a228a1d024 (patch) | |
tree | 5e62a17399e0714e76dcc55cef5a4c63e405bcf0 | |
parent | de87b3865455fb1c626ab701026ac5425bb34185 (diff) | |
download | serd-79efd9f6e30bec80020ab578940d03a228a1d024.tar.gz serd-79efd9f6e30bec80020ab578940d03a228a1d024.tar.bz2 serd-79efd9f6e30bec80020ab578940d03a228a1d024.zip |
Fix syntax errors in man pages.
git-svn-id: http://svn.drobilla.net/serd/trunk@296 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r-- | doc/serdi.1 | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1 index 7acdbdfe..22c32892 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -1,19 +1,5 @@ -.\" 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 "8 Jan 2012" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp <n> insert n+1 empty lines -.\" for manpage-specific macros, see man(7) +.TH SERDI 1 "17 Jan 2012" + .SH NAME .B serdi \- Read and write RDF syntax @@ -23,7 +9,7 @@ serdi [OPTIONS]... INPUT BASE_URI .SH OPTIONS .TP -\fB\-b\fT +\fB\-b\fR Fast bulk output for large serialisations. .TP @@ -31,11 +17,11 @@ Fast bulk output for large serialisations. Chop PREFIX from matching blank node IDs. .TP -\fB\-f\fT +\fB\-f\fR Keep full URIs in input (don't qualify). .TP -\fB\-h\fT +\fB\-h\fR Print the command line options. .TP |