git » libfiu » commit 3e9735d

libfiu: Fix a minor style issue in the manpage

author Alberto Bertogli
2009-07-23 15:23:28 UTC
committer Alberto Bertogli
2009-07-23 17:53:37 UTC
parent ba2ae97eb158dfb5df99cf87aa5733e8eff0a244

libfiu: Fix a minor style issue in the manpage

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

libfiu/libfiu.3 +1 -1

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.