mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-09 05:58:23 +02:00
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:
parent
b93f795848
commit
c96d5e3172
1 changed files with 0 additions and 19 deletions
19
pkg-config.1
19
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue