Signed-off-by: Masatake YAMATO <[email protected]>
diff --git a/man/cpg_mcast_joined.3 b/man/cpg_mcast_joined.3 index 5597aa0..26ffea8 100644 --- a/man/cpg_mcast_joined.3 +++ b/man/cpg_mcast_joined.3 @@ -38,7 +38,7 @@ cpg_mcast_joined \- Multicasts to all groups joined to a handle .B #include <sys/uio.h> .B #include <corosync/cpg.h> .sp -.BI "int cpg_mcast_joined(cpg_handle_t " handle ", cpg_gurantee_t " guarantee ", struct iovec *" iovec ", int " iov_len "); +.BI "int cpg_mcast_joined(cpg_handle_t " handle ", cpg_guarantee_t " guarantee ", struct iovec *" iovec ", int " iov_len "); .SH DESCRIPTION The .B cpg_mcast_joined diff --git a/man/cpg_zcb_mcast_joined.3 b/man/cpg_zcb_mcast_joined.3 index cc0c4eb..c5131c1 100644 --- a/man/cpg_zcb_mcast_joined.3 +++ b/man/cpg_zcb_mcast_joined.3 @@ -38,7 +38,7 @@ cpg_mcast_joined \- Multicasts a zero copy buffer to all groups joined to a hand .B #include <sys/uio.h> .B #include <corosync/cpg.h> .sp -.BI "int cpg_zcb_mcast_joined(cpg_handle_t " handle ", cpg_gurantee_t " guarantee ", const void *" buffer "", int " msg_len "); +.BI "int cpg_zcb_mcast_joined(cpg_handle_t " handle ", cpg_guarantee_t " guarantee ", const void *" buffer "", int " msg_len "); .SH DESCRIPTION The .B cpg_zcb_mcast_joined _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
