소스 검색

man: Add synopsis for cpg_zcb_alloc and free

Signed-off-by: Ferenc Wágner <wferi@niif.hu>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ferenc Wágner 10 년 전
부모
커밋
12fc1832eb
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      man/cpg_zcb_alloc.3.in
  2. 1 0
      man/cpg_zcb_free.3.in

+ 1 - 0
man/cpg_zcb_alloc.3.in

@@ -34,6 +34,7 @@
 .TH CPG_ZCB_ALLOC 2009-04-15 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
 .SH NAME
 cpg_zcb_alloc \- Allocates a zero copy buffer
+.SH SYNOPSIS
 .B #include <corosync/cpg.h>
 .sp
 .BI "int cpg_zcb_alloc(cpg_handle_t " handle ", size_t " size ", void **" buffer ");

+ 1 - 0
man/cpg_zcb_free.3.in

@@ -34,6 +34,7 @@
 .TH CPG_ZCB_FREE 2009-04-15 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
 .SH NAME
 cpg_zcb_free \- Frees a zero copy buffer
+.SH SYNOPSIS
 .B #include <corosync/cpg.h>
 .sp
 .BI "int cpg_zcb_fre(cpg_handle_t " handle ", void *" buffer ");