From owner-freebsd-doc@FreeBSD.ORG Thu Nov 19 19:30:04 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B93C106566B for ; Thu, 19 Nov 2009 19:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 001608FC25 for ; Thu, 19 Nov 2009 19:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAJJU3XD085713 for ; Thu, 19 Nov 2009 19:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAJJU39i085709; Thu, 19 Nov 2009 19:30:03 GMT (envelope-from gnats) Date: Thu, 19 Nov 2009 19:30:03 GMT Message-Id: <200911191930.nAJJU39i085709@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Marc Fonvieille Cc: Subject: Re: docs/140703: add xorg-minimal as alternative for X11 Distribution installation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Fonvieille List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 19:30:04 -0000 The following reply was made to PR docs/140703; it has been noted by GNATS. From: Marc Fonvieille To: Jason Helfman Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/140703: add xorg-minimal as alternative for X11 Distribution installation Date: Thu, 19 Nov 2009 20:26:20 +0100 On Thu, Nov 19, 2009 at 06:46:35PM +0000, Jason Helfman wrote: > > >Description: > add xorg-minimal as alternative for X11 Distribution installation > > -suggestion per maintainer of port > > Attempted to fix this particular portion of document per standards I believe I met. [...] Hello, Most of time we avoid to mix content and whitespace changes. > > --- en_US.ISO8859-1/books/handbook/x11/chapter.sgml.orig 2009-11-19 10:33:01.000000000 -0800 > +++ en_US.ISO8859-1/books/handbook/x11/chapter.sgml 2009-11-19 10:42:19.000000000 -0800 > @@ -339,11 +339,18 @@ > > &prompt.root; pkg_add -r xorg > > - The examples above will install the complete > + > + The examples above will install the complete > X11 distribution including the > servers, clients, fonts etc. Separate packages and ports of X11 > - are also > - available. > + are also available. All above are whitespace/wrapping/layout changes. > + > + To install an minimal X11 distribution you can > + alternatively install x11/xorg-minimal > + . the closing should directly follow x11/xorg-minimal, i.e., x11/xorg-minimal. You can break the tags like this: blahblahblah blah blahblahblahblahblahblah x11/xorg-minimal but not like: blahblahblah blahblahblah x11/xorg-minimal -- Marc