From 3e9735d6f5800697c563741dfbf83114a3f3d3fd Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Thu, 23 Jul 2009 12:23:28 -0300
Subject: [PATCH 07/22] libfiu: Fix a minor style issue in the manpage

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 libfiu/libfiu.3 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libfiu/libfiu.3 b/libfiu/libfiu.3
index 4178027..ab46ae1 100644
--- a/libfiu/libfiu.3
+++ b/libfiu/libfiu.3
@@ -70,7 +70,7 @@ for more details.
 
 
 .TP
-.BI "int fiu_init(" flags ")"
+.BI "fiu_init(" flags ")"
 Initializes the library. Ideally, you should only call this once, although it
 can cope with multiple calls. The flags parameter is currently unused and must
 be set to 0. Returns 0 on success, < 0 on error.
-- 
1.6.2.2.646.gb214

