From 54eee9df478c297f508b69fcb3ebfa456d73e0ab Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Mon, 2 Sep 2002 00:01:22 +0000 Subject: Fix man bug, added a CC variable to omit symbols from compilation in static packages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-exp.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06/man-exp.xml') diff --git a/chapter06/man-exp.xml b/chapter06/man-exp.xml index 5c70e18c3..00c41e2ae 100644 --- a/chapter06/man-exp.xml +++ b/chapter06/man-exp.xml @@ -8,5 +8,9 @@ where a program is found. By appending /usr/bin:/bin to PATH for the ./configure command, we make sure that man doesn't use the /static versions of our programs. +sed -e '/^NROFF/s/-mandoc/-c -mandoc/': +This prevents groff from using SGR (Set Graphics Rendition) escape +sequences on our man pages. + -- cgit v1.2.3-54-g00ecf