From 79efd9f6e30bec80020ab578940d03a228a1d024 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Tue, 17 Jan 2012 20:27:51 +0000
Subject: Fix syntax errors in man pages.

git-svn-id: http://svn.drobilla.net/serd/trunk@296 490d8e77-9747-427b-9fa3-0b8f29cee8a0
---
 doc/serdi.1 | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

(limited to 'doc')

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
-- 
cgit v1.2.1