summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-04-16 17:06:35 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-04-16 17:14:53 -0700
commitc96d5e3172b716f34986813655e7e6cc5ea970ab (patch)
tree19c0e5a4ea41ee509556bdb10090cc3eea45ed44
parentb93f7958488ba99e3e81ea97a81c474a5e90b570 (diff)
Remove unused roff macros causing problems on old groff/nroff
The DW and EW roff macros had been used to suppress warnings around the documentation on the now removed Windows registry keys. These macro definitions are unneeded and cause problems with older groff and nroff versions. Numerous patches exist around the web to remove them. I confirmed this with an old nroff from the Heirloom project. Fixes Freedesktop #5214
-rw-r--r--pkg-config.119
1 files changed, 0 insertions, 19 deletions
diff --git a/pkg-config.1 b/pkg-config.1
index 1d88908..4933709 100644
--- a/pkg-config.1
+++ b/pkg-config.1
@@ -3,25 +3,6 @@
.\" (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