bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Small fix for the NAME section in man/form_variables.3x


From: Thomas Dickey
Subject: Re: Small fix for the NAME section in man/form_variables.3x
Date: Sun, 26 Sep 2010 10:17:08 -0400 (EDT)

On Sun, 26 Sep 2010, Sven Joachim wrote:

I'm getting a lintian warning about a bad whatis entry in
form_variables.3form.gz, this seems due to missing commas in the TYPE*
enumeration.  It also seems consistent to print these in bold, here is a
patch for that:

thanks (I'd not tested with makewhatis, but had focused on getting the symlinks correctly installed).

--8<---------------cut here---------------start------------->8---
diff --git a/man/form_variables.3x b/man/form_variables.3x
index 4d77d05..d4a7640 100644
--- a/man/form_variables.3x
+++ b/man/form_variables.3x
@@ -32,13 +32,13 @@
.na
.hy 0
.SH NAME
-TYPE_ALNUM
-TYPE_ALPHA
-TYPE_ENUM
-TYPE_INTEGER
-TYPE_IPV4
-TYPE_NUMERIC
-TYPE_REGEXP
+\fBTYPE_ALNUM\fR,
+\fBTYPE_ALPHA\fR,
+\fBTYPE_ENUM\fR,
+\fBTYPE_INTEGER\fR,
+\fBTYPE_IPV4\fR,
+\fBTYPE_NUMERIC\fR,
+\fBTYPE_REGEXP\fR
\- form system global variables
.ad
.hy
--8<---------------cut here---------------end--------------->8---

Cheers,
      Sven

_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]