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
This commit is contained in:
Dan Nicholson 2012-04-16 17:06:35 -07:00
parent b93f795848
commit c96d5e3172

View file

@ -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