diff options
Diffstat (limited to 'libxo/xo_attr.3')
-rw-r--r-- | libxo/xo_attr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libxo/xo_attr.3 b/libxo/xo_attr.3 index 9e61acd3656c..4f1465b1ffde 100644 --- a/libxo/xo_attr.3 +++ b/libxo/xo_attr.3 @@ -17,11 +17,11 @@ .Lb libxo .Sh SYNOPSIS .In libxo/xo.h -.Ft int +.Ft xo_ssize_t .Fn xo_attr "const char *name" "const char *fmt" "..." -.Ft int +.Ft xo_ssize_t .Fn xo_attr_h "xo_handle_t *handle" "const char *name, const char *fmt" "..." -.Ft int +.Ft xo_ssize_t .Fn xo_attr_hv "xo_handle_t *handle" "const char *name" "const char *fmt" "va_list vap" .Sh DESCRIPTION The |