summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-04-16 20:03:08 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-04-16 20:13:36 -0500
commit08fbe2c2907ae9e49f6af44456925cc86f83b1d1 (patch)
tree5040fe291db39bf60ea2c11262d55773e3f51e97 /PROBLEMS
parent49243465e111b538bdd3ec01e3d7480db3020a76 (diff)
downloadgroff-git-08fbe2c2907ae9e49f6af44456925cc86f83b1d1.tar.gz
PROBLEMS: Fix indentation in answer.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS12
1 files changed, 6 insertions, 6 deletions
diff --git a/PROBLEMS b/PROBLEMS
index dd388671e..67be96947 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -811,13 +811,13 @@ isolate it in a future release.
* I get a build failure on Cygwin / a system using newlib and GCC 11.
- "newlib" defines a function called "utoa" which conflicts with a
- static (file scope-local) function in src/libs/libxutil/XFontName.c.
+"newlib" defines a function called "utoa" which conflicts with a static
+(file scope-local) function in src/libs/libxutil/XFontName.c.
- We expect to fix this in the near future; in the meantime, you can
- patch the file to rename the function (and update its call sites) or,
- if you don't require the "gxditview" output previewer or "xtotroff"
- utility, you can build groff without X11 support.
+We expect to fix this in the near future; in the meantime, you can patch
+the file to rename the function (and update its call sites) or, if you
+don't require the "gxditview" output previewer or "xtotroff" utility,
+you can build groff without X11 support.
$ make distclean
$ ./configure --without-x