Add missing closing quotes.

PR:		ports/149748
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
This commit is contained in:
Alex Dupre 2010-08-24 09:36:49 +00:00
parent 22e20da6f2
commit 576d39a7e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259897

View File

@ -152,7 +152,7 @@ pre-fetch:
@${ECHO} " BUILD_STATIC=yes Build a static version of mysqld."
@${ECHO} " (use it if you need even more speed)."
@${ECHO} " WITHOUT_THR_ALARM=yes Disable signals (this reduces kernel lock"
@${ECHO} " contention on SMP, but has the side effect
@${ECHO} " contention on SMP, but has the side effect"
@${ECHO} " that you can't kill clients that are sleeping)."
@${ECHO} " WITHOUT_INNODB=yes Disable support for InnoDB table handler."
@${ECHO} " WITH_ARCHIVE=yes Enable support for Archive Storage Engine."