From 3d9666235df6c6a97cdeb59aa0176546cc39921b Mon Sep 17 00:00:00 2001 From: Manolis Kiagias Date: Thu, 5 Feb 2009 22:03:53 +0000 Subject: [PATCH] Fix punctuation and spelling mistakes in porters-handbook PR: docs/131433 Submitted by: Fabian Ruch --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 2757e5fee4..4786a8f74b 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -5332,7 +5332,7 @@ USE_XORG= x11 xpm Getting fake <envar>DISPLAY</envar> using Xvfb Some applications require a working X11 display for compilation to - succeed. This pose a problem for machines which operates headless. + succeed. This pose a problem for machines that operate headless. When the following variable is used, the build infrastructure will start the virtual framebuffer X server. The working DISPLAY is then passed @@ -6639,7 +6639,7 @@ _DOCSDIR= . USE_TCL_WRAPPER - Ports that requrire the + Ports that require the Tcl shell and do not require a specific tclsh version should use this new variable. The tclsh wrapper @@ -8224,7 +8224,7 @@ CFLAGS+= -DLUA_VERSION_STRING="${VER_STR}" If variable is set to yes, add dependency on databases/db41 port. The variable may also be set to values: 2, 3, 40, 41, - 42, 43, 44, 45 46, or 47. You can declare a range of + 42, 43, 44, 45, 46, or 47. You can declare a range of acceptable values, USE_BDB=42+ will find the highest installed version, and fall back to 42 if nothing else is installed. @@ -12202,7 +12202,7 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00 8.0-CURRENT after axing out the lockwaiters and BUF_LOCKWAITERS functions, - changing the return value fo brelvp + changing the return value of brelvp from void to int and introducing new flags for &man.lockinit.9;. 800024