]> err.no Git - pkg-config/commitdiff
Get rid of groff warnings when formatting pkg-config(1)...
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:06:14 +0000 (13:06 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:06:14 +0000 (13:06 +0000)
Author: tfheen
Date: 2005-02-21 07:53:41 GMT
Get rid of groff warnings when formatting pkg-config(1) on an 80-column terminal.  Thanks to Colin Watson and Ubuntu for the fix.  (Freedesktop #148)

ChangeLog
pkg-config.1

index 4445e78057ecafafef0295d926900cea5a625645..683bdcc767e0ba6d7bc0ca8c75044f2e6ab5a493 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-21  Tollef Fog Heen  <tfheen@err.no>
+
+       * pkg-config.1: Get rid of groff warnings when formatting
+       pkg-config(1) on an 80-column terminal.  Thanks to Colin Watson
+       and Ubuntu for the fix.  (Freedesktop #148)
+
 2005-02-21  Tollef Fog Heen  <tfheen@err.no>
 
        * glib-patches/*: Add patches for compiling with modern autotools.
index 3cf15056fd021fed58b0e0c6374359cacaf72af3..5bbb57c85839cfbd2d07d262b2413c3d7ed64660 100644 (file)
@@ -2,6 +2,26 @@
 .\" pkg-config manual page.
 .\" (C) Red Hat, Inc. based on gnome-config man page (C) Miguel de Icaza (miguel@gnu.org)
 .\"
+.
+.\" Macros to disable groff line adjustment warnings that we can't easily
+.\" fix in the text.
+.ie \n(.g \{\
+.  de DW
+.    nr .oldwarn \n[.warn]
+.    warn 0
+.  .
+.  de EW
+.    warn \n[.oldwarn]
+.  .
+.\}
+.el \
+.\{ \
+.  de DW
+.  .
+.  de EW
+.  .
+.\}
+.
 .TH pkg-config 1
 .SH NAME
 pkg-config \- Return metainformation about installed libraries
@@ -130,7 +150,8 @@ This sets a global value for a variable, overriding the value in any
 \fI.pc\fP files. Most packages define the variable "prefix", for
 example, so you can say:
 .nf
-  $ pkg-config --print-errors --define-variable=prefix=/foo --variable=prefix glib-2.0
+  $ pkg-config --print-errors --define-variable=prefix=/foo \e
+               --variable=prefix glib-2.0
   /foo
 .fi
 
@@ -243,7 +264,9 @@ file accordingly.
 
 In addition to the \fIPKG_CONFIG_PATH\fP environment variable, the
 Registry keys
+.DW
 \fIHKEY_CURRENT_USER\\Software\\pkgconfig\\PKG_CONFIG_PATH\fP and
+.EW
 \fIHKEY_LOCAL_MACHINE\\Software\\pkgconfig\\PKG_CONFIG_PATH\fP can be
 used to specify directories to search for .pc files. Each (string)
 value in these keys is treated as a directory where to look for .pc