Hi, attached patch adds "NAME" entries to the manpages where missing to make debian's lintian and whatis happy. Would be nice to have this applied. Cheers, -- Guido
From: =?utf-8?q?Guido=20G=C3=BCnther?= <[email protected]> Date: Sat, 11 Jul 2009 13:41:51 +0200 Subject: [PATCH] add missing NAME entry for whatis
--- man/confdb_overview.8 | 2 ++ man/coroipc_overview.8 | 2 ++ man/corosync_overview.8 | 2 ++ man/cpg_overview.8 | 2 ++ man/evs_overview.8 | 2 ++ man/logsys_overview.8 | 2 ++ man/votequorum_overview.8 | 2 ++ 7 files changed, 14 insertions(+), 0 deletions(-) diff --git a/man/confdb_overview.8 b/man/confdb_overview.8 index b787e06..421c15d 100644 --- a/man/confdb_overview.8 +++ b/man/confdb_overview.8 @@ -32,6 +32,8 @@ .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ .TH CONFDB_OVERVIEW 8 2006-03-06 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.SH NAME +confdb_overview \- Confdb Library Overview .SH OVERVIEW The CONFDB library is delivered with the corosync project. This library is used to examine manipulate the configuration database used by corosync. diff --git a/man/coroipc_overview.8 b/man/coroipc_overview.8 index b2c14a6..8912f90 100644 --- a/man/coroipc_overview.8 +++ b/man/coroipc_overview.8 @@ -32,6 +32,8 @@ .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ .TH COROIPC_OVERVIEW 8 2009-03-21 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.SH NAME +coroipc_overview \- Overview of coroipc libraries .SH OVERVIEW The coroipcs and coroipcc libraries provide a generically reusable very high performance shared memory IPC sytem for client and service applications. diff --git a/man/corosync_overview.8 b/man/corosync_overview.8 index ea4a529..9c9de2d 100644 --- a/man/corosync_overview.8 +++ b/man/corosync_overview.8 @@ -33,6 +33,8 @@ .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ .TH COROSYNC_OVERVIEW 8 2006-05-10 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.SH NAME +corosync_overview \- Corosync overview .SH OVERVIEW The corosync project is a project to implement a production quality "Revised BSD" licensed implementation of the most recent SA Forum's Application Interface diff --git a/man/cpg_overview.8 b/man/cpg_overview.8 index d1e1e1b..06ad0d5 100644 --- a/man/cpg_overview.8 +++ b/man/cpg_overview.8 @@ -32,6 +32,8 @@ .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ .TH CPG_OVERVIEW 8 2009-4-15 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.SH NAME +cpg_overview \- CPG library overview .SH OVERVIEW The CPG library is delivered with the corosync project. This library is used to create distributed applications that operate properly during partitions, merges, diff --git a/man/evs_overview.8 b/man/evs_overview.8 index 8808940..d12c0c1 100644 --- a/man/evs_overview.8 +++ b/man/evs_overview.8 @@ -32,6 +32,8 @@ .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ .TH EVS_OVERVIEW 8 2004-08-31 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.SH NAME +evs_overview \- EvS Library Overview .SH OVERVIEW The EVS library is delivered with the corosync project. This library is used to create distributed applications that operate properly during partitions, merges, diff --git a/man/logsys_overview.8 b/man/logsys_overview.8 index 6017f10..d800228 100644 --- a/man/logsys_overview.8 +++ b/man/logsys_overview.8 @@ -33,6 +33,8 @@ .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ .TH LOGSYS_OVERVIEW 8 2009-06-16 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.SH NAME +logsys_overview \- Logsys Library Overview .SH OVERVIEW The logsys library provides a generically usable logging and tracing system for use by applications. It supports many features including: diff --git a/man/votequorum_overview.8 b/man/votequorum_overview.8 index 91b108f..e52f890 100644 --- a/man/votequorum_overview.8 +++ b/man/votequorum_overview.8 @@ -32,6 +32,8 @@ .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ .TH VOTEQUORUM_OVERVIEW 8 2009-01-26 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" +.SH NAME +votequorum_overview \- Votequorum Library Overview .SH OVERVIEW The votequuorum library is delivered with the corosync project. It is the external interface to the vote-based quorum service. This service is optionally loaded into all ndes in a corosync cluster --
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
