svn commit: r222638 - head/usr.bin/man

Ruslan Ermilov ru at FreeBSD.org
Fri Jun 3 05:56:53 UTC 2011


Author: ru
Date: Fri Jun  3 05:56:52 2011
New Revision: 222638
URL: http://svn.freebsd.org/changeset/base/222638

Log:
  Trim more when parsing MANCONFIG directive.

Modified:
  head/usr.bin/man/man.sh

Modified: head/usr.bin/man/man.sh
==============================================================================
--- head/usr.bin/man/man.sh	Fri Jun  3 05:33:38 2011	(r222637)
+++ head/usr.bin/man/man.sh	Fri Jun  3 05:56:52 2011	(r222638)
@@ -704,7 +704,7 @@ parse_file() {
 				manlocales="$manlocales:$tstr"
 				;;
 		MANCONFIG*)	decho "    MANCONFIG" 3
-				trim "${line#MANCONF}"
+				trim "${line#MANCONFIG}"
 				config_local="$tstr"
 				;;
 		# Set variables in the form of FOO_BAR


More information about the svn-src-all mailing list