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

Bug#661041: libc-bin: manual of locale(1), some warnings from groff



Package: libc-bin
Version: 2.11.3-2
Severity: minor

  Warnings from "groff":

<standard input>:33: warning: macro `Tr' not defined
<standard input>:56: warning: number register `F' not defined
<standard input>:132: warning: macro `IX' not defined

  "Tr" should be a string.  "IX" is only defined, if "F" exists
and is greater then zero.

  Patch:

--- locale.1	2012-02-22 02:03:06.000000000 +0000
+++ locale_new.1	2012-02-22 03:14:31.000000000 +0000
@@ -30,7 +30,7 @@
 .\" real vertical bar.  \*(C+ will give a nicer C++.  Capital omega is used to
 .\" do unbreakable dashes and therefore won't be available.  \*(C` and \*(C'
 .\" expand to `' in nroff, nothing in troff, for use with C<>.
-.tr \(*W-|\(bv\*(Tr
+.tr \(*W-|\(bv
 .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
 .ie n \{\
 .    ds -- \(*W-
@@ -53,12 +53,16 @@
 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.if \nF \{\
+.de IX
+..
+.if r F \{\
+.  if \nF \{\
 .    de IX
 .    tm Index:\\$1\t\\n%\t"\\$2"
 ..
 .    nr % 0
 .    rr F
+.  \}
 .\}
 .\"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i586)

Kernel: Linux 2.6.32-41
Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

-- no debconf information

-- 
Bjarni I. Gislason



Reply to: