diff options
Diffstat (limited to 'libxo/xo_open_marker.3')
-rw-r--r-- | libxo/xo_open_marker.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libxo/xo_open_marker.3 b/libxo/xo_open_marker.3 index 2df3bff1535ff..7c252f3d620fb 100644 --- a/libxo/xo_open_marker.3 +++ b/libxo/xo_open_marker.3 @@ -17,13 +17,13 @@ .Lb libxo .Sh SYNOPSIS .In libxo/xo.h -.Ft int +.Ft xo_ssize_t .Fn xo_open_marker "const char *name" -.Ft int +.Ft xo_ssize_t .Fn xo_open_marker_h "xo_handle_t *handle" "const char *name" -.Ft int +.Ft xo_ssize_t .Fn xo_close_marker "const char *name" -.Ft int +.Ft xo_ssize_t .Fn xo_close_marker_h "xo_handle_t *handle" "const char *name" .Sh DESCRIPTION .Nm libxo |