From c96d5e3172b716f34986813655e7e6cc5ea970ab Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Mon, 16 Apr 2012 17:06:35 -0700 Subject: [PATCH] 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 --- pkg-config.1 | 19 ------------------- 1 file changed, 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